Phil,
We don't yet support varargs or default args for SWF8 or DHTML.
This is LPP-5273. It looks to me that I could implement these in DHTML
by using the implicit 'arguments' array, right?
- Don
On Feb 12, 2008, at 10:52 AM, Philip Romanik 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
--
Don Anderson
Java/C/C++, Berkeley DB, systems consultant
voice: 617-547-7881
email: [EMAIL PROTECTED]
www: http://www.ddanderson.com