PDA

View Full Version : full screen projector - images resize acording to res of users screen


illus12000
07-15-2007, 07:29 PM
Hi,
I need to build a projector which will essentially consist of single, jpeg images (probably contained in a movie clip).

The Jpegs would be 768 high and a portrait format.

I want the projector to be full screen (in a window though). And I want the Jpeg to resize to the height of the screen (maitaining it's proportions)whatever resolution the user has set up on their computer.

Can anyone point me in the right direction. I have reasonable knowledge of actonscript.

Thanks,

atomic
07-15-2007, 08:53 PM
First frame of your movie...

fscommand("fullscreen", "true");
fscommand("allowscale", "true");

http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_14280&sliceId=1

illus12000
07-15-2007, 10:33 PM
Fantastic, thanks for your help.

atomic
07-15-2007, 10:35 PM
;)