Google

How to Convert PowerPoint to Flash Manually


Converting PowerPoint to Flash would be absolutely a good choice to distribute your bulky PowerPoint Presentation. You can do the whole PowerPoint-to-Flash conversion manually or by 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. fscomma("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.

http://www.sameshow.com

SusanZheng 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


MORE RESOURCES:

RELATED ARTICLES


Beetle Bailey and Presentation Skills
In March 2002, the comic strip Beetle Bailey contained a valuable lesson for business presenters. As General Halftrack walked into his office, his secretary asked: "How was Lt.
Is This Thing On?: Keeping Your Audiences Attention
First and foremost, you must deal effectively with your own emotions, ego, hang-ups, inhibitions, and fears. This will release you to focus on the audience is their attention level.
The Upside to an Auditory Rehearsal
Many experienced trainers feel that there is something lacking in their rehearsals, even after mentally reviewing their notes and presentation aids. They'll know their style and method of delivery.
Speech in Business
The social skills of a small businessperson, franchisee, independent contractor or manager are all important. Speech and body language are first impressions and weigh heavily on the decision making process of a potential prospect or customer.
Present Statistics In Context
"I didn't have 3000 pairs of shoes. I had only 1600 pairs.
Sharpening Your Presentation Skills
Regardless of the nature of our job or social standing, sooner or later we will be called upon to make a presentation of one sort or the other. To sharpen your skills, whet your audience's appetite, and educate them, organize your presentation by keeping them in mind.
Present for Success: Simple Strategies to Add Confidence and Credibility to Your Next Presentation
Tomorrow's the day and you're dreading it. You're scheduled to give a presentation to the senior management team about the new program you're proposing.
Develop The Winners Edge Through Conversational Hypnosis
Communication is vital for survival in an age of information that is undergoing a "shock-wave" of changes. Nationally and globally, we remain in a crisis in traditional literacy.
Shamus Browns Top 5 Sales Presentation Tips
When its time to give your next sales presentation, here are my favorite tips for delivering powerful, charismatic, and engaging sales presentations. #1 - PLANT YOUR FEET SQUARELY ON THE FLOOR How you hold your physical body during your sales pitch communicates a tremendous amount of information about you to your audience.
Problems with the Lecture Format
ALTERNATIVES TO THE LECTURE FORMAT: How often do you use lectures as your sole training technique? Nearly always? Often? It's not unusual for trainers to use the lecture technique exclusively. After all, this is what we have all seen and are familiar with.
Ancient PowerPoint Secrets: Ask Your Grandma!
Yes, there are ancient PowerPoint secrets..
Choosing a Company Shirt vendor
Where can you choose a company shirt vendor? There are many catalogs out their with more than competent companies selling logo'ed attire for small, medium and large businesses. Online there are many great companies too which have low costs for shirts and then put on your logo and send them to you.
Public Speaking Training Tips For Better Business Presentations To Culturally Diverse Audiences
Audiences around the world are all different. Cultural, social and religious differences impact on how people learn, take in information and interact with presenters.
Plasma Screen Hire - What Do You Need to Know for Presentations
How many people will need to see the screen? A 42" plasma screen is the most common size and will usually be sufficient for a smaller meeting - up to 20 people. Several other sizes, bigger and smaller, are available, including 32, 37, 40, 50, 61 inches and now up to 81".
Wow! Is That ME? - Creating a Powerful One-Page Bio
First of all, what is a bio sheet and why do you need one? A bio sheet is a one page description of who you are--your background and achievements. Your bio is an important part of how you present yourself to potential clients.
Story Telling As a Business Tool
Long long ago, it was the time when time itself stood still That was the time this story of story telling began When everyone listened to the story and people learned And that was the time people were also very happy Because they were listening to a story.Stories have been the purveyor of knowledge from time immemorial.
27 Tips For An Effective Presentation
So you're not a professional speaker. That's no excuse for NOT giving a professional presentation.
Quick and Easy Rehearsal Tips
Never rehearse at the last minute. This creates undue tension and nervousness and does not allow sufficient time for correcting mistakes and polishing delivery.
Ten Fun Ways to Liven up Any Presentation
Most of us would agree that having humor in our lives increases rapport, strengthens our relationships and overcomes communication barriers. People who work in a positive, often playful environment are more likely to stay.
Media Training 101: Where To Look During A Television Interview
Ever had that uncomfortable feeling of not knowing where to look when making a point, delivering a message or asking a question?Nervous furtive glances looking sideways, upwards or downwards? Anywhere but the gaze of the person you're trying to persuade and influence.Effective communication is about making an emtional connection with another human being.