jQuery(document).ready(function(){
	var file = jQuery('#spot_tv').val();
	if(file){
		var so = new SWFObject(jQuery('#spot_tv').val(), "spot_tv_flash", "665", "400", "7", "");
		so.addParam("wmode", "opaque");
		so.addParam("bgcolor", "#000000");
		so.write("spot_tv_flash_content");
	}
});