...
<SCRIPT>
...
DynAPI.onLoad = function()
{
        myLayer = new DynLayer()
        myLayer.setSize(100,100)
        myLayer.setBgColor('#c0c0c0')
        myLayer.moveTo(100,100)
        DynAPI.document.addChild(myLayer)
}
</SCRIPT>
...


Why do we need to create the DynLayer inside the onLoad of DynAPI? I 
throught DynAPI was only to setup the library files...

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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

Reply via email to