How to change swf file onclick of button
Posted: Mon May 17, 2010 5:38 pm
i have 2 swf files(Scene2.swf and scene3.swf , how do i do it such that clicking Button onclick= " " will cause it to run movie.value = "Version1/Scene2.swf
My default swf file declared.
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="470" height="450">
<param name="movie" value="Version1/Scene3.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
Thanks !! Sorry but im very new to this and may sound stupid. Thanks
My default swf file declared.
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="470" height="450">
<param name="movie" value="Version1/Scene3.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="6.0.65.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
Thanks !! Sorry but im very new to this and may sound stupid. Thanks