dillankid
03-01-2009, 06:31 PM
Myspace disables "get_url" links in flash, so you have to work around it. I tried to wrap the object tag in an <a href=" tag which works in all browsers but IE and Opera. Does anyone know why, or another way to link a flash image? It's not illegal to do this on Myspace, they're just trying to monitor the links so that they can stop phishing - which they can't do with a get_url. So, any ideas on a workaround?
Here's what I have on an example myspace:
http://www.myspace.com/judahgraphicsmusictest
<a href="http://www.myspace.com/loudandclearishot">
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="100" width="450" data="http://www.judahgraphics.com/loudandclear/flashbanner.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.judahgraphics.com/loudandclear/flashbanner.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
</object></a>
Here's what I have on an example myspace:
http://www.myspace.com/judahgraphicsmusictest
<a href="http://www.myspace.com/loudandclearishot">
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="100" width="450" data="http://www.judahgraphics.com/loudandclear/flashbanner.swf">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.judahgraphics.com/loudandclear/flashbanner.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
</object></a>