If you use my cool OO functions of Implement and Share
(in my example of  frames on richards site) then every time you want to
create a DynLayer in the frame that isn't yours you do this:
if (!otherframe.document.isDynDocument)
        Implement;

then go
myLayer = new DynLayer;
otherframe.document.addChild(myLayer)

I'll send an example soon
8an



_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to