In the Flex code I have the embedded image class
[Embed("tpan_cursor.png")]
        private var cursorPan:Class;

When I compile with config=”flex” and in the resulting JS
I get it as
this.Main_cursorPan = ;
this is causing to fail on the load. Any suggestions?
Also have a question on <mx:Style>.. should I use Jewel implementation for this

Thanks again
Anil

Reply via email to