From: "Dennis Lembree" <[EMAIL PROTECTED]>
Subject: RE: dynamically changing video streams in an embedded player using
Or try this:
function source(address)
{
document.RealPlayer.SetSource(address.toLowerCase());
}
-Dennis Lembree
Online Producer, CareerShop.com
(407)363-9944 x198
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of RealForum
Sent: Wednesday, September 08, 1999 2:59 PM
Subject: RE: dynamically changing video streams in an embedded player
using
From: Nicholas Hart <[EMAIL PROTECTED]>
Subject: RE: dynamically changing video streams in an embedded player
using
I think you are making this more complex than you need. Both the ActiveX
control and Netscape plugin support the SetSource function. Your code
should work fine like this:
document.realPlayer.SetSource(filename);