Skip to main content
Known Participant
November 15, 2013
Answered

Making a Fullscreen Background Image

  • November 15, 2013
  • 4 replies
  • 881 views

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

This topic has been closed for replies.
Correct answer kglad

use:

Stage.scaleMode="noBorder";

4 replies

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
November 15, 2013

use:

Stage.scaleMode="noBorder";

Known Participant
November 15, 2013

but content is out of screen