How can I pass PHP variables to a Flash file? Can I just embed the Flash in the .php file and call them some way? I want to use the Flash as a template and fill 'er in with database info.
Thanks, Tom
You can use PHP to write the variable to a txt file, then use flash "Load Variable" to read the variable in this txt file. try it good luck!
When you call the Flash movie from a web page, i.e. using the <embed> tag, you can use this: <embed src="mymovie.swf?var1=value1&var2=value2&var3=value3">
It works for me!
Hub. Lem.