I need to load a powerpoint file inside my Flex app. I planned to just convert the ppt to a swf and load that with a SWFLoader control, but every conversion app I've run in to creates a Flash 8 AS2 file. This seems to make it impossible to control the slides because the SWF has to load as an AVM1Movie.
Does anyone know of any tools that convert to Flash 9 format, or some other way to create an AS3 swf out of a ppt file? Thanks.