Yes, I think IFlexModuleFactory possibly isn't what I'm after. I was basically 
looking for ways to initialise custom modules (plugins) in a correct order with 
specific values. I've since abandoned that idea and had my main plugin object 
initialised in the constructor of each module. 

Thanks,

--- In flexcoders@yahoogroups.com, Alex Harui <aha...@...> wrote:
>
> Check out Module.as.  There should be [Frame] metadata that specifies the 
> class that implements IFlexModuleFactory that will be used as the root of the 
> module SWF.  AFAIK, nobody has ever gone down this road before.  There's a 
> 90% chance that there's some other way to do what you want without going down 
> this road.
> 
> Describe your goals with a bit more detail and we'll see if there's some 
> easier way.
> 
> Alex Harui
> Flex SDK Developer
> Adobe Systems Inc.<http://www.adobe.com/>
> Blog: http://blogs.adobe.com/aharui
> 
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On 
> Behalf Of skuteboarding
> Sent: Saturday, April 04, 2009 12:45 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] How to create your own IFlexModuleFactory?
> 
> 
> Hi,I'm interested in implementing the IFlexModuleFactory interface in my 
> modules - mainly so I can manually control the creation of my objects.
> 
> What do I need to implement this in my module?
>


Reply via email to