Copy link to clipboard
Copied
Hello,
I Making presentation in flash publish as .exe
Document size is 1024x768
i using this code for fullscreen
fscommand("fullscreen", "true");
but my background img size is 1024x500,
so when i publish the movie, top & bottom area is color fill by document bg color
i want background fill by bg img
how can i do that????
Please Help!!!!!!!!!!!!!!!!!!!!!!!!!!
Thanks
Mandar
use:
Stage.scaleMode="noBorder";
Copy link to clipboard
Copied
use:
Stage.scaleMode="noBorder";
Copy link to clipboard
Copied
but content is out of screen
Copy link to clipboard
Copied
thank you very much for the hint
Stage.scaleMode="exactFit";
Copy link to clipboard
Copied
you're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now