From: Mina Kumar <[EMAIL PROTECTED]>
Subject: changing source in netscape 6
To change the smil source of a real player object, I've been using:
if (document.all) document.all.RVOCX.Source = videoParam;
if (document.layers) {
document.embeds[0].SetSource(videoParam);
document.embeds[0].DoPlay();
}
neither of these work for netscape 6. Does anyone have any suggestions?
*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites. Archives of RealForum can
be found at http://realforum.real.com
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>