PDA

View Full Version : how do you make a .swf unresizable?


rachlll
10-28-2001, 11:20 PM
is there any way to create a .swf so that the user is unable to rescale it?

Billy T
10-29-2001, 01:35 AM
in the first frame of your movie put this action -

fscommand ("allowscale", "false");



cheers