
var flashplayer_config = {};

// url to page we embed in the iframe
flashplayer_config.flash_page = "http://www.c-spanarchives.org/flash/player.php";

// url to the flash file
flashplayer_config.swf_url = "http://www.c-spanarchives.org/flash/cspan_video_player_embed.swf";

// html element in which we drop the player
flashplayer_config.dom_id = "flashplayer";

// minimum flash version, i think?
flashplayer_config.swf_version = "9.0.0";

// url to upgrade obsolete players
flashplayer_config.express_install_url = "";

// default sizes
flashplayer_config.default_width = 365;
flashplayer_config.default_height = 340;

// element id of iframe to load player page
flashplayer_config.iframe_id = "flashplayer_iframe";

// element id of swf object
flashplayer_config.swf_id = "flashplayer_object";

// Point the player at our dev server
flashplayer_config.dev_config = false;
