function InitPlayer(playerid, playerurl, videourl, autoplay) { if (playerurl == "" || playerurl == null || typeof (playerurl) == "undefined") { playerurl = "http://www.outlookmedia.us/california_psychics/flash/player_2.swf"; } if (videourl == "" || videourl == null || typeof (videourl) == "undefined") { videourl = "http://www.outlookmedia.us/california_psychics/flash/cal_psy_tv.flv"; } if (videourl == "http://www.outlookmedia.us/california_psychics/flash/cal_psy_tv.flv") { autoplay = true; } if ($.swfobject.hasFlashPlayerVersion("8")) { $("#playerlink" + playerid).hover(function() { $(this).addClass("hover"); }, function() { $(this).removeClass("hover"); }); $('#playerlink' + playerid).click(function() { $('#playerlink' + playerid).hide(); $.swfobject.embedSWF(playerurl, "playerholder" + playerid, "320", "260", "8.0.0", "http://www.outlookmedia.us/california_psychics/flash/expressInstall.swf", { file: videourl, autostart: "true" }, null, null); return false; }); if (autoplay) $('#playerlink' + playerid).click(); } else { $('#playerlink' + playerid).parent().addClass("flash_required"); $('#playerlink' + playerid).parent().html("Adobe's Flash player is required to view this video.<br />Get the latest Flash player <a href='http://www.adobe.com/go/getflashplayer/'>here</a>."); } }
