Well, the actual page is not accessible from the internet. It's an Windows web server, IIS 7, on my internal server. Here is the web page code if that helps.
<object id="VLC" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
pluginspage="
http://www.videolan.org"
version="VideoLAN.VLCPlugin.2"
width="320px" height="240px" events="True">
<param name="src" value="\\Server2008\d\OnDemand/CADE 101_188_3.wmv"/>
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="no"/>
<param name="AutoPlay" value="true"/>
<embed type="application/x-vlc-plugin"
autoplay="yes" loop="false"
id="VLC"
pluginspage="
http://www.videolan.org" version="VideoLAN.VLCPlugin.2"
width="320" height="240"
target="\\Server2008\d\OnDemand/CADE 101_188_3.wmv"
>
</embed>
</object>