var fo = new SWFObject("../../flash/flowplayer/FlowPlayerDark.swf", "FlowPlayer", "400", "255", "7", "#ffffff", true);
// need this next line for local testing, it's optional if your swf is on the same domain as your html page
fo.addParam("allowScriptAccess", "always");
fo.addVariable("config", "{ baseURL: '/flash/movies/', countryCode: 'gb', autoPlay:false, playList:[{url:'click_to_play.jpg',overlayId:'play'},{ url: 'thirstyplanet.flv'}], initialScale: 'fit', showMenu: false}");
fo.write("flowplayerholder");
