Hoping someone out there has an answer to this tricky one... I need to convert a PowerPoint file to an AS3-compatible SWF file. The SWF will get embedded into a Flex application. It must be AS3 so that Flex sees the embedded SWF as a MovieClip, and I'll have the ability to go to a particular frame of the slideshow using gotoAndStop(framenumber).
I know one can embed an AS2 SWF into Flex, but you can't control it without creating a localConnection as well as some additional code in the SWF to accommodate this. Any ideas?