Capt Kurt is correct, you need the full file name including the extension. I cover that in my Mission Building Handbook. Here's the section:
Movies and Sounds
Go to your CAMPAIGNS folder in your main CFS2 directory and find the campaign file war in the pacific – usn.cmg. Open it using Notepad. This is the stock U.S. Navy campaign that comes with the game. It is a dynamic campaign using many branching nodes. Take a few moments to look at the campaign structure but DON’T CHANGE ANYTHING!
The first thing that you’ll notice is that there is some extra information between the allegiance data and the first node that we didn’t include in our campaign. Ignore this data for now. Notice that [node.0] is a Splitter Node. As soon as you start the game you have an equal chance of going to either [Node 1] or [Node 4]. If you’ll look at those nodes you’ll see that they are Splitter Nodes as well. Microsoft has done what we did above and created a balanced four-way split right at the start of the campaign. This gives the player four different starting points into the campaign.
This campaign is fairly large, 154 nodes. As you scroll through, notice that they use a combination of static and branching nodes, random chance and goals. You’ll also notice that a number of nodes have sound and movie files associated with them. These files are referenced by the lines soundfile= and moviefile=. You see and hear these sound and movie clips at the start of the campaign, at certain missions along the way, and at the end if you successfully complete the campaign. Scroll back to the beginning of the campaign file and focus in on [node.2].
[node.2]
mission_name=hn1a_usn
true_branch=7
percent_true=100
soundfile=pt001.wav
moviefile=ptadgj.mpg
filler=1
Node 2 is one of the starting points for the campaign and has both a sound and movie file associated with it. When you first begin the campaign the game will play a movie and you’ll hear a voice-over explaining the war in the Pacific. The command lines soundfile= and moviefile= tell the game which movies and sound files to play. All movie files used by the game are in mpg format and are stored in the folder CFS2\videos\transit. The sound clips associated with these movies are wav files and are stored in the folder CFS2\SOUND\VO. The sound files also have a text file associated with them that scrolls the voice-over text below the movie so that you can read along during the narration.
Sound and movie files can be added, modified, or deleted from your campaign. You don’t need either to write an exciting and workable campaign. However, if you decide to use sound and movie files in your campaign there are a couple of things to know. You must have a movie file if you want to have a sound file. You can have a movie file without a sound file and the movie will play just fine, but you cannot have a sound file without a movie file. The game will just skip the sound file entirely and move on as though it wasn’t there.
You can use your own sound and movie files as long as they are created in the mpg and wav formats and they are stored in the proper directories. You can also mix the stock movies with your own sounds or your own movies with the stock voice-overs. The stock movies have background music associated with them that plays as a part of the movie. You can achieve some interesting effects by showing the stock movie with your own sound effects (air raid sirens, bomb blasts, even some of the stock radio transmissions) as the voice-over instead of using the stock sound files. Those of you that are especially talented could create you own mpg movies or record your own voice-overs to add into your campaign.
Looking again at the stock campaign, note the two sections directly above [node.0].
[failure]
moviefile=
soundfile=
[success]
soundfile=pt011.wav
moviefile=ptk.mpg
These two sections are used to call up movies and sounds when you either successfully complete or fail the campaign. The two are self-explanatory. Notice that the game shows you a movie when you succeed but not when you fail, although you could add one to the stock campaign or use this format in your own campaigns.