[Laszlo-dev] switch and when in LZX

Raju Bitter rajubitter at me.com
Wed Aug 19 13:57:08 PDT 2009


Henry,

why is it that you can say:

<switch>
   <when runtime="dhtml">

for testing for DHTML runtime, but for SWF9 you have to say

<switch>
   <when property="as3">

Is there a good reason for not supporting:

<when runtime="swf9">

What if we have swf9 and swf10 specific code?

- Raju


More information about the Laszlo-dev mailing list