Overall you'll save movie space if you just use Flash to stream the file on loop. This is the code that you'll need.
(s= arbitrary variable)
s = new Sound(); //initializes a new sound
s.loadsound("c:\yourpathhere\file.mp3", true); //loads sound into player, uses URL, the true/false value...