Thursday, December 23, 2010
【 Weak current College 】 PowerPoint courseware skills highlights (6)
PowerPoint tips for using the flash-point
1. how to use Flash clips
Sometimes the use of Flash in PowerPoint, we only need one fragment in Flash, and Flash but no (play), (pause), (fast forward) buttons, Flash files can not be modified, so that the effect of using the Flash will be greatly diminished. After trial and error, I found that you can do: we in Flash into PowerPoint, after resizing, first insert the Flash slideshow preview, play to what we need, and then stop. When the slide show, when the playback to the slide, the Flash is what we want frames. If you use frames to play out, Flash is not over yet, we can add a button on the slide hyperlinks to our needs. So the same Flash file to a presentation used multiple times, each time the player pieces can be different. This technique is useful in review class.
2. how to fix Flash animation cannot playback problems
I believe many people will find that do insert Flash presentation on your own machine plays correctly, but copying to a USB disk on to a different place. Then open PPT will find insert Flash slide is shown in Figure 1, this is because the path to the Flash file. Click on the rectangle, and then right-click the mouse on the pop-up menu, select "Properties", eject the control's properties dialog box (Figure 2), and then select "custom" bar on the right side of the (...). In "MovieURL" bar is filled in with the SWF file's URL address (fig. 3). Here, it is best to presentations and Flash files in the same folder (this folder, preferably new, in addition to presentations and the desired footage, the best there is no other files), so we simply fill in the SWF file. At this point, you're going to use on other machines, you only need to make this folder a and copying can be perfectly safe.
PowerPoint courseware Flash control strategy
In PowerPoint courseware, insert Flash animation is nothing new. It's not that the English lesson, English teacher, insert the online find a Flash English songs, it really is the courseware. But the English teacher raised in the courseware can control this in English, such as play, pause, fast forward, rewind, etc. Oh, this was no I, with Office in VBA can be done.
Insert the Flash movie
Click the "View/Toolbars/control toolbox", select "other controls/ShockwaveFlashObject" slide using the mouse to drag out a box, adjust the size. In this way, we use the Insert method to insert a control Flash controls, select the current control in the "Properties" Panel make the following settings: "Movie" fill in the required Flash movie name, "name" you use the default "ShockwaveFlash1", the name behind VBA programming to use.
Insert a command button
1. production (play) button
In the control toolbox, "select the button" order ", drag the slide, drag a command button. Adjust the size, in the "Properties" Panel make the following settings: "name", enter "cmd_play", "Caption", enter "play". Double-click the button to enter the VBA Editor window, enter the following:
PrivateSubcmd_play_Click()
ShockwaveFlash1.Playing=True
EndSub
2. production (pause), (forward), (back), (back), (close) button
Button making methods ibid. "Properties" Panel are set as follows: Pause button in the "name" to "cmd_pause", "Caption" as the "pause"; the forward button button of the "name" to "cmd_forward", "Caption" and "forward"; the back button of the "name" to "cmd_back", "Caption" as the "back"; return button "name" to "cmd_start", "Caption" to "return"; end button "name" to "cmd_end", "Caption" and "end".
For each button with VBA, command, as follows:
PrivateSubcmd_pause_Click()
ShockwaveFlash1.Playing=False
EndSub
PrivateSubcmd_forward_Click()
ShockwaveFlash1.FrameNum=ShockwaveFlash1.FrameNum+30
ShockwaveFlash1.Playing=True
EndSub
PrivateSubcmd_back_Click()
ShockwaveFlash1.FrameNum=ShockwaveFlash1.FrameNum-30
ShockwaveFlash1.Playing=True
EndSub
PrivateSubcmd_start_Click()
ShockwaveFlash1.FrameNum=1
ShockwaveFlash1.Playing=True
EndSub
PrivateSubcmd_end_Click()
ShockwaveFlash1.FrameNum=ShockwaveFlash1.TotalFrames
EndSub
Description: (forward), (back), (back) button, followed with a play command, because in a real application, I found the play command later if no, will stop playing the Flash movie, so it is absolutely indispensable.
3. the play slide show
Take a look at the button is not able to control movie?? no response, it must be your macro security is set too high, click the "Tools/Macros/Security", "security level" is set to "low". Reopen PowerPoint, you can.
Let PowerPoint software to play more exciting
Because PowerPoint in courseware, easy to use, easy to use, many teachers use it in your presentation, insert Flash animations, video files, synchronize dubbing, making graphics and sound and Mao's colorful courseware. But PowerPoint slide switch between horizontal effects, can enable playback of transition like TV shows that appear three-dimensional effects? if you can achieve, its playback effect will be even more wonderful!
First, download and install the Powerplus plug-in (download address: http://www.crystalgraphics.com/presentations/main1.asp. ) After installing the plug-in, PowerPoint toolbar adds three shortcut button, they can switch to the slide Add 3D effects.
First follow the normal procedure to edit a text document, and then click the slide show toolbar [Add3DTransition] button, pop-up settings dialog box (see attached map), in the "Style" drop-down list, select the various transition effects, you can use the upper part of the "Effect" regional preview, in the WYSIWYG mode can easily for each slide defines different styles of transition effects. In addition, there are some humane options, such as setting the transition effect switching speed, background music, whether or not to use the mouse to click the switch to the next sheet or delay time after automatic switching, etc.
If you need a lot of slide pages in the document definition transition effects, directly in the "Style" drop-down list, select the "RandomTransition", which can consist of program randomly assigned shift effects.
After completing the above setup, click on the [ViewShowwith3D] button to preview the entire slide transition effect, satisfied click [Pack3DEffects] button to all kinds of special effects into slide document. So even without installing the PowerPlugs computer also can enjoy a variety of 3D special effects.
Labels:
[:]
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment