Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi,
I want to use swf files in asp.net

what do i do?
Posted
Updated 3-May-11 13:54pm
v3

Use object and embed html tags together. I put the whole tag as follows

XML
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      codebase="http://download.macromedia.com/pub/shockwave/cabs
                /flash/swflash.cab#version=6,0,29,0"
       width="225" height="113">
      <param name="quality" value="high">
      <embed src="fileName.swf" quality="high" pluginspage=
       "http://www.macromedia.com/go/getflashplayer"
         type="application/x-shockwave-flash" width="225"
                   height="113">
      </embed>
    </object>


I hope this will help you. Note: Replace fileName.swf with your flash swift file name.
 
Share this answer
 
v2
 
Share this answer
 

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