Trending News
How to insert file(s) with swf extension to html page using Microsoft Frontpage 2003?
When editing HTML web page(s) on Microsoft Frontpage 2003, I do not know how to insert file(s) with swf extension to the page. Who can help? Thank you.
1 Answer
- Anonymous1 decade agoFavorite Answer
Copy and paste the below code to your web page, and upload the SWF file in the same directory with your web page file on your host server:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/... width="432" height="330" title="game">
<param name="movie" value="/flash/yourflash.swf" />
<param name="quality" value="high" />
<embed src="../flash/yourflash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer%22 type="application/x-shockwave-flash" width="432" height="330"></embed>
</object>
BTW, you can check playerdiy.com - http://www.playerdiy.com/
It is a good solution to add flash video to web page and create embeddable flash video player for website. Here is the tutorial - http://www.playerdiy.com/support/tutorial/customiz...