|
Anyone know how to turn off the mbYTPlayer(stop/pause) once I've started it? And...how to keep it from looping? Here's my script for starting the movie (.playMovie uses a button bg image): <script type="text/javascript"> $('.playMovie').click(function() { $('.movie').mb_YTPlayer(); });//end click </script>I'm a neophyte js/jquery person, so use the K.I.S.S. principle (keep it simple stupid) with me. Thankyou! Dan |


