Presentation Information |
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
MORE RESOURCES: Unable to open RSS Feed $XMLfilename with error HTTP ERROR: 404, exiting |
RELATED ARTICLES
27 Tips For An Effective Presentation So you're not a professional speaker. That's no excuse for NOT giving a professional presentation. Handling Questions with Authority At some point in your presentation you will be expected to answer questions from your audience. They might have some burning questions that need to be answered before they buy into your message. Your Unique Point of View I had a chance to go to one of those big positive thinking rallies recently. I am one of those positive personal growth people that really enjoy that kind of thing. Secrets of Successful Presentations Does the thought of speaking in front of others send you running in the opposite direction? Youâ??re not alone. Many people avoid public speaking at all costs â?" and there is a cost. Chairing A Meeting The Most Effective Way How many times have you attended a meeting where the only thing that gets decided is the date of the next meeting? Or where one person dominates the meeting? Or the meeting is swamped with trivia or unrelated information?It is a commonly held assumption that chairing a meeting is simply a matter of reading out the agenda - that is assuming there is an agenda and that the addenda actually covers the topics which are most pertinent to the matter in hand.Chairing an effective meeting is a skill. Why You Need a Lesson Plan LESSON PLAN DEVELOPMENT: Lesson plans, believe it or not, are a lot like the maps you have in the back seat of your car. They're probably not covered with the ketchup and pencil marks that your maps are, but they are directional guides. How to Teach: Lecture vs. Discussion WHEN ONLY A LECTURE WILL DO: Under certain circumstances, of course, the lecture is the only workable format. For instance, when it is necessary to reach a large audience in a short time frame, or when the attendees have no knowledge of the subject whatsoever, there is really no choice. Writing The Query Letter The query letter is simply a business letter that serves a dualpurpose. It is an introduction of you to an agent, and an inquiryas to whether the agent would be interested in seeing a particularpiece of your work. 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. 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. PowerPoint Presentations: How to Use This Tool More Effectively Many of us use PowerPoint to convey a message to both small and large groups. Too often we see "death by powerpoint" in the corporate environment where people don't use it effectively. The End is the Beginning People remember best what you say last. In a presentation, what people take with them to put into action or to connect with what they already know depends to a large degree on how you end the presentations. Can Stage Presence be Learned? What is stage presence? Can it be learned?There are, undoubtedly, some 'naturals' in this field. The fine Welsh actor Richard Burton, for example, on his debut performance at 16, playing an extra scrubbing steps, was said to distract the audience from the Shakespearean play! Many actors commented on Burton's extraordinary stage presence, in particular his stillness - the audience were drawn to him even when he was apparently doing nothing. The Relationship between Information Sender and Receiver: The Art of Communication For communication to take place, a message must be transmitted by a communicator and correctly received by a listener. If the message is not understood, there is no communication. A Powerful Presentation Technique-Story Telling Appealing to emotions is the most powerful way to transfer learning in an information cluttered training or presentation. A compelling story woven with a lot of information in the telling with a conclusion that appeals to the emotion can permanently etch the learning in an otherwise unresponsive training or meeting fatigued audience. Audience-Friendly Presentation Style Habits in Three Easy Steps You have presentation style habits that automatically appear when you are speaking in public. Where did these habits come from? Most likely you picked them up from watching other people give presentations, or they are carry-overs from your own conversational style. Creating Your Presentation Success With a Positive "I CAN" Attitude According to the Lamalle Report on Top Executives of the 1990s, one of the most important factors in determining financial success by those earning over $250,000 is being enthusiastic and having a positive attitude (46%). Apparently, successful people never underestimate the power of positive thinking. Eight Success Tips for Your First Trade Show Booth Exhibiting in a trade show can involve a major investment of money and time. But the financial returns for your business can be excellent if you learn some of the secrets of trade show booth success before signing up for a show and investing in your displays. The Presentation After the Presentation Allowing the audience to ask questions after your presentation is an excellent way to reinforce your message and to continue to sell your ideas. In addition, because listeners can ask for clarification, audience members are less likely to leave your presentation with misconceptions about the concepts you delivered. 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. |
home | site map | contact us |