You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by L'Hommelet Filip <Fi...@ilias-solutions.com> on 2015/06/10 11:37:13 UTC

Embed Assets_swf / SDK4.14 / Flexmojos 7.1 / Maven3 / Weblogic

Going nuts over this issue, any input is welcome:

ReferenceError: Error #1065: Variable _class_embed_css_Assets_swf__214326637_mx_skins_cursor_BusyCursor_753802243 is not defined.

                at flash.display::MovieClip/nextFrame()
                at mx.core::FlexModuleFactory/deferredNextFrame()[/Users/erik/Documents/ApacheFlex/git/flex-sdk4.14.1/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:738]
                at mx.core::FlexModuleFactory/update()[/Users/erik/Documents/ApacheFlex/git/flex-sdk4.14.1/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:511]
                at mx.core::FlexModuleFactory/moduleCompleteHandler()[/Users/erik/Documents/ApacheFlex/git/flex-sdk4.14.1/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:836]


Building and running the application out of eclipse, works perfect.
However, building with maven and then running on the server, gives the above error (at runtime).

Any help is welcome!

Kr,
Filip

AW: Embed Assets_swf / SDK4.14 / Flexmojos 7.1 / Maven3 / Weblogic

Posted by Christofer Dutz <ch...@c-ware.de>.
So it seems you are embedding the resource in a CSS file - am I correct?
Could you post part of that CSS code? And it would be interesting to know the directory structure you are using.

Chris

________________________________________
Von: L'Hommelet Filip <Fi...@ilias-solutions.com>
Gesendet: Mittwoch, 10. Juni 2015 11:37
An: users@flex.apache.org
Betreff: Embed Assets_swf / SDK4.14 / Flexmojos 7.1 / Maven3 / Weblogic

Going nuts over this issue, any input is welcome:

ReferenceError: Error #1065: Variable _class_embed_css_Assets_swf__214326637_mx_skins_cursor_BusyCursor_753802243 is not defined.

                at flash.display::MovieClip/nextFrame()
                at mx.core::FlexModuleFactory/deferredNextFrame()[/Users/erik/Documents/ApacheFlex/git/flex-sdk4.14.1/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:738]
                at mx.core::FlexModuleFactory/update()[/Users/erik/Documents/ApacheFlex/git/flex-sdk4.14.1/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:511]
                at mx.core::FlexModuleFactory/moduleCompleteHandler()[/Users/erik/Documents/ApacheFlex/git/flex-sdk4.14.1/frameworks/projects/framework/src/mx/core/FlexModuleFactory.as:836]


Building and running the application out of eclipse, works perfect.
However, building with maven and then running on the server, gives the above error (at runtime).

Any help is welcome!

Kr,
Filip