Log in

View Full Version : problem in fullscreen when loading movieclip



makshci
01-06-2008, 11:32 AM
hi every one.
i have made a flash projector that run in full screen mode (my flash document size is 800 x 600). in one special part of my flash i load a swf file into a movieclip the problem is when this happen my flash resize to original size but i want flash to be in full screen size.
please help me.
thank you

BLiZZaRD
01-06-2008, 11:56 AM
What code are you using to bring the original movie into full screen mode?

Usually any external parts carried over will not inherit the parents attributes, so you will need to full screen the imported movie as well.

makshci
01-06-2008, 12:52 PM
hi BLiZZaRD.
i just use fscommand("fullscreen","true"); in the first frame of the project.

Medyman
01-06-2008, 03:33 PM
see if this works:


fscommand("allowscale","false");
added right after your other fscommand...

I don't have much experience with fscommand so that's kind of a shot in the dark. If that doesn't work, my next guess would be to add:


fscommand("fullscreen","true");

to the first frame of the swf that you're trying to import.

HTH

makshci
01-07-2008, 11:27 AM
thanks a lot Medyman and BLiZZaRD.
i used

fscommand("fullscreen","true");
in first frame of my swf files that i wnated to import and it solved the problem.
i have a bigger problem in converting powerpoint to flash file that i will tell it in another thread.