Free Web Counter

Inserting Flash movie in website

December 16th, 2007

Tags: Current Technology

I learnt the simplest code to insert a flash *.swf movie file with object and embed tag. An example…
<object classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″></p> <param name=”movie” value=”/files/example.swf”></param> <embed src=”/files/example.swf” mce_src=”/files/example.swf” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer”></embed><br> </object>

[Read more →]