Flashvars hell!p

Hello everyone,
I’m new and looking to get some pro help.
Here’s my problem.I have an mp3 player swf that I need to load an xml file into. It works when I add this at the end of my code

playlist_xml.load(“mp3_playlist2.xml”);

What I want to do is load the xml file dynamically through the “Flashvars” command in the object, embed tags in the html file…but I’m having probs as it’s the first time I’ve tried this.
Any help?Do I delete the code above completely and then add the Flashvars?How would I write this?

The reason is that I have a clients website with at least 100 mp3’s and i’ve built an mp3 player. This means that I would have to create 100 mp3 players(which I don’t want to do). I want a single swf(thats the player)linked in 100 html files each with a link via flash vars to the xml.This will also decrease the space used on the site.

Thanks guys.
Brb