xglienas
03-04-2009, 11:29 AM
hi people!
thanks in advance for your time!
i'm so glad to join to jur community! :P
so...
i'm making a promo CD.
i'm doing it with AS2, couse I changed last week to CS4 (from CS2) and I still dazed with all new code he uses....
the CD will be launched with the autorun usual code:
Stage.scaleMode = "noScale";
Stage.align = "C";
fscommand("fullscreen", true);
fscommand("showmenu", false);
the point is...
I have a FLVPlayback component to play some videos,
there's only 1 player and I give him the value of the source flv file(this is just the part of code I think you should know)
_root.q_video = "videos/CINESTAR.flv";
this.v_player._visible = true;
this.v_player.contentPath = _root.q_video;
and I wanna make a button to launch the player in FULLSCREEN...
the problem is the stage is already in fullscreen
fscommand("fullscreen", true);
i really hope anyone can help me...couse I have to finish it in 1 day i can find no way to do it!!!!
THANK YOU VERY MUCH!
thanks in advance for your time!
i'm so glad to join to jur community! :P
so...
i'm making a promo CD.
i'm doing it with AS2, couse I changed last week to CS4 (from CS2) and I still dazed with all new code he uses....
the CD will be launched with the autorun usual code:
Stage.scaleMode = "noScale";
Stage.align = "C";
fscommand("fullscreen", true);
fscommand("showmenu", false);
the point is...
I have a FLVPlayback component to play some videos,
there's only 1 player and I give him the value of the source flv file(this is just the part of code I think you should know)
_root.q_video = "videos/CINESTAR.flv";
this.v_player._visible = true;
this.v_player.contentPath = _root.q_video;
and I wanna make a button to launch the player in FULLSCREEN...
the problem is the stage is already in fullscreen
fscommand("fullscreen", true);
i really hope anyone can help me...couse I have to finish it in 1 day i can find no way to do it!!!!
THANK YOU VERY MUCH!