From: Clay Benoit <[EMAIL PROTECTED]>
Subject: RE: Acessing embedded plugin within a DIV
Dwight-
In IE, I use document.all.myEmbed.realPlayerCommand.
However, I use the "embeds" array in NN to target a RealPlayer in a layer.
Try using the syntax : document.myLayer.embeds["myEmbed"].realPlayerCommand
Later.
Clay Benoit
Developer - Midi, Inc.
[EMAIL PROTECTED]
(609) 924-4817
http://www.midicorp.com
-----Original Message-----
From: RealForum [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 30, 1999 6:30 PM
Subject: Acessing embedded plugin within a DIV
From: Dwight Owens <[EMAIL PROTECTED]>
Subject: Acessing embedded plugin within a DIV
Hi all,
I want to send some commands to an embedded player in one of my frames and
I've put the player inside of a <DIV> layer so I can hide it from view
until my users need it.
Now, I don't know how to send commands to it inside the layer. I tried
document.name-of-the-div.name-of-the-embed but Netscape doesn't recognize
it. Anybody know how to talk to an embedded player inside of a div?
-Dwight Owens