[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 this has completely had me.
Please help ... a small example code will be a lot of help to me




[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 folders.

As far as I know, we can create SWFs by either compiling flex 
applications or thru FLAs. Is there a way flex components can be 
compiled into independent SWFs? I have no functionality inside these 
SWFs, only graphics.

Any help much appreciated.

Nishant