Skip to main content
This topic is closed to new replies. Start a new post to keep the conversation going.
Correct answer kglad

Kglad it's done!!!!

but one problem is there

How to fullscreen the flv video


:

fullscreenbtn.addEventListener(MouseEvent.CLICK,f);

function f(e:MouseEvent):void{

stage.displayStage="fullScreen";

}

// make sure to use the allow fullscreen html template (file>publish settings>html).

6 replies

kglad
Community Expert
Community Expert
November 9, 2013

what's the problem?

Known Participant
November 9, 2013

I insert external flv video in maintimeline in 2 frame.

i want when video finished goes to 1st frame.

Known Participant
November 9, 2013

Kglad it's done!!!!

but one problem is there

How to fullscreen the flv video