﻿document.write( "<object id='MediaPlayer' width='390' height='338' classid='CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95' standby='Loading Windows Media Player components...' type='application/x-oleobject' codebase='" + document.location.protocol +"//activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112'>" +
"<param name='filename' value='Welcome.wmv'>" + 
"<param name='Showcontrols' value='True'>" +
"<param name='autoStart' value='False'>" +
"<embed type='application/x-mplayer2' src='Welcome.wmv' autoStart=false name='MediaPlayer' width='400' height='300'></embed>" +
"</object>" );