Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<OBJECT ID="MediaPlayer" height="350" width="400"
CLASSID="CLSID:22D6f312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject"
CODEBASE="[URL unfurl="true"]http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112">[/URL]
<PARAM name="autoStart" value="True">
<PARAM name="filename" value="myvideo.wmv">
<EMBED TYPE="application/x-mplayer2"
SRC="myvideo.wmv"
NAME="MediaPlayer"
WIDTH=400
HEIGHT=350>
</EMBED>
</OBJECT>