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:
Using tags to create a file name (2000)
Need help... (1997)
WC2b15 File Corruption (1997)
Set Header Context (1998)
deadlock (2000)
how to use WebCat w. SSL & CyberCash (1998)
2.0Beta Command Ref (can't find this instruction) (1997)
Search in 2 or more catalogs (1997)
WebCatalog vs WebDNA (2002)
Help name our technology! I found it (1997)
Sami -pdf (1998)
Server crash (1997)
AD Error Msg (1997)
[WebDNA] What's the next step? (2015)
Flash Stores (2003)
Re:listfiles-looking for slick solution (1997)
(2000)
question: back button prevention (1997)
Help!!!! Purchases not going through! (1997)
Passing values (1999)