mecha
June 22nd, 2003, 05:10 PM
Hello,
Im kind of a newbie and need help with the following. Thanks.
Im trying to send variables from my HTML page to flash, in order to control the location of movie clips. This is what I have.
HTML PAGE
<param name="movie" value="navi.swf?sectionheader=charts">
*I have also added the "?sectionheader=charts" to the EMBED line.
SWF/FLA
sectionheader._x = 10;
sectionheader._y = 290;
*This is set on the first frame.
The theory is that flash will read the variable and come up with something like:
charts._x = 10;
charts._y = 290;
..................but, ofcourse it doesnt!!!
What am I doing wrong?
I have been able to set text of textfields and event traget frame Labels in similar ways, but this will not work......Aaaarrrgh!
This is probably a walk in the park for you guys, so please help if you can.
Thanks in advance,
Mecha
Im kind of a newbie and need help with the following. Thanks.
Im trying to send variables from my HTML page to flash, in order to control the location of movie clips. This is what I have.
HTML PAGE
<param name="movie" value="navi.swf?sectionheader=charts">
*I have also added the "?sectionheader=charts" to the EMBED line.
SWF/FLA
sectionheader._x = 10;
sectionheader._y = 290;
*This is set on the first frame.
The theory is that flash will read the variable and come up with something like:
charts._x = 10;
charts._y = 290;
..................but, ofcourse it doesnt!!!
What am I doing wrong?
I have been able to set text of textfields and event traget frame Labels in similar ways, but this will not work......Aaaarrrgh!
This is probably a walk in the park for you guys, so please help if you can.
Thanks in advance,
Mecha