PDA

View Full Version : assigning a var to a component property



tomic
May 19th, 2003, 04:05 PM
ok, this is my last try, since i posted this question over 4 times on the flash support forums, contacted the owner of the component, which posted a few threads on the flashkits forums....

A somewhat despirate tomic wants to pass a php variable to a flash movie (swf).

I can't assign the variable 'preload' to a component called 'mcMaster' which has the property 'message' which is a text field. (whatevers the value of the text field is displayed as the text of the component, which is a smart clip.)

The variable is passed from a php like this:
/images/logomain.swf?preload= echo $pagetitle; >"

If i create a dynamic text with the var 'preload' is shows the variable $pagetitle from php.

How, in the name of whoever, can i assign the text of that dynamic text field OR just the variable 'preload' to the component property mcMaster.message ?


if you guys have any clue.... I would be so greatful! The fla is online at www.tomic.nl/test/test.fla

Thanks in advance.....!
:)