I have imported video FLV Player(with no skin) in layer(flv1)
The flv Player instance name is “myflvplayer1”
Actions: Frame 1
myflvplayer1.stop();
myflvplayer1.visible=false;
myflvplayer1.fullScreenTakeOver=false;
try{
stage.displayState = StageDisplayState.FULL_SCREEN;
}catch(e)
{
//do nothing
}
Till frame 142 there’s animation playing, after that:
stop();
myflvplayer1.visible=true;
myflvplayer1.play();
(so here video start to play in full screen)
Now when this video finishes I want it to Jump to frame label “main”
Where I have put many navigation buttons (My main menu page)
So any help will be very great.!
This is DVD based presentation, so everything is being loaded Local.
Hello Abhishek Try this
as2
as3
give me a plus if like my answer.