Using Flash movie in aspx pages

The following code snippet is embedded a flash movie in aspx page.

Paste the following lines in your aspx - design page


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="name" width="468" codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0" height="60">
<param value="http://www.msdotnetheaven.com/shubhhostingDiwali.swf" name="movie"/>
<param value="high" name="quality"/>
<param value="transparent" name="wmode"/>
<embed
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?
P1_Prod_Version=ShockwaveFlash" quality="high" type="application/x-shockwave-flash" height="60" src="http://www.msdotnetheaven.com/shubhhostingDiwali.swf" width="468" wmode="transparent" name="name">
</embed>
</object>


In above Object is an html tag which embedded media in web-pages. Classid is the id of embedded object. Internally it locates for macromedia/adobe flash player.


Article by Gaurav Aroraa
Gaurav is a Microsoft Technology Specialist professional. He has awarded lifetime membership from Computer Society of India (CSI). He has more than 13yrs of experience in the industry. Currently, he is working in the capacity of Solution Architect with an MNC. He is serving to the various communities since 1999.

Follow Gaurav Aroraa or read 149 articles authored by Gaurav Aroraa

Comments

No responses found. Be the first to comment...


  • Do not include your name, "with regards" etc in the comment. Write detailed comment, relevant to the topic.
  • No HTML formatting and links to other web sites are allowed.
  • This is a strictly moderated site. Absolutely no spam allowed.
  • Name:
    Email: