PDA

View Full Version : locking .swf?


rrmcguire
08-10-2006, 05:42 PM
Is there a way to lock an swf so the user cannot maximize it?

jharmon
08-10-2006, 07:35 PM
Stage.showMenu = false;

this prevents the user from being able to right click and zoom

rrmcguire
08-11-2006, 01:46 PM
that isn't quite what Im looking for....I've made my fla a certain size 1000 x 400 pixels and when I publish the movie its set at that size, but the user is still able to maximize the movie which doesn't really give the complete effect of the movie itself. I would like it so that they are unable to maximize the .swf.