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

Reply via email to