Students who are studying ASP.NET may still be wondering whether animation can be played. In fact, the playback of swf format in ASP.NET is the same as that in html. You only need to click <html> and < in the interface in ASP.NET. Just insert the following code into /html>.
<div align="center">
<!----------------------The following code is used to display flash------------ ------------->
<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="150" height="280">
<param name="movie" value="Your address in swf format">
<!- --- Fill in the flash address with the value value. Your flash will use a relative address on this machine!---->
<param name="quality" value="high">
<param name="SCALE" value ="exactfit">
<!---- Fill in the src value with the same address as before!---->
<embed src="Your address in swf format" width="150" height="280" quality ="high"
pluginspage=" http://www.macromedia.com/go/getflashplayer "
type="application/x-shockwave-flash" scale="exactfit"></embed>
</object>
<!----------------------Display End of flash code--------------------->
</div>
That’s OK.