[flexcoders] Loading classes at runtime from RSLs, SWCs etc.

2007-12-13 Thread Lachlan Cotter
Hi All, I was wondering if someone can offer some advice on dynamic loading of classes at runtime. What I would like to achieve is to create a library of view classes (effect classes to be specific) which can by dynamically loaded into a Flex application at run time. I don't want to

RE: [flexcoders] Loading classes at runtime from RSLs, SWCs etc.

2007-12-13 Thread Alex Harui
Modules. See my blog (blogs.adobe.com/aharui) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Lachlan Cotter Sent: Thursday, December 13, 2007 1:29 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Loading classes at runtime from RSLs

[flexcoders] Loading classes

2005-08-26 Thread Prasad Dhananjaya
Hi All, I want to draw two squares inside the canves. I define DrawIconsclass. My class file and MXML file is in the same directory. When I run this, it says The class DrawIcons()could not be loaded (line of error is var Square1:DrawIcons = new DrawIcons(100, 200);) Can someone please tell me