1
votes

How to disable right click of parent .swf from child .swf, I have no aceess of parent swf.

2
do you mean you want to disable the right click context menu?andygoestohollywood
@andygoestohollywood: YesSwati Singh

2 Answers

1
votes

you can see all the available options for dealing with the context menu here: Adobe Help: Context Menu. I dont know that I understand exacely how you have no acess to parent swf from child swf... that mean parent class from child class? if you are unsure, trace(this.parent); and see what you get.

0
votes

this works fine for me:

stage.showDefaultContextMenu=false;