One question of my customer today was: Can I show a Flash file on a page ?
He provides me an HTML and the SWF files.
I’ve found two easy solutions:
<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=”800” height=”600“>
<param name=”movie” value=”your animation.swf“>
<param name=”quality” value=”high“>
<embed src=”your animation .swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”800” height=”600“></embed></object>
For me the best solution is the second, it’s faster.
Of course it will be another story if you want it on the master page, you will need to play with the “.master” page. ![]()