From: David Andersen <[EMAIL PROTECTED]>
Subject: Re: DHTML Layer Problem in Netscape

The problem is in how netscape accesses objects in layers, which is
different from the microsoft/ie model.
For Netscape omething like
      playerEmbed = document.layers.realLayer.embeds[0];
For IE, the model is different
     playerEmbed = document.sample
then access it via,
     playerEmbed.DoPlay()
  I have found using the embeds array to be more reliable than the actual
name of the embed. BTW you will also have to deal with Netscape's
handling of a resize command with DHTML. After you get the player
working, try resizing the window. Be prepared for some interesting
placement of the embed objects. IE handles that a lot more gracefully.

Hope this helps,
David Andersen




*******************************************************
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]>

Reply via email to