Hello,

I have a flash file containing one class "MyFlashClass", a simple
MovieClip with a timeline.

I use it in my Flex application as standalone component :
<local:MyFlashClass id="myFlashClass" />

Now I can control its timeline using :
myFlashClass.gotoAndStop( n );

Fine !

The problem is I don't know how to use different flash file containing
this same component (with different colors) for each skin of my Flex
application.

If I compile it into application, or use as RSL, it is always strong
linked and no way to change it at runtime when loading a skin.

What are the best practices when using flash component with timeline
as skinnable component ?

Is that even possible ?

Any help is appreciated :)

Reply via email to