On 5/3/13 4:41 PM, "Carlos Rovira" <carlos.rov...@codeoscopic.com> wrote:


> Right now it seems a convenient environment now that I'm entering this
> stuff...I have builds for various examples, and al is working right but
> HTML5 example in JS mode, that is failing for me with the following error:
> 
> Finding file for class: flash.events.Event
> 
Ah yes.  If you see this, this means there is some missing event metadata in
a JS file.  FlexJS on the JS side should not be dispatching
flash.events.Event, only org.apache.flex.events.Event.  Grep the output
files for flash.events.Event, find out what MXML event handler thought it
was picking up a flash event and you'll probably find that component is
missing event metadata or the event metadata is incorrectly formed (I think
some metadata is missing "name=" and "type=")

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to