Skip to main content
Participant
April 2, 2015
Question

Stop links external opening siteweb in action scripte

  • April 2, 2015
  • 1 reply
  • 178 views

hi my friends

I loading file swf to flash and I have probleme

this swf contains link external not work

I want block this link external

please help me

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
April 2, 2015

Are there other elements of this loaded swf for which you still want to allow interaction?  If not, you should be able to just set the mouseEnabled property of the loader content to false (I have never done it but I think it should work).  If there are other things you want to be able to interact with then you likely need to target the particular linked object and remove its event listener.