www.1001TopWords.com |
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. 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
|
RELATED ARTICLES
Ten Tips on Using Flip Charts and Whiteboards Flip charts are so common that we all think we can use them. But how often have you sat in presentations wondering what all the scribble was really about? Like many people you have probably seen flip charts that make no sense, that you can't read from the back of the room and that look like a spider has crawled over them. You don't want your flip charts to look like that, do you? Just follow these ten simple steps and you will have flip charts that look truly professional. Painless Presentations Did the "Painless" part of the title get your attention? Transitions: Building Bridges to Your Points Presenters often tell me that they fear losing their train of thought. When listening to their talks I realized that for many people, the problem is not forgetting the words or main points. Kvetching Behavior and How it Hinders Success Kvetching is the Yiddish word for complaining, hand to the forehead, why is this happening to me, complaining, griping, and mental misery. In marketing it's always time for us to take a serious look at how our attitude affects our business. Studies show that you become the words you speak, and that the difference between people who succeed and those who fail is their ATTITUDE. For just one day, try to rid yourself of kvetching. What Every Manager Should Know About How to Sharpen His 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, here is the key to your success: organize your presentation by keeping them in mind. 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. Fuzz's presentation?" Can Stage Presence be Learned? What is stage presence? Can it be learned? Projector Hire - Choosing the Right One for Your Presentation Calling a projector hire company will often get you confused as they ask:What lumens do you need? (Lumens is the brightness of the projector)What resolution do you need? (Resolution is the number of pixels at which the display device does not have to expand or compress the input signal)What type: install, desktop or portable? (Install projectors tend to be larger and heavier, desktop ones are small and light and portable are somewhere in between!) Trade Show Victory! So you're going to have a booth at a trade show. How exciting - or how terrifying - depending on your state of mind! Being Real From the Platform "Let it be known, no person, thing, or situation can validate you. You validate yourself by realizing who you are." Mark Tosoni How to Chair a Meeting You don't have to be on a stage to be a public speaker. Your platform may be a meeting room. How you present yourself when chairing a meeting determines whether or not you are perceived as a leader. Here are some tips to keep in mind when it's your turn to take charge. How to Attract New Business Like George W. Bush Wins Elections THE LITTLE-KNOWN SPEECHWRITING SECRETS THAT WON GEORGE W. BUSH THE US ELECTION Networking: How to Network Within Your Organisation Although there are any number of different networking groups and events you can attend, some of the best networking can occur within your organisation. To build your profile and reputation internally and understand "who's who in the zoo" it is worth investing time to get to know the people around you. Here are some suggestions of activities you could try to boost your internal networking skills. Presentation Pitfalls Series: Top 10 Content Mangement Mistakes Here, David Letterman style, are what I consider to be the Top 10 most common mistakes presenters make when organizing and preparing their content: The Crucial Components of a Lesson Plan MAKING INFORMATIVE LESSON PLANS: --The performance objectives should answer this very basic question - what should the trainees be able to do at the end of the training period that they were was not able to do at the beginning of it? --For evaluation procedures, how will the trainee's accomplishment of performance objectives be demonstrated or measured (written test, skill test, skill demonstration)? Evaluation procedures should provide documentation of the achievement of all performance objectives. --For equipment and supplies needed, what is available? What must be used? What cannot be used? What unusual items will be needed? Any special student materials? Instructor materials? Handouts? Lesson plan for the students? Manuals? Visual Aids? Props? --When entering space requirements calculate room size, number of rooms, seating requirements, seating arrangement, writing surface needs, and any special training environment needs. Total Recall: How to Remember Your Speech Without Memorizing We all fear that moment. You look out on a sea of faces and your mind goes blank. You can't remember your next point and you wish you could disappear with your memory. Keeping Meetings Productive KEEPING MEETINGS PRODUCTIVE: Whether participants approve or disapprove of an idea, they shouldn't be penalized or given a raise. If you start criticizing people who disapprove, then you're only making your meetings less productive. Likewise, if you start handing out raises to everyone who agrees with you. This kind of behavior conditions participants to contributing only to win approval, rather than honestly contributing. Participants may focus more on developing ideas that meet approval, rather than generating their own creative ideas. To promote a free and creative sharing of ideas, the chairperson needs to exercise support of authority. Their role is to encourage participants to express their own ideas freely and fully. 1,000,001 Reasons To Connect With Your Audience Eye contact is mandatory when giving a public presentation. Seven Tips for Coping with Pre-Stage Jitters Whether you need to address large groups or small, familiar faces or new, you may feel that the stress of speaking is always with you. If so, these seven tips will help you work through tension and communicate with confidence. Too Many Choices - Dont Confuse Your Customers Conventional wisdom is that the more choices customers have, the more likely they will buy. That may be true when customers have very specific wants or needs, and they know what those wants or needs are. However, often having lots of choices just confuses customers and they don't buy anything. |
© Athifea Distribution LLC - 2013 |