On Sat, Jan 3, 2009 at 10:51 PM, paulgrantgain <[email protected]> wrote:
> I'm trying to use a Movie Clip that I created in Flash CS4 in Flex. I > am using Flex builder 3 as my IDE. > > I have read the following blog: > > http://www.gskinner.com/blog/archives/2007/03/using_flash_sym.html > > I can get the first frame of the Movie Clip to display in the Flex > test application but there is no animation. From what I've read on > other sites it seems that Flex strips out the time line (correct me if > i'm wrong). You should be able to load the animation either by embedding or loading dynamically (both the methods you're trying). I suspect it's something to do with the loaded SWF itself. What happens if you call gotoAndPlay() on the MovieClip object ("mc")? Manish

