Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

Sound Remaining On after closing JX Box

3 replies [Last post]
Reply

Hey there,

I have a client that is using EI ..not sure what version, but he says this. If I open one of the videos and then click off video window, the sound continues. Click back on the video and you get sound only. Once you come off the video and then go back on, you can only get sound. However, the video link on the home page works fine. You can close that one and then open again. So the problem is with the pages where there are the 2 video links.

Have you heard of this?

Here is page in question
http://www.flyfishinggreyriver.com/fly_fishing.html

Thanks!
Greg

Reply

Sorry! Typo....JW Box!

Reply

here is the code
<div class="jwbox"> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','Images/video_tour2.jpg',1)"><img src="Images/video_tour1.jpg" alt="take a video tour" name="Image6" width="340" height="81" border="0" id="Image6" /></a>
<div class="jwbox_hidden">
<div class="jwbox_content">
<object width="600"
height="450"
type="application/x-shockwave-flash"
id="ply"
name="ply"
data="http://player.longtailvideo.com/player.swf">
<param name="allowfullscreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="flashvars" value="file=http://flyfishinggreyriver.com/nff_teaser.flv"/>
</object>
</div>
</div>
</div>
<a href="contact.php" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('request','','Images/request_over.png',1)"><img src="Images/request_up.png" name="request" width="340" height="117" border="0" id="request" /></a>
<div class="jwbox"> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('lodge','','Images/NFF_over.png',1)"><img src="Images/NFF_up.png" name="lodge" width="340" height="167" border="0" id="lodge" /></a>
<div class="jwbox_hidden">
<div class="jwbox_content">
<object width="600"
height="450"
type="application/x-shockwave-flash"
id="ply"
name="ply"
data="http://player.longtailvideo.com/player.swf">
<param name="allowfullscreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="flashvars" value="file=http://flyfishinggreyriver.com/NFF.flv"/>
</object>
</div>
</div>
</div>
<div class="jwbox"> <a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('browse_gallery','','Images/FM_over.png',1)"><img src="Images/FM_up.png" style="padding-top:5px"name="browse_gallery" width="340" height= "166" border="0" id="browse_gallery" /></a>
<div class="jwbox_hidden">
<div class="jwbox_content">
<object width="600"
height="450"
type="application/x-shockwave-flash"
id="ply"
name="ply"
data="http://player.longtailvideo.com/player.swf">
<param name="allowfullscreen" value="true"/>
<param name="allowscriptaccess" value="always"/>
<param name="flashvars" value="file=http://flyfishinggreyriver.com/grey_river.flv"/>
</object>
</div>
</div>
</div>

Reply

Some IE builds have this issue.

What you are going to have to do is do a jwplayer.stop() call when the close box is clicked.

Reference - http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12540/javascript-api-reference

Post new comment

  • Allowed HTML tags: <code> <blockquote> <em> <strong> <strike> <ul> <li> <ol>
  • You may post code using <code>...</code> .
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options