<html xmlns=”http://www.w3.org/1999/xhtml“>
<head runat=”server”>
    <title>Untitled Page</title>
</head>
<body>
    <form id=”form1″ runat=”server”>
    <div>
     <asp:ScriptManager ID=”ScriptManager1″ runat=”server”>
        </asp:ScriptManager>
        <br />
    </div>
    <asp:MediaPlayer ID=”MediaPlayer1″ runat=”server” Height=”240px”
        MediaSkinSource=”~/Professional.xaml” MediaSource=”~/media/VTS_02_1_WMV V8.wmv”
        PlaceholderSource=”~/img/Defibrillator.jpg” Width=”320px” ScaleMode=”Zoom” >
        <Chapters>
        <asp:MediaChapter Position=”120″
                Title=”Chapter1″ ThumbnailSource=”~/img/nurse1.jpg” />
        <asp:MediaChapter Position=”240″ Title=”Chapter2″
            ThumbnailSource=”~/img/nurse2.jpg” />
        </Chapters>
        </asp:MediaPlayer>
    </form>
</body>
</html>

Advertisement