I've got an swf file that I have embedded onto an HTML page but it is not doing what it normally does.
When I just drag and drop the swf file onto a web browser, it behaves as normal. The normal action that it takes is to load up a "default" file into the swf and proceeds from there.
When I embed the flash file, it does not load the default file into the swf. I don't know why.
Any ideas?
Below is the code that I am using to embed the flash file onto my html page:
<object type="application/x-shockwave-flash" data="movie.swf" width="550" height="400">
<param name="loop" value="false" />
<param name="movie" value="movie.swf" />
<p>Alt Text</p>
</object>
skip.swfloaded a relative path asset, then it would of failed in jsFiddle. – arttronics Jan 3 at 4:48