Hi, I have the code for you as follows:- first of all in the head tag I have following javascript:-
<script type="text/javascript">
{ function startmeup(urlname) player.url=urlname }
</script>
then I load windows media player
<object id="player"
type="video/x-ms-wmv" classid="CLSID:6bf52a52-and the rest"
class="style" style="width:273px;height:255px">
</object>
and then in the main body I have individual links for the videos to play
<span>
<a href="#" onclick="startmeup(file='my url name/afghan.avi;);return false"> </a>
</span>
But when I click on the video links it says connecting and then opening media but nothing plays. My video files are stored on a remote server. Can any one help and advise as to what should be done as those files as well as the javascript works ok on my local computer. thanks Vijay