I've tried adding it directly on the Application root, and also inside a VBox container.
It seems that the only way to embed a swf so that it plays properly, is to associate it with a class which derives from MovieClip. It appears that anything added to a container must extend from IUIComponent. Thus the problem... Is it likely that this is resolved in a future release yet to come, where it will work properly as an embedded source for Image or Loader? Or has someone come up with a working solution around this problem? Thanks in advance. Brendan --- In [email protected], Manish Jethani <[EMAIL PROTECTED]> wrote: > > On 1/10/06, Brendan Meutzner <[EMAIL PROTECTED]> wrote: > > > Well, that get's me one step closer. If I extend MyMovieAsset from > > either MovieClip or SkinMovieClip it gives me the following RTE > > > > "TypeError: Error #1034: Type Coersion failed: cannot convert > > [EMAIL PROTECTED] to mx.core.IUIComponent" > > What container are you adding it to? > > Anyway, your object needs to be of type IUIComponent. This won't work. > -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

