// Applet script

// Destiny Software Productions Inc.

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////


{

	document.writeln( " <applet mayscript codebase='http://video.clipstream.com/' archive=clipstreamvideo.zip cabbase=clipstreamvideo.cab code='videoclipstream.class' alt='Clipstream Video Player' name='videoclipstream' WIDTH='550' HEIGHT='350'> ");

	document.writeln( " <param name='AutoBitRate' value='true'> ");

	document.writeln( " <param name='PreBuffer' value='false'> ");

	document.writeln( " <param name='AutoLoop' value='false'> ");

	document.writeln( " <param name='AutoPlay' value='false'> ");

    document.writeln( " <param name='KeyURL' value='codekeys.txt'> ");
	 
	document.writeln( " <param name='BackgroundColor' value='#f3f3f3'> ");

	document.writeln( " <param name='PanelEnable' value='true'> ");

	document.writeln( " <param name='PanelImagesURL' value='http://video.clipstream.com/panelimages_MPE_blue_wide.jpg'> ");
	
	document.writeln( " <PARAM NAME='PanelImageWidth' VALUE='21,22,22,11,6,1,11,20,100'> ");

	document.writeln( " <param name='SeekMargin' value='13,14'> ");

	document.writeln( " <param name='SeekEnable' value='true'> ");

	document.writeln( " <param name='PanelLayout' value='PSRMC'> ");

	document.writeln( " <param name='PanelPopup' value='false'> ");

	document.writeln( " <param name='PanelPosition' value='bottom'> ");

	document.writeln( " <param name='PanelResizable' value='true'> ");

	document.writeln( " <param name='TextColor' value='#000000'> ");

	document.writeln( " <param name='VideoEdgeColor' value='#84A2E7'> ");

	document.writeln( " <param name='VideoEdgeWidth' value='1'> ");
	
	document.writeln( "	<param name='VideoTitleImageURL' value='http://video.clipstream.com/content/d/destiny/PlayMPE/nostealing_title_resized.png'>");

	document.writeln( "	<param name='Image' value='http://video.clipstream.com/content/d/destiny/PlayMPE/cs-play-button.jpg'>");
	
    document.writeln( " <param name='VideoURL1' value='PlayMPE Hi,448x240x30@750,http://video.clipstream.com/content/d/destiny/PlayMPE/video1.vcs'> ");
    document.writeln( " <param name='VideoURL2' value='PlayMPE Hi2,448x240x15@600,http://video.clipstream.com/content/d/destiny/PlayMPE/video1b.vcs'> ");
    document.writeln( " <param name='VideoURL3' value='PlayMPE Mid,448x240x10@450,http://video.clipstream.com/content/d/destiny/PlayMPE/video1c.vcs'> ");
    document.writeln( " <param name='VideoURL4' value='PlayMPE Mid2,400x208x10@255,http://video.clipstream.com/content/d/destiny/PlayMPE/video1d.vcs'> ");
    document.writeln( " <param name='VideoURL5' value='PlayMPE Low,90,http://video.clipstream.com/content/d/destiny/PlayMPE/video1e.vcs'> ");
    document.writeln( " <param name='VideoURL6' value='PlayMPE Dial-up,0,http://video.clipstream.com/content/d/destiny/PlayMPE/video1f.vcs'> ");
		                               
	document.writeln( " <param name='VideoMessageMode' value='3'> ");
	
	document.writeln( " <param name='ZoomVideo' value='rightclick,icon'> ");	

	document.writeln( "<a href='http://clipstream.com/help/visitorhelp.shtml' target='_blank'><img src='http://video.clipstream.com/no_Java_error.jpg' border='0'></a>");

	document.writeln( "</applet>"); 

}
	
