Greetings all,
I've run into a problem with loadermax videoloader.
I have the video loading and can play it with no problem. My problem is that I cannot get it to play using a play button that is used in my project.
In the queueCompleteHandler below, I add a listener which works:
videoContent.addEventListener(MouseEvent.CLICK, _togglePause,false, 0, true);
This is clicking on the video itself to get it to play.
What I would like to do is have a mc which overlays the video take over the play actions:
This fails miserably:
firstPlay.addEventListener(MouseEvent.CLICK, fir