Posts: 876
Name: Matt Pealing
Location: England, north west
|
Ive made a flash animation for a client, for her to use on her myspace page.
the problem is that it only really seems to load about half of the times its supposed to. Im using the following code to embed it:
Code:
<object type="application/x-shockwave-flash" allowScriptAccess="never"
allowNetworking="internal" height="290" width="500"
data="http://www.freewebs.com/harleysunique/advert.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie"
value="http://www.freewebs.com/harleysunique/advert.swf" />
<param name="quality" value="high" /> </object>
But half of the time the movie is just plain white, if you right-click it, it says 'movie not loaded'.
The wierd thing, is that I used to host it on my own server, but I would rather she had her own place to host it. When it was on my server, we never used to have this problem.
Also, when I run a normal HTML file with this code in, it works fine!
The swf is currently being hosted by Freewebs, but I cant figure out what is causing the problem!!
|