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:
Include a big block of text (1997)
SMSI FTP - calander system (2002)
Odd
Problem with listfields with WC 4.0.2rc2/Webstar 4.4 (2001)
listfiles-looking for slick solution (1997)
[ConvertChars] problem (1997)
Need help (1998)
WebCat2b12--[searchstring] bug (1997)
Proposed FormVariables hierarchy (2000)
[input] [/input] (1997)
Special characters in field names (1998)
Quiz question: Return all green and blank records? (2001)
Help name our technology! I found it (1997)
Re1000001: Setting up shop (1997)
Re:2nd WebCatalog2 Feature Request (1996)
Part Html part WebDNA (1997)
Still trying to email... (1998)
Press Release hit the NewsWire!!! (1997)
Installation Woes (2003)
Roundup function? (1997)