Hi Max,
When a flash symbol gets embedded in flex, all the associated
action code gets removed.
You can define an external class for this symbol,which extends movieclip
and then use that
class in flex.
Regards,
Rohit
On Thu, Jul 16, 2009 at 2:40 PM, Max Pimm <[email protected]> wrote:
>
>
> An easy one i hope....
>
> I am embedding a movie clip within a flex Image component.
>
> <mx:Image source="@Embed(source='/swf/assets.swf',
> symbol='symbolWithTimeline')"/>
>
> My symbolWithTimeline is a movie clip that has a stop(); in the actions
> of its first frame.
>
> However when loaded into my flex app flashplayer does not take any
> notice of this command and the MovieClip just loops infinitely.
>
> I realize that i can control the playhead of the MovieClip using the
> content property of Image however can i not code actions into my
> embedded MovieClips?
>
>
>