Hi Tucker,

Am I ahead of the curve on this? I've ported the data files to use the swf9 constructs but I'm having problems in dhtml.

For example, does the compiler transform this to an appropriate dhtml format?

function LzDatapath ( v , args:* = null, children:* = null, instcall:* = null ){
    super(v, args, children, instcall);
...
}

In trunk, this code looks like,

function construct ( v , args ){
    super.construct.apply(this, arguments);
...
}


Thanks!

Phil

Reply via email to