function FlashFlv(url,div,width,height,urlroot)
{
document.write("<script type='text/javascript'>");
document.write("var s1 = new SWFObject('"+urlroot+"player.swf','ply','"+width+"','"+height+"','9','#ffffff');");
document.write("s1.addParam('allowfullscreen','true');");
document.write("s1.addParam('allowscriptaccess','always');");
document.write("s1.addParam('wmode','opaque');");
document.write("s1.addParam('flashvars','&file="+url+"&autostart=true&skin="+urlroot+"overlay.swf&backcolor=666666&frontcolor=FFFFFF&lightcolor=EEEEEE&screencolor=FFFFFF&controlbar=over&stretching=fill');");
document.write("s1.write('"+div+"');");
document.write("</script>");
}





function FlashMp3(urlFile,urlplayer)
{
document.write("<object type='application/x-shockwave-flash' data='"+urlplayer+"' width='163' height='30'>");
document.write("<param name='movie' value='"+urlplayer+"' />");
document.write("<param name='bgcolor' value='#ffffff' />");
document.write("<param name='FlashVars' value='&mp3="+urlFile+"&showinfo=1&showloading=always' />");
document.write("</object>");
}
