How do I use flash on Myspace?

Mike

New member
So I got my SWF file, hosted it on SwfCabin on this link:

http://www.swfcabin.com/open/1246078694

and I wrote the embed code for myspace (it changes to a code that myspace uses). When I try to see it there's just a blank space where it should be. I right clicked it and it said Movie Not Loaded. Why isn't it loading? Here is my code:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="90" width="520">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.swfcabin.com/open/1246078694" />
<param name="wmode" value="transparent" />
<param name="quality" value="best" />
<param name="menu" value="true" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.swfcabin.com/open/1246078694" height="90" width="520" wmode="transparent" quality="best" menu="true" />
</object>

obviously it knows to show the menu but it's not loading. Any help? I was also thinking I may have to get a link as a stand-alone SWF file. By actually hosting it as a webpage like http://www.mydomain.com/menu.swf and I think if I try embedding it with that it might work. If it will do you know of a place I can host it that won't disable the account if no one goes to the site?
 
Back
Top