PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

stop hidden video

  1. I have video embedded in an HTML field that has conditional logic to only show if a specific option is chosen. On the form, when I choose that option and press play on the video then choose another option while the video is still playing, it hides the video but it keeps playing and you can still hear it. Is there a way to make the video stop playing when it hides?

    Posted 12 years ago on Sunday October 2, 2011 | Permalink
  2. You would have to write some custom JavaScript or jQuery to unload the video when it's hidden… probably something along these lines.

    http://stackoverflow.com/questions/1806032/flash-video-still-playing-on-div-that-is-removed-using-jquery-ie-bug

    Posted 12 years ago on Monday October 3, 2011 | Permalink