PDA

View Full Version : Control Flash movie in Flex2


ripvtech
05-15-2008, 03:30 PM
Hello,
I have a powerpoint presentation that I imported into Flash. From the flash movie I'm able to manually go to the next/previous slides.

What I want to do is load that flash movie into my Flex application I built and use my controls I built in Flex to control the movie(start, stop, next, previous)

Is this possible?

tsj4
05-16-2008, 12:57 AM
yes

bcedergren
05-20-2008, 07:20 PM
From what I understand, you must make the Flash components into Flex components through the Make Flex Components command. This can be accessed from the Flex Component Kit extension. Once you export the components as SWC files you can import them into Flex and use them through AS within Flex.

tsj4
05-21-2008, 03:07 AM
I don't think I am following you, if you have a flash movie which contains slide and you want to load that swf in a flex app and control it with a controller developed in flex you do not need any components. You just need to call the cation to goto the next slide.