[Laszlo-dev] Does the compiler transform swf9 constructs for swf/dhtml?

Philip Romanik promanik at laszlosystems.com
Tue Feb 12 07:52:03 PST 2008


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



More information about the Laszlo-dev mailing list