Hi,
I have a flv movie called “Surfing.flv” (Instance Name “Surfing”) in VideoBox movie clip. I have 3 buttons called “Play”, “Pause”, “Stop”. The following code for play button doesn’t work. What is the full code work with it? Please help.
BtnPlay.addEventListener(MouseEvent.CLICK,PlayClickHandler);
function PlayClickHandler(event:MouseEvent):void {
VideoBox.Surfing.play() ;}
Thanks in advance for any help.