Link to home
Start Free TrialLog in
Avatar of yotsse
yotsse

asked on

swf and exe no resize

Hi,

I want to export my animation as a .exe and .swf. But I don't want the user to resize the final movie... Is there a trick to do it

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of negatyve
negatyve

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
what negatyve said will be ok if u expoert the final movie as EXE file
but will not work with browser if u expoert ur movie as  swf  file
if u export as swf file to use over the internet you need to make it with another code. you need to make a ContextMenu object cause the browser will not effect with the code negatyve had said

here is the code

var rootMenu = new ContextMenu();
rootMenu.hideBuiltInItems();
_root.menu = rootMenu;

put it in the frist frame in ur movie