A Streaming Media JukeBox - Part III: Browser-Independent: ***PASTE PAGE TITLE HERE*** | WebReference

A Streaming Media JukeBox - Part III: Browser-Independent: ***PASTE PAGE TITLE HERE***


A Streaming Media JukeBox - Part III: Browser-Independent

This is the third installment in our series on streaming media. In Column51, A Streaming Media JukeBox, we showed you how to program a streaming media jukebox for Internet Explorer. In Column 52, A Streaming Media JukeBox - Part II: Netscape, we presented a Netscape version. This week, we'll teach you how to program a browser-independent streaming media jukebox. The advantage of streaming media over local media is that your users don't have to download and store very large media files on their client machines. Instead, you store the media files on a server and have your users buffer them directly into their viewers, without ever storing a piece of the information. Refer to these previous installments for several applications that currently use streaming media.

Our browser-independent jukebox combines the ActiveX control and the plugin versions of Windows Media Player. Internet Explorer uses the embedded ActiveX control while Netscape Navigator takes advantage of the plugin. Each version supprts a set of properties, methods, and event handlers. The large commonality between these two sets enable you to control the plugin almost as much as you can control the ActiveX control. We will show you in this column how to refer to or how to set properties from both the ActiveX control and the plugin. Go ahead and play with the .

In this column we'll also present a detailed description of the Media Player's methods and Part I of its properties. We'll show you how to refer to each property from both Internet Explorer and Netscape. We'll single out those properties that are supported on one and not the other.

In this column, you'll find out:

We also provide the full script and its zipped version.

https://www.internet.com

Produced by Yehuda Shiran and Tomer Shiran

Created: December 6, 1999
Revised: December 6, 1999

URL: https://www.webreference.com/js/column53