var divId='LiveActor';
		var vWidth=150; // set to the width of .flv video
		var vHeight=325; // set to the height of .flv video
		var contentpath = 'http://www.actorportal.net/live/mlp/hoffer-c/turn-page-amy-lynn/';
		var playerpath ='http://www.actorportal.net/player9/mlp_player_9.swf';
		var so = new SWFObject(playerpath , 'mymovie', vWidth, vHeight, '8');
		so.addParam('allowScriptAccess','always');
		so.addParam('swliveconnect','true');
		so.addParam('wmode','transparent');
		so.addVariable('path', contentpath);
		so.addVariable('videoW', vWidth);
		so.addVariable('videoH', vHeight);
		//
		// CLIENT CONTROLLED FEATURES //
		so.addVariable('guistyle', 'gui1'); // player skin background - options are: gui1, gui2, gui3
		so.addVariable('guibuttons', 'play_stop_volume'); // player skin - options are: play_stop_volume, play_volume, play
		so.addVariable('autoplay', 'true'); //If set to true, the video will begin playing as soon as it loads.
		so.addVariable('autorewind', 'true'); //resets the video to the first frame when finished playing.
		so.addVariable('hoursDelayInterval', 0); //Use a cookie to set number of hours before video plays again.
		so.addVariable('daysDelayInterval', 0); //Use a cookie to set number of days before video plays again.
		so.addVariable('weeksDelayInterval', 0); //Use a cookie to set number of days before video plays again.
		so.addVariable('delayVideoId', 'video1'); //Set the videos ID number if you are cycling multiple videos.
		so.addVariable('playOncePerVisit', 'false'); //If set to true, the player will only autoplay once per visit to the website, until the browser has been closed.
		so.addVariable('closewhendone', 'false'); //If set to true, the player will remove itself from the page when done playing.
		//END CLIENT CONTROLLED FEATURES//
		so.write(divId);
