Can someone tell me please how can i make my movie to have no option for zoom in or out.
I want my movie to be on right click like the banner from this page(the one with the box).
this will work when your file is displayed in a web browser
you might add an FScommand in your first frame with the option of allow scale = false
your code should look like this
===========================================
fscommand("allowscale", "false");
===========================================