function loadVideoPlayer(flv_url, title, container, width, height)
{

    var so = new SWFObject("/includes/video-player-generic.swf", title, width, height, "8", "#000000");

    so.addVariable("skin_path", "/includes/SteelExternalPlaySeekMute.swf");
    so.addVariable("path", flv_url);
    so.write(container);

    //showFlashClip('flash_container', '', '/includes/video-player-generic.swf', 384, 300, '#eeeeee', 8, 'skin_path=/includes/ControlsExternalPlaySeekMute.swf&path=/includes/black_watch.flv');
}