[flexcoders] Loading assets with inheritance issue ** UPDATE**

2007-01-16 Thread jerome_cordiez
... and I thought I was done with that issue :)... It just popped back again today during development. Let me recap what happened : I have a shell application, that loads at runtime other swfs that contain classes which all extend and implement the same superclass and interface. So far,

[flexcoders] Loading assets with inheritance issue

2007-01-05 Thread jerome_cordiez
Hi Roger, thank you very much for your answer. The answer I wrote yesterday got lost somewhere in the flow of replying via a mail client, without using the correct subscription email I guess^^... Anyway, thank you for your answer, things are now back in order, it was indeed a problem with the

[flexcoders] Loading assets with inheritance issue

2007-01-03 Thread jerome_cordiez
Hi all, yet another issue I'm currently facing... I have a main swf file, loading multiple external swf, each containing a component in the library wich is linked to a specific class that inherits from one SuperClass that itself extends MovieClip. so we have : fileA.swf contains componentA

RE: [flexcoders] Loading assets with inheritance issue

2007-01-03 Thread Roger Gonzalez
:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Loading assets with inheritance issue Hi all, yet another issue I'm currently facing... I have a main swf file, loading multiple external swf, each containing