Forum Moderators: open
Simple, clean and valid. Works perfectly in IE but doesn't in Netscape.
That's what I've got now:
<object type="application/x-shockwave-flash"
data="movie.swf"
width="222" height="140" align="middle">
<param name="movie"
value="movie.swf">
</object>
Will read more about Satay and play around.
Thanks again.
_root.loadMovie("pics.swf",0); on the first frame which loads in pics.swf obviously.
the following code is then added to the XHTML
<object type="application/x-shockwave-flash"
data="c.swf?path=pics.swf"
width="300" height="400">
<param name="movie"
value="c.swf?path=pics.swf" />
<img src="noflash.jpg" alt="you need to install flash to view the gallery images" />
</object>
Voila, valid code works in all IE, firefox, opera etc.
Basically c.swf may not work but the movie it loads will