;

PDA

Click to See Complete Forum and Search --> : [FP9] new allowScriptAccess and allowNetworking tags


jAQUAN
08-16-2006, 06:39 PM
Ok I can see the obvious benefits of these new tags but the way myspace is using them right now is FK'ing me!

I have a popular .swf floating around myspace atm and there are a couple buttons that link back to my site. Now that myspace is re-writing any flash <embed> tag by adding allowScriptAccess="never" allowNetworking="internal" it acts like the getURL() line is commented.

Do you think that the navigateToURL() command would help get around this? If not, any ideas?

MD004
08-17-2006, 02:54 AM
I believe you can change your getURL() to open up in "_blank" (new window in other words) which will ignore the new tags. Or did you not want it opening in a new window?

~MD

jAQUAN
08-17-2006, 04:10 PM
It's already set to _blank so that's not it. Thanks for the suggestion.