// open the mp3 file $snd = fopen("boomb.mp3", "rb"); // add the mp3 to the movie $movie->streamMp3($snd); // close the mp3 file