Hi group,

Spending some time in converting an existing flex project to JS I have a 
question about Class wrapping around flash packages like 
org.apache.flex.events.Event. If my understanding is correct I have to change 
all package declaration in my as3 code to org.apache.flex.x.x. A cool think 
would be if the compiler could check the base class every time a flash package 
declaration is found and replace the flash class flash.events.Event with the 
corresponding Wrapper - org.apache.flex.events.Event - at compile time - not in 
the code itself.

Did I miss something?

Thanks,

Markus 

Reply via email to