Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, i want to play somwe swf file ( a song with lyric) in my website, i want to play/pause or mute or switch to full screen mode my swf file.Are there any idea or solution for me ?
Posted

1 solution

embed swf player
C#
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
                codebase=" http://download.Adobe.com/pub/shockwave/cabs/flash/swflash.cab#version =6,0,29,0" 
                ID="Captivate1"> 
<param name="movie" value="omx.swf"> 
<param name="play" value="true" /> 
<param name="quality" value="high"> 
<param name="menu" value="false"> 
<param name="loop" value="0"> 
<param name="wmode" value="transparent">
<embed src="MovieName.swf" play="true" width="640" height="480" loop="0" quality="high" pluginspage=" http://www.Adobe.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed> 
</object>

</param></param></param></param></param>
 
Share this answer
 
Comments
NguyenVanDuc 7-Jan-12 5:22am    
I have try this, but not resolve my problem, i want to have an scrollbar forn seek and play and pause,fullscreen button.

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