Click here to Skip to main content
15,920,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi experts
i use a SWF in my web page i want when user click on my Swf movie it starts to play but when my page load Swf movie by default is playing,how i can set that by default my SWF be in stopping mode not in play mode.
i use this code :
XML
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="670" height="623" id="Login.swf">
            <param name="movie" value="Login.swf" >
            <param name="quality" value="best">
            <param name="bgcolor" value="#FFFFFF">
            <embed src="Login.swf" quality="best" bgcolor="#FFFFFF" width="680" height="680" name="Login.swf" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>
        </object>


Thanks in advance for an answer.
Posted

1 solution

It depend on how it is programmed. SWF is not a movie, it is a flash application. Will be loaded and will start on load. If it contains a movie or anything else you want to react on user action, you have to code the swf to work as you desire. If it is created with a custom application, consult it's documentation for any related parameters.
 
Share this answer
 
v2
Comments
zinajoonjooni 16-Jun-12 7:05am    
thank you so much

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900