[Laszlo-dev] Does the compiler transform swf9 constructs for swf/dhtml?
P T Withington
ptw at pobox.com
Tue Feb 12 09:34:58 PST 2008
You've been spoofed. 'construct' is a method of LzNode. Don't confuse
it with the class constructor, which has the same name as the class.
On Feb 12, 2008, at 10:52, Philip Romanik <promanik at laszlosystems.com>
wrote:
> 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