i am currently working on a site that contains multiple links to many .fla files that i need to be able to load into one player on the site.

Here is the link to my site so far.
Marrs Entertainment
If you go to the VISUALS section you will see what im trying to do.
(dont mind the .wmv. or .mov links)

I tryed this code:
ThreeHund.onRelease = function () {
my_FLV.contentPath = "http://www.marrsentertainment.com/FlashMovies/300-Commercial-Web.flv";
}
TBSTrailer.onRelease = function () {
my_FLV.contentPath = "http://www.marrsentertainment.com/FlashMovies/Madonna-Commercial-Web.flv";
my_FLV.play();
}