5

Is there a JavaScript API for streaming WMV/AVI/MOV files?

Simon Hayter
  • 33,097
  • 7
  • 60
  • 119

5 Answers5

1

You can achieve this with no JavaScript; just use the solution described here: http://www.ozzu.com/website-design-forum/embedded-windows-media-player-t70151.html. Basically you'd create an ASX playlist file pointing to your media, then set the URL of the OBJECT tag's PARAM to the ASX file.

Note that WMV might require an additional plugin for Firefox and other browsers.

Alex
  • 133
  • 5
1

JW Player is an open source video / audio player for the Web. It supports playback of any format the Adobe Flash Player and HTML5 browsers can handle (FLV, H.264, MP4, VP8, WebM, MP3, AAC, JPG, PNG and GIF). It also supports various streaming and playlist formats (including RMTP, HTTP, live streaming and more) and a wide range of playback options.

It has a JS API.

mvark
  • 3,077
  • 14
  • 20
1

You may take a look at http://flowplayer.org/

JS API: http://flowplayer.org/docs/api.html

Ramil
  • 11
  • 1
0

Try Flowplayer. http://flowplayer.org/ It provides number of other support options as well like iOS & Android device support, skin customization, integration with Carousals, sharing on social sites etc.

JS API: http://flowplayer.org/docs/api.html

Sachin Dhir
  • 307
  • 1
  • 6
-2

try this hope it helps http://www.pcurtis.com/media.htm