Hi
I added my flash code on myspace. The movie plays fine
When i click on a button that navigates within flash it works
When i click on a button to open the “message” page or “add friend” page
It doesn’t work…
here is the code i have
on (release) {
getURL(“http://messaging.myspace.com/index.cfm?fuseaction=mail.message&friendID=11111111&MyToken=68750750-62ae-497a-8692-01688ddfb52f”);
}
My Embedd code that myspace rewrites
<object type=“application/x-shockwave-flash” allowScriptAccess=“never” allowNetworking=“internal” height=“460” width=“1000” data=“mylinkhere”>
<param name=“allowScriptAccess” value=“never” />
<param name=“allowNetworking” value=“internal” />
<param name=“movie” value=“mylinkhere” />
<param name=“wmode” value=“transparent” />
<param name=“flashvars” value=“file=playlist.xml&autostart=true” />
</object>
(i do add my links where it says mylink here)
Help Please!
I’m using Flash 8
Action script 2.0 if that helps
Please Help!