flash exe files
flash exe files
- Started
- Last post
- 3 Responses
- kibuchi
My boss is complaining that when a client expands a flash exe file, the resolution of the images is knackered.
Does anyone know how I can expand the exe so that JUST the border and background expand, maintaining the animation at the same ratio, in the middle? I've seen this before, but can't find anything on the publish settngs to ammend.
Cheers in advance
- ********0
have you tried using this:
Stage.scaleMode = "noScale"
??
- ********0
or try this...
fscommand("allowscale", false);
- kibuchi0
that's the ticket!
Magic, thanks.