Hi, I have embedded the video in flash using player. Now I want a play/pause button for video.
I am using ns.pause();to pause the video, its working.
here ns=video instance name.
but the play button is not working when I use below code.
ns.play();
Please help. The code is in AS3.