Re: [OT] Passing a WebDNA variable through flash
This WebDNA talk-list message is from 2004
It keeps the original formatting.
numero = 58906
interpreted = N
texte = Hmm, FWIW, here is what looks to be semi-relevant info:http://www.permadi.com/tutorial/flashQueryString/But that said, you are saying that [cart] is simply not being parsed, period, so it's not necessarily a Flash prob, per se... have you tried to 'force' the variable at the start of the page ex: [text] cart=[cart][/text] ? What does the source of the page where the javascript lives show? Just shooting in the dark... I'll crawl back in my hole now :)-DanOn Tue, 27 Jul 2004 23:24:59 +0100 "Erol Guneri"
wrote:>Haven't tried interpret. The code is actually written in the flash image,>which is why it is not picking up the [cart]. I believe there is someway of>loading variables into the flash image so that it can then pass it on, but>can't seem to see how.>>Erol>>----- Original Message ----->From: "Dan Strong" >To: "WebDNA Talk" >Sent: Tuesday, July 27, 2004 11:24 PM>Subject: Re: [OT] Passing a WebDNA variable through flash>>>> Does [interpret][cart][/interpret] make any difference? Is your code>inside of a [loop] or>> anything like that?>> -Dan>>>> On Tue, 27 Jul 2004 23:16:15 +0100>> "Erol Guneri" wrote:>> >Thanks for the reply.>> >>> >You are right about the syntax, this was just a mistake in the email,>though>> >I did double check.>> >>> >It just passes "[cart]" instead of the cart number.>> >>> >Erol>> >>> >----- Original Message ----->> >From: "Dan Strong" >> >To: "WebDNA Talk" >> >Sent: Tuesday, July 27, 2004 9:14 PM>> >Subject: Re: [OT] Passing a WebDNA variable through flash>> >>> >>> >> >on (press) {>> >> > get URL ("http://www.mysite.com/cart=[cart]","_parent","POST");>> >> >}>> >>>> >> Shouldn't the syntax of the URL be http://www.mysite.com/?cart=[cart] ,>or>> >more specifically,>> >> http://www.mysite.com/index.html?cart=[cart] ? As you have it written>> >(without the '?'), no>> >> variable can be passed.>> >>>> >> Don't know if that's the prob, but worth a looksee, no? HTH>> >>>> >> -Dan>> >>>> >> ------------------------------------------------------------->> >> This message is sent to you because you are subscribed to>> >> the mailing list .>> >> To unsubscribe, E-mail to: >> >> To switch to the DIGEST mode, E-mail to>> >>> >> Web Archive of this list is at: http://webdna.smithmicro.com/>> >>>> >>>> >>> >>> >>> >------------------------------------------------------------->> >This message is sent to you because you are subscribed to>> > the mailing list .>> >To unsubscribe, E-mail to: >> >To switch to the DIGEST mode, E-mail to>>> >Web Archive of this list is at: http://webdna.smithmicro.com/>>>>>> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to>>> Web Archive of this list is at: http://webdna.smithmicro.com/>>>>>>>>------------------------------------------------------------->This message is sent to you because you are subscribed to> the mailing list .>To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to >Web Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Hmm, FWIW, here is what looks to be semi-relevant info:http://www.permadi.com/tutorial/flashQueryString/But that said, you are saying that [cart] is simply not being parsed, period, so it's not necessarily a Flash prob, per se... have you tried to 'force' the variable at the start of the page ex: [text] cart=[cart][/text] ? What does the source of the page where the javascript lives show? Just shooting in the dark... I'll crawl back in my hole now :)-DanOn Tue, 27 Jul 2004 23:24:59 +0100 "Erol Guneri" wrote:>Haven't tried interpret. The code is actually written in the flash image,>which is why it is not picking up the [cart]. I believe there is someway of>loading variables into the flash image so that it can then pass it on, but>can't seem to see how.>>Erol>>----- Original Message ----->From: "Dan Strong" >To: "WebDNA Talk" >Sent: Tuesday, July 27, 2004 11:24 PM>Subject: Re: [OT] Passing a WebDNA variable through flash>>>> Does [interpret][cart][/interpret] make any difference? Is your code>inside of a [loop] or>> anything like that?>> -Dan>>>> On Tue, 27 Jul 2004 23:16:15 +0100>> "Erol Guneri" wrote:>> >Thanks for the reply.>> >>> >You are right about the syntax, this was just a mistake in the email,>though>> >I did double check.>> >>> >It just passes "[cart]" instead of the cart number.>> >>> >Erol>> >>> >----- Original Message ----->> >From: "Dan Strong" >> >To: "WebDNA Talk" >> >Sent: Tuesday, July 27, 2004 9:14 PM>> >Subject: Re: [OT] Passing a WebDNA variable through flash>> >>> >>> >> >on (press) {>> >> > get URL ("http://www.mysite.com/cart=[cart]","_parent","POST");>> >> >}>> >>>> >> Shouldn't the syntax of the URL be http://www.mysite.com/?cart=[cart] ,>or>> >more specifically,>> >> http://www.mysite.com/index.html?cart=[cart] ? As you have it written>> >(without the '?'), no>> >> variable can be passed.>> >>>> >> Don't know if that's the prob, but worth a looksee, no? HTH>> >>>> >> -Dan>> >>>> >> ------------------------------------------------------------->> >> This message is sent to you because you are subscribed to>> >> the mailing list .>> >> To unsubscribe, E-mail to: >> >> To switch to the DIGEST mode, E-mail to>> >>> >> Web Archive of this list is at: http://webdna.smithmicro.com/>> >>>> >>>> >>> >>> >>> >------------------------------------------------------------->> >This message is sent to you because you are subscribed to>> > the mailing list .>> >To unsubscribe, E-mail to: >> >To switch to the DIGEST mode, E-mail to>>> >Web Archive of this list is at: http://webdna.smithmicro.com/>>>>>> ------------------------------------------------------------->> This message is sent to you because you are subscribed to>> the mailing list .>> To unsubscribe, E-mail to: >> To switch to the DIGEST mode, E-mail to>>> Web Archive of this list is at: http://webdna.smithmicro.com/>>>>>>>>------------------------------------------------------------->This message is sent to you because you are subscribed to> the mailing list .>To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to >Web Archive of this list is at: http://webdna.smithmicro.com/-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
"Dan Strong"
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
WebCat & WebTen (1997)
RAM crash (1998)
SmithMicro Help! -- Can't access WebCatalog Admin! (2001)
Can't use old cart file (was One more try) (1997)
Multiple Pulldowns (1997)
[AppendFile] problem (WebCat2b13 Mac .acgi) (1997)
Help with Repost Data msg from form (1997)
I give up!! (1997)
Founditems context returning only 1 item (1997)
Can I do these? (1997)
variables in template (2000)
Price Not Appearing (2000)
PIXO Support (1997)
RequiredFields template (1997)
Database Updates (1997)
Certificates? (2005)
[append] vs. [appendfile] delta + question? (1997)
Showif Error Generated... (2003)
Email Newsletters (2003)
Central Reservation System? (2003)