Problem with video in flash on fullscreen?

I guess the Fullscreen feature was introduced mostly for video so that's why it defaults to that.

Up vote 0 down vote favorite share g+ share fb share tw.

Sorry for my bad english. I added video to my flash in right bottom corner. In normal screen all good, but in fulscreen stretching only video(on full screen), but not all contetnt.

Image1

flash video fullscreen link|improve this question edited Jul 13 '09 at 15:25 asked Jul 13 '09 at 15:13Vv.184.

I guess the Fullscreen feature was introduced mostly for video so that's why it defaults to that. You need to do a bit of setup first to make sure you get the content you want in fullscreen. I'd advise you to first set the desired scale mode and align for the stage.

E.g. Stage. Align = StageAlign.

TOP_LEFT; stage. ScaleMode = StageScaleMode. NO_SCALE; then the important bit you need, the fullScreenSourceRect property: //assuming you want to display 800 x 600 of you swf in fullscreen Mode stage.

FullScreenSourceRect = new Rectangle(0,0,800,600); Goodluck!

Thanks, but don't work ( – Vv. Jul 21 '09 at 13:44 it should just work. Do you get any errors?

Also, if you're the FLVPlayback Compoment, make sure you've got fullScreenTakeOver set to false. Livedocs.adobe.com/flash/9.0/ActionScrip... – George Profenza Jul 21 '09 at 21:59 George thanks! It works, love you )) need only fullScreenTakeOver, stage preferences doesn't matter.

– Vv. Jul 22 '09 at 18:16 Cool, glad I could help. – George Profenza Jul 23 '09 at 7:14.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions