if you're using flvplayback, set the property fullScreenTakeOver
to false On Mon, Feb 2, 2009 at 3:41 PM, Matt S. <[email protected]> wrote: > Are you loading the video player into its own holder mc? If you do > that, then place that holder on the display list, then set > > if (stage.displayState == StageDisplayState.NORMAL) { > stage.displayState = > StageDisplayState.FULL_SCREEN; > } > > it should go full screen without FS'ing the video. > > .m > > On Mon, Feb 2, 2009 at 8:23 AM, Andrew Murphy <[email protected]> > wrote: > > Hello. :) > > > > Is there a way to have a full screen Flash (not a video) which has a > video > > player in it, without having the video itself jump to full screen? > > > > What I'd like to do is have a Flash piece which goes full screen, then at > > some points in the user's interaction with it there may be a video player > in > > this Flash piece. The user would then have the option to view the video > > full screen within the already full screen Flash piece. > > > > Currently whenever I load a video player into a full screen non-video > Flash > > the video jumps to full screen the moment it loads. > > > > > > -------------------------------- > > Andrew Murphy > > Interactive Media Specialist > > <mailto:[email protected]> [email protected] > > > > Delvinia > > 214 King Street West, Suite 214 > > Toronto Canada M5H 3S6 > > > > P 416.364.1455 ext. 232 F 416.364.9830 W www.delvinia.com > > > > CONFIDENTIALITY NOTICE > > This email message may contain privileged or confidential information. If > > you are not the intended recipient or received this communication by > error, > > please notify the sender and delete the message without copying or > > disclosing it. > > > > AVIS DE CONFIDENTIALITÉ > > Ce message peut contenir de l'information légalement privilégiée ou > > confidentielle. Si vous n'êtes pas le destinataire ou croyez avoir reçu > par > > erreur ce message, nous vous saurions gré d'en aviser l'émetteur et d'en > > détruire le contenu sans le communiquer a d'autres ou le reproduire. > > > > > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > -- M.A. van't Kruis http://www.malatze.nl/ _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

