Visit Twellow.com

How to Convert PowerPoint to Flash Manually

Converting PowerPoint to Flash would absolutely be a good choice to distribute your bulky PowerPoint Presentation.

You can do the whole PowerPoint-to-Flash conversion manually or with related softwares.

First, you'll need to prepare the PowerPoint document. Make sure you are not using any complicated gradients or animations. These will be interpreted poorly when they are brought into Flash. Also, make sure there are no objects that fall outside the confines of the slide area. This will ensure that all the slides align correctly when they are imported to Flash. Now, save a copy of your presentation without any background images. You may want to also choose a contrasting background color to easily see the content of each slide. You all import the background images into Flash at a later time.

Second, choose File > Save As... from your PowerPoint document and save the presentation as a Windows Metafile (*.wmf). This will save your entire presentation as a sequence of files. WMF files keep all text.

Next, create a new Flash Document and resize the Stage to 720 x 540. Change the background color to black. Choose File > Import > Import to Stage... and import the first WMF file. When asked to import all of the images in the sequence, choose Yes. This will place each slide from your presentation onto a sequence of frames.

Then, create a new layer under the slides layer and import the images to use for your background. You'll probably need two images, one for title slides and one for the regular slides.

Now it's time for some manual labor. You'll need to go through every frame of the movie and delete the solid background shape from your slides layer. Once this is complete, you should see the content of each slide with the correct background image behind it.

Finally, add a frame to the end of your movie. Place some static text on that frame that says something like "End of slideshow, click to exit."

Alright, now it's time to move on to some ActionScript. Create a new layer for your actions. There are a few statements you'll need to include right away. First, you want this movie to play full screen so add an fscommand.

fscommand("fullscreen","true")-;To make sure the Stage resizes correctly specify the scaleMode.

Stage.scaleMode = "exactFit"; Finally, you don't want the movie to begin playing through all the slides right away before the user starts clicking, so add a stop function.

stop(); You'll need to include some functions that will be used frequently to navigate the presentation.

function gotoNextSlide():Void {
   if (_currentframe < _totalframes) {
      gotoAndStop(_currentframe + 1);
  } else {
      quit();
  }

}

function gotoPreviousSlide():Void {
  gotoAndStop(_currentframe - 1);

}

function gotoHome():Void {
  gotoAndStop(1);

}

function gotoEnd():Void {
  if (_currentframe < _totalframes) {
   gotoAndStop(_totalframes - 1);
 }

}

function quit():Void {
 fscommand("quit");

}
Next, we need to handle all the keyboard and mouse events so that the user can navigate through the slides. We'll do this by creating a new listener object.

var myListener:Object = new Object();

myListener.onKeyDown = myOnKeyDown;
myListener.onKeyUp = myOnKeyUp;
Key.addListener(myListener);

myListener.onMouseUp = myOnMouseUp;
Mouse.addListener(myListener);-Here are the listener functions.

function myOnKeyDown():Void {
  if (Key.isDown(Key.DOWN) || Key.isDown(Key.PGDN)) {
   gotoNextSlide();
  } else if (Key.isDown(Key.UP) || Key.isDown(Key.PGUP)) {
   gotoPreviousSlide();
  } else if (Key.isDown(Key.END)) {
     gotoEnd();
  } else if (Key.isDown(Key.HOME)) {
     gotoHome();
  }

}

function myOnKeyUp():Void {
  if (Key.getCode() == 27) {
     quit();
  }

}

function myOnMouseUp():Void {
  gotoNextSlide();

}

If that's too complicate to you, you can try some PPT to SWF software, like SameShow PPT to SWF Converter,MelodyPPT,Arbicate etc, all of them can help you convert PowerPoint to Flash with cool effects From http://www.sameshow.com.

Susan Zheng writes, teaches, trains and consults on business and professional presentations and eCommerce related matters. For more information PPT to SWF Converter visit http://www.sameshow.com.

Digg This! StumbleUpon This!
AddThis Social Bookmark Widget

About the author:
Susan Zheng writes, teaches, trains and consults on business and professional presentations and eCommerce related matters. For more information PPT to SWF Converter visit http://www.sameshow.com.

Comments

Flash Presentation

Wondershare Flash Slideshow Builder Ver.4.6 which is easy to use yet creative flash slideshow software to turn photos into stunning slideshow/thumbnail gallery/website banner/photo album/flash presentation with hyperlink,background music,decoration,transition and pan/zoom effects and Create SWF Movie/Publish as HTML/Create Executable/Send via Email/Make Screen Saver/Share Show Online.

 

 

http://www.ourpix.com/flash-slide-show.html#106

 

Watch Samples:

I used to convert PowerPoint

I used to convert PowerPoint presentations to Flash manually but this is not that fast as I wanted, so I tried iSpring Pro http://www.ispringsolutions.com Works great!

Accurate conversion? If you

Accurate conversion? If you are looking for a tool that can accurately convert PowerPoint presentation to flash definitely give iSpring Pro (or even free version) a try. You'll not regret.

Free Automated tools

Converting ppt to flash manually is too difficult. I tried many automated tools to convert PowerPoint to Flash, but many of them have various limitations. I found PowerFlashPoint gave better results. Here is the link http://www.digitalofficepro.com/

Helpful for Online Presentation

I just think Flash format from PowerPoint is really useful for online presentation.

But I am tired of those Flash codes. And I cannot find these tools Susan recommended. I think they're dead or changed.

Maybe SameShow PPT to SWF Converter is Wondershare PPT2Flash (http://www.sameshow.com/powerpoint-to-flash.html, http://www.sameshow.com/powerpoint-to-flash-pro.html), and Arbicate is Articuate Presenter (http://www.articulate.com).

^^

authorPOINT Lite

As authorPOINT Lite free has now been released, you can simply import presentations into the software, which converts to Flash; it's an excellent tool and just under 4 MB:

http://www.authorgen.com/authorpoint-lite-free/powerpoint-to-flash-conve...

authorPOINT Lite is unique in the way that it retains sounds and some animations and also offers a feature of upload to authorSTREAM, a free presentation sharing platform.

Presentation To Video Converter

I like Presentation To Video Converter
http://www.geovid.com/Presentation_to_Video_Converter/

This prog converts powerpoint to video, flash & burn to DVD.

E-learning Presentations

I have been using AuthorPoint from http://www.authorgen.com/authorpoint/index.htm for creating e-learning presentations in Flash from PowerPoint and their presentation software is definitely more than what they claim. At first instance, it might look like a simple PowerPoint to Flash converter, but when you really get down to using it, you find that it really has been designed for e-learning presentation lessons and is way ahead of anything else that is available in its price range.

Slide/frma background

I do not understand how to execute the following instruction: "You'll need to go through every frame of the movie and delete the solid background shape from your slides layer."

Can you provide more detail?

Akif Uzman

Convert PowerPoint to Flash

Convert PowerPoint to Flash with a professional tool is more easy!

Convert PowerPoint to Flash

I wonder whether there is a PowerPoint Addin to convert PowerPoint to Flash simply.
And if there is a free PowerPoint to flash tool?

free converter

see iSpring site, they have a free product. it seems to work smoothly.

Is anyone using PowerPoint 2007?

If you already got PowerPoint 2007. Did you download the PowerPoint Add-in which can convert PowerPoint file to Flash?
Would you like to test this add-in and tell me how it works?
http://www.sameshow.com/powerpoint-to-flash.html

Wah! The software works as a

Wah! The software works as a ribbon tab embedded in PowerPoint 2007. You'll find surprise in testing it. Com'on!

I had searched in google and

I had searched in google and tried lots of software can convert PowerPoint to Flash.But lots of them can not obtain my original PowerPoint animations. Does this one can convert PowerPoint to Flash with good quality?

good quality tool

Wondershare PPT2Flash Standard can retain original PowerPoint transitions and animations in its accurate conversion. You can view a sample at http://www.sameshow.com/ppt2flash/powerpoint-to-flash-sample2.html

good idea, thanks for your guide

I'm planing to do it myself, thanks for your tutorial. Maybe, I'll try ppt to flash conversion tool for comparison. good article.

Nice tutorial

Nice tutorial, I had tried to convert PowerPoint to Flash manually.
But it is too complex.
Then I tried to convert Powerpoint to Flash using the tool from http://www.sameshow.com It works fairly nice.
Thanks again!

PPT2 not useful

None of the conversion programs on the web have done a good job converting my text-rich powerpoint presentation.

If your text-rich PowerPoint

If your text-rich PowerPoint presentations failed in conversion. Maybe you can send your files to us and we'll reserch and fix our problems.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Post new comment

The content of this field is kept private and will not be shown publicly.
CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
3 + 1 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.
Subscribe to WebProNews


Send me relevant info