<?php
//2015-06-26 - nwmosses - added includes to display proper menu for logged in users
include_once("../../php/common_functions.php"); //common functions in the course registartion system
include_once("../../php/config.php"); //holds global config variables
$page_title = "Recorded Instructions";
include("../../php/top.php"); //the HTML that outlines the top of the page
?>
<article class="ces-wide">
<div class="ces-header">
<?php include("../../menu.php"); ?>
<h2>CES - Recorded Instructions<br>
<small class="ces-sub-heading grey">All sessions are offered at no cost.</small>
</h2>
<h3>Recorded Session Instructions</h3>
<p>Recorded sessions are presented in the Windows Media Video (WMV) format. Internet Explorer and/or Windows Media Player is required to view these sessions. Below is a sample WMV video. If your browser can play this video then you should be able to view our online sessions.</p>
<div style="height: 500px; width: 640px; background:#bcbcbc; margin: 10px;">
<OBJECT ID="MediaPlayer" WIDTH="640" HEIGHT="500" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="wmv-test.wmv">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="true">
<PARAM name="ShowDisplay" VALUE="false">
</OBJECT>
</div>
<p>If no video player is displayed above then your browser will not be able to play our recorded sessions. As an alternate to playing the session online, you can download the video and play it on your desktop. Here is a <a href="wmv-test.wmv" title="WMV Test Video (400 KB)">direct link to the test video</a>. If your computer can play this file, then you can view our sessions.</p>
<p><strong>Attendance Certificates are not available:</strong><br> It is recommended to use your confirmation email you received when registering as proof of registration and also a copy of the handout if one was provided.</p>
<p>CES sessions should qualify for Category B credits with ACSW.</p>
</article>
</section><!-- #middle-->
</div><!-- #wrapper -->
<?php require_once $_SERVER['DOCUMENT_ROOT'].'/require/footer.php';?>