i read that article it says to add script in the flash. That seems like alot of extra work. The code you put there only has the name field different and the height and width in a different place.Width and height in mine are numbers not the ones i put in. I did change the name to movie with no result.
Code:
_root.loadMovie("movie.swf",0);
and <object type="application/x-shockwave-flash"
data="c.swf?path=movie.swf"
width="400" height="300">
<param name="movie"
value="c.swf?path=movie.swf" />
</object>
Bookmarks