How to add flash files to asp.net web pages

Click Here to visit Zonix’s Website

<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0” width=”540″ height=”400″ hspace=”10″ id=”ShockwaveFlash1VIEWASTEXT”>

<param name=movie value=”Flash File Path”>
<PARAM NAME=”quality” VALUE=”high”>
<PARAM NAME=”bgcolor” VALUE=”#FFFFFF”>
<param name = “wmode” value = “transparent”/>

<embed src=”Flash File Path” width=”540″ height=”400″ loop=”false” quality=high pluginspage=”http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash”>
</embed>

</object>

Remember to place the Flash File inside the Project only.and give a relative path for the file.

You can also display a Flash file in <iframe>.

Eg:

<

iframe src=”Flash File Path height=”146px” width=”575px”></iframe>



Bookmark and Share

2 thoughts on “How to add flash files to asp.net web pages

Comments are closed.