Hi, thanks for the support forums.
In IE6, the video plays correctly, but when I press close (using Lightbox), the audio continues to play. This does not happen in Firefox. Here is the code:
<embed
src="http://www.mandomandarin.com/media/videos/mediaplayer.swf"
width="430"
height="360"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="height=356&width=426&file=http://www.mandomandarin.com/media/videos/introduction.flv&searchbar=false&autostart=true&searchbar=false&shownavigation=false">
</embed>Inside the Header:
<script type="text/javascript" src="http://www.mandomandarin.com/media/videos/swfobject.js"></script>The page that has the link for the video (pops up on top of this page):
<div class="home_bt">
<a href="movie.html" class="lightwindow page-options" params="lightwindow_width=430,lightwindow_height=360"><img src="movie.gif" border="0" alt="Mando Mandarin Video" /></a>
</div><!--end div HOME_BT-->
---------------------
Also, in Firefox, the movie plays for 2 seconds than restarts and plays all the way through. The above problem does not happen in FF.
Thanks so much!
you have to stop the player before hiding it, to prevent it from continuing playing !
use the javascript api and issue a sendEvent('stop'); - http://www.jeroenwijering.com/?item=Javascript_interaction