How to disable right click of parent .swf from child .swf, I have no aceess of parent swf.
1
votes
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.