Internet Commerce

Partners & Affiliates

Developer Channel


Featured Flash FLA
Gallery Downloads 11401 Flash Movies | 5 New Flash Movies Added
What's New | Top 100

Featured FLA

»  Author Miguel Panos
»  Title: Tarta
»  Description: It is a circle graph or pie chart that takes the data entered by user
»  More by Miguel Panos


Random FLAs | Add Flash Movie
Featured Flash Site
Gallery Downloads 4839 Flash Sites | 1 New Flash Links
What's New | Top 100 Flash Site

Featured Site

»  AuthorDeft Creative Ltd
»  Link: Home Page
»  Description: Portfolio site for .DeftCreative Ltd. A UK based web design studio specialising in flash websites, games and interactive CDROMs. With an emphasis on making things different.


Random Links | Add your own Flash Related Links
Flash Tutorials 1484 Tutorials 7 New Tutorials Added!
What's New | Top100

» Making Automatic Training Screen Capture Easily
» Create Undersea Life Animation
» Making Deinterlace Video with a low bitrate Easily
» How To Make A Simple Animation Using Christmas Clips
» Simple Step by step flash game tutorial Spot the diffrence
» How To Make A Moving Text Slide
» Create Flash Banner With Text Float Effect
» How To Make Zoo Photos Slideshow
» How To Make A Dolphin Photos Slideshow
» Unknown Tag: Title10
Random Tutorial | Add Site


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Flash_Kit

Categories How toConvert PowerPoint to Flash Using Open Source Tools
Author: kingmarsh | Website: http://www.sameshow.com/index.php?sid=5 |

 
Page 1
1

It would be exciting if you could convert a PowerPoint presentation to flash in a completely free way. With a lot of net searching and tutorial reading, I was able to do it with some Open Source Tools. You can read this step-by-step tutorial to learn the details.


Step 1

I launch Open Office in headless mode with a Mac. Then I open an Xterm and do the following

$ cd /Applications/OpenOffice.org 2.0.app/Contents/MacOS/program/ $ ./soffice -headless -accept="socket,port=8100;urp;"


Step 2

Download JOOConverter from
http://jooreports.sourceforge.net/?q=jooconverter
JOOConverter is an Open Source Java/OpenOffice Document converter to perform conversions between different office document formats.

I use a Java Library JOOConverter to convert my PowerPoint to flash by running

$ java -jar jooconverter.jar powerpoint.ppt flash.swf


The converted flash does not look pretty good with some strange artifacts in it. But it does play with a flash player although no other SWF tool is able to handle or even to read this flash file by Open Office. So I decided to find a tool to tidy up the flash file.


Step 3

Download Transform SWF from
http://sourceforge.net/projects/transform-swf
The Transform SWF framework is the tool to parse and encode Flash (.swf) files.

I finally managed to find Transform SWF to rewrite the flash file. I Load it into Transform’s internal swf model and then write it out again. With some nasty hacking of the Transform source, I was able to swallow exceptions caused by the out-of-bounds pointers in the swf file generated by swallow exceptions. And once again, it worked.

I think it would be troublesome to convert a PowerPoint to flash in this way if you do not have some programming experience. For the practical things, you may try some commercial converters in the market like Wondershare PPT2Flash Standard at
http://www.sameshow.com/powerpoint-to-flash.php?sid=5

and PPT2Flash Professional Pro at
http://www.sameshow.com/powerpoint-to-flash-pro.php?sid=5

1

» Level Intermediate

Added: : 2007-02-09
Rating: 8.50 Votes: 2
Hits: 1286
» Author
KingMarsh is a technology writer in the field of using interactive technology for learning and training.
» Download
Download the files used in this tutorial.
Download (0 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments