Search code examples
javascriptflowplayer

How to change video (and start playing immediately) in Flowplayer via Javascript?


It should change the video and start playing regardless of whether or not a video is currently loaded and playing.

Thanks.


Solution

  • You can check out the javascript api for the flowplayer here

    Specifically, you'll probably want to check out the flowplayer objects 'Clip' and 'Player'