picusdicus
03-16-2009, 01:04 PM
Hi!
I'm having some trouble trying to show my .swf flash movie on myspace. I embedded the movie on myspace using this code
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="852" width="800" style="visibility:visible; display:inline; z-index:6; position:relative; left:0px; right:0px; top:0px; margin-left:0px; background-color:transparent;" data="url.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="url.swf" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
</object></div>
but the flash movie does not show (a blank rectangle appears). But if I I access to its host server url, which in the code above would be "url.swf", and I refresh the myspace site, the movie works fine.
Anyone has an idea of what the problem could be?
Thanks!
I'm having some trouble trying to show my .swf flash movie on myspace. I embedded the movie on myspace using this code
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="852" width="800" style="visibility:visible; display:inline; z-index:6; position:relative; left:0px; right:0px; top:0px; margin-left:0px; background-color:transparent;" data="url.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="url.swf" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
</object></div>
but the flash movie does not show (a blank rectangle appears). But if I I access to its host server url, which in the code above would be "url.swf", and I refresh the myspace site, the movie works fine.
Anyone has an idea of what the problem could be?
Thanks!