How to play the swf file from this code in windows application

P

Prashant M

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=6,0,29,0" width="324" height="307">
<param name="movie"
value="http://www.dirtbike-action.com/dirt bike crashes.swf">
<param name="quality" value="high">
<embed
src="http://www.dirtbike-action.com/dirt bike crashes.swf"
quality="high"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash" type="application/x-shockwave-flash" width="324"
height="307">
</embed>
</object>
 
G

Guest

Prashant,
You need to add a Shockwave Flash OCX control to your windows form (That's
in the COM tab on Add Reference), point it to the swf flash file, and call
the Play method.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top