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:
OT: Weird table rendering w/ WebCat in Explorer (2005)
A little syntax help (1997)
search form problem.. (1997)
Sorting Numbers (1997)
QuitFeedback & DBNotOpened errors (1997)
Searching multiple fields from one form field (1997)
I'm tired of all this! (2000)
GuestBook example (1997)
[WebDNA] External email server/service? (2016)
WebCatalog.acgi quitting with error Type 2 (1998)
CyberCash book/ship model (2000)
unitshipcost vs shipcosts (1997)
Separate SSL Server (1997)
Problem (1997)
ANother SHOWIF problem (1997)
[WebDNA] OT - JS help (2008)
[WebDNA] FedEx (2016)
Search Command, multiple dbs, etc. --further elucidation needed (2000)
[cart] not being interpreted inside [founditems] (1997)
HomePage Caution (1997)