Guys,

I got to externally set a variable on a swf.
I have very limited knowledge but I do know that in a regular flash 
movie I can set a variable through a declaration within the object 
ember tag in the html:

myMovie.swf?variable=something

or through the <param> tag:

<param name="variable" value="something" />

Does this apply for an embedded flex movie? In that case, how should I 
read the variable from within flex?

Thanks!
-g

Reply via email to