When you open the SyncVideoPreso.fla file, you see that the video is the black rectangular object placed on the FLVPlayback layer (see Figure 2). You can customize the video on this screen in several ways:
Add FLVPlayback custom UI components for additional video controls

Figure 2. View of the template while the FLVPlayback instance is selected on the Stage
Here's how to make the presentation play your own video instead of the supplied video example:
In the Component Inspector panel, click the source field to enter the path to the video file (see Figure 3). This is a relative path to the FLV file on the
server. Note that if you are using Flash Media Server for streaming video
downloads, you will need to enter an absolute path name to trigger the server.

Figure 3. ActionScript 3 FLVPlayback parameters in the Component Inspector panel
If the size of your video differs from what the template anticipates, or if you want to expand your video, you can change the video display size easily.
Place the video anywhere in the presentation. The video appears on the left center of the Stage by default. Keep in mind that if you change the position of the video, other content layers in the presentation might overlay the video if you don't adjust the content accordingly:
Cue points are a driving factor when it comes to synchronizing video with
content in a movie. Flash CS4 Professional gives you an easy-to-use cue point
editing tool located in the cuePoint parameter of the FLVPlayback component.
To view the cue points in the supplied file:
Open the Component Inspector panel and double-click
the cuePoint parameter to launch
the editing Flash Video Cue Points dialog box (see Figure 4).

Figure 4. Cue points entered into the working template file
I explore cue points further in the "Adding text, graphics, and animations" section of this article.
Note: The approach described above will work only if you're adding and editing ActionScript cue points using code or the Cue Points editor. The supplied file uses Navigation cue points which are embedded at the time of encoding and are editable only at encoding time. Using embedded Navigation cue points is the recommended approach if you're using buttons to navigate to cue points in addition to displaying synchronized content with cue point timing.
Adding playback controls is easy. All you have to do is add any of the FLVPlayback custom user interface components from the Components panel in Flash CS4 Professional. These components offer a range of functional controls that can be added individually or in combination to an FLVPlayback instance. This version of the template features the addition of the FullScreenButton control to launch to full-screen mode. The components are designed to be easy to use and easy to customize graphically.
For example, if you wanted to add a mute button, you would follow these steps:
Please see my article, Skinning the ActionScript 3 FLVPlayback component, for more information on skinning the FLVPlayback component and using the custom user interface components.