• Resolved jsain

    (@jsain)


    I am loading multiple wiredrive presentations onto a single page using the most up-to-doate wordpress plugin, but only displaying one presentation at a time. When the user clicks on one of my html links I swap which video is being displayed. The problem is the previous video will continue playing even though it is not on-screen.

    Is there a javascript function I can call when the user switches videos that will pause the video they were previously watching?

    http://wordpress.org/extend/plugins/wiredrive-player/

Viewing 1 replies (of 1 total)
  • Hey jsain,
    No there is not no built in JS function to stop the player. What you are describing is an API, which we would like to build into the player at some point.

    Do you require it to pause? Is it OK if it just stops/starts? If so, can you just tear down the player (like removing the DIV and then re-adding it as needed)?

    -Drew

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Wiredrive Player] Stop a video with separate link’ is closed to new replies.