As an web developer, how can i disable getURL() wiwthout modifying/disabling the swf itself? as the swf is external, posted by the users. there's some bad guys posting swf with getURL("their bad url", "_self").
Btown
9:13 pm on May 16, 2006 (gmt 0)
The getURL is in the actionscript, so the only way to disable it would be to edit the original .fla file. In order to stop it, you would have to delete or disable the swf file the user posted.