
January 22nd, 2003, 04:51 PM
|
|
Contributing User
|
|
Join Date: Dec 2002
Location: Memphis, TN
Posts: 198
Time spent in forums: 2 h 43 m 23 sec
Reputation Power: 6
|
|
|
Send variables to flash
I have tried, and I can not pass a variable from a php file to a flash movie. NO method I have seen yet has worked.
I have a flash movie. It has nothing on it but a dynamic text field with the variablename testbox.
I want to pass a variable from a php file and have it display in that text box. How do I do it.
I tried this tutorial
http://www.macromedia.com/desdev/mx...shmx_php02.html
I tried turning the text field into a movie clip and using pring to assign the value to testbox, but that did not work either
And I can't use clip.swf?testbox=value because you have to use a string when you do that
|