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).
Thank You.
Printable View
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).
Thank You.
Hi there
goto File>Publish settings>HTML
Uncheck the option of Display menu
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");
===========================================
hope that helped
thank's a lot !
it worked out :)