[flexcoders] One project - Multiple SWFs

2009-02-06 Thread nishantkyal
Hi, I've a project where I'm creating a lot of content as SWFs which is loaded by the main application. These content SWFs are not modules and will be loaded by SWFLoader. I want to know how can I create these (large number of) content SWFs using flex. The content will be residing in nested

[flexcoders] Can't load image in flex

2007-04-24 Thread nishantkyal
Hi, I'm trying to load an image in flex and need help. I'm using the loader object to load the image and 'addChild'ing it to a CANVAS object placed on stage. The image apparently loads up (Event.COMPLETE fires) but there is no image on the CANVAS. :(( I'm pretty conversant with Flash AS2 but