|
The method was never 100% reliable,
but many designers have certainly put it to good use. I prefer to use this
method:
<object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="400" height="300"> <param name="movie" value="movie.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF">
<!--[if !IE]> <--> <object data="movie.swf" width="400" height="300"
type="application/x-shockwave-flash">
<param name="quality" value="high"> <param name="bgcolor" value="#FFFFFF"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> ALTERNATE CONTENT HERE (should not be displayed) </object> <!--> <![endif]--> </object>
It allows you having to mess around
with using <embed>, but it
does rely on Microsoft's Conditional Comments.
Simon Jessey ------------ Business Email: [EMAIL PROTECTED] Personal Email: [EMAIL PROTECTED] Business Site: http://keystonewebsites.com/ Personal Site: http://jessey.net/
|
- [WSG] Flash Satay method article Stevio
- Re: [WSG] Flash Satay method article Simon Jessey
- Re: [WSG] Flash Satay method article Simon Jessey
- Re: [WSG] Flash Satay method article designer
- Re: [WSG] Flash Satay method article Steve Bryant
- Re[2]: [WSG] Flash Satay method article Martin Heiden
