----- Original Message ----- 
From: "rdebled" <[EMAIL PROTECTED]>
To: <flexcoders@yahoogroups.com>
Sent: Friday, May 30, 2008 9:55 PM
Subject: [flexcoders] How to convert a powerpoint to AS3 swf for loading in 
Flex?


>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.

I've also done that search - AFAIK there are no AS3 based converters. I've 
just asked almost the same question on flashcoders and basically the 
solution  is to:

1) Create an AS2 swf to load and control an imported AS2 swf (your ppt 
slide).
2) The AS3 code will create a local connection, to which the AS2 listens. 
The AS3 code then messages the AS2 swf via the connection and the wrapper 
controls the ppt swf accordingly.

Check out the flashcoders archives for today.

Paul

Reply via email to