When somebody presses right button of the mouse appears menu. What to do to avoid this? I tried fscommand, but it works only in computer not in internet explorer. Any ideas?
yes.
FScommand doesn’t function when published with flashmx. the reason is that it needs to be published in the HTML as well and not only added as a function in flash. actually you don’t need to add it to flash I think… not sure.
do this:
edit your HTML page with note pad. where you see the list of parameters add this one:
<PARAM NAME=menu VALUE=false>
voilà
Thanks a lot!