Hi everyone. This is my first time here.
I’m wondering if anyone would be kind enough to help me out with a tiny little prob.
I have a php page that is sent values to “sendurl”, “test1”, “test2” and “test3”. I have a flash file on this page that pics up these values. Here is how I embed my movie into my php page…
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.#version=5,0,30,0” height=“1” width=“1”>
<param name=“movie” value=“test.swf?sendurl=<?php echo $_REQUEST[‘sendurl’] ?><?php echo $_REQUEST[‘test1’] ?>&test2=<?php echo $_REQUEST[‘test2’] ?>&test3=<?php echo $_REQUEST[‘test3’] ?>”>
<param name=“quality” value=“best”>
<param name=“play” value=“true”>
<embed height=“1” pluginspage=“http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” src=“query.swf” type=“application/x-shockwave-flash” width=“1” quality=“best” play=“true”>
</object>
How do I exactly get them into flash so after ten seconds flash automatically sends a POST to the sendurl with the values as per above.
It is probably real easy but I’m not the brightest girl in town when it comes to flash, but I’m trying.
Any help would be REALLY apprecaited.
Thank you
Kylie