There's some tips on converting code to compile in swf9 in http://wiki.openlaszlo.org/SWF9_Conversion
in particular, you'll run into the problem of the args to setter
methods, they need to take an optional second arg
I have been declaring them like this
function setResize ( val, ignore = null ){
We're planning to remove the second arg from the protocol soon, it
just causes trouble.
--
Henry Minsky
Software Architect
[EMAIL PROTECTED]
