Boethius
01-15-2003, 10:03 AM
Hi!
I am using ColdFusion 5 for development, MySQL as the database, and the .swf has to be Flash 5.
Now, I have read about making a file that contains "&foo=bar", and to me that is pretty clear, however, the solution isn't as slick as I want it to be.
Browsing the threads I came across http://www.actionscripts.org/forums/showthread.php3?s=&threadid=903 that would be a more elegant way of solving the problem. That is passing the variables through the flash source. However, I have tried this numerous times and I can't figure out if I should use loadVariablesNum or not and if so what URL I should pass. The method is of course obvious since its GET.
Example :
<embed src="foobar.swf<cfif isDefined('url.bar')>?foo=#url.bar#</cfif>" ... />
The question is how do I access them in flash?
I am using ColdFusion 5 for development, MySQL as the database, and the .swf has to be Flash 5.
Now, I have read about making a file that contains "&foo=bar", and to me that is pretty clear, however, the solution isn't as slick as I want it to be.
Browsing the threads I came across http://www.actionscripts.org/forums/showthread.php3?s=&threadid=903 that would be a more elegant way of solving the problem. That is passing the variables through the flash source. However, I have tried this numerous times and I can't figure out if I should use loadVariablesNum or not and if so what URL I should pass. The method is of course obvious since its GET.
Example :
<embed src="foobar.swf<cfif isDefined('url.bar')>?foo=#url.bar#</cfif>" ... />
The question is how do I access them in flash?