Page 1 of 1

my video html script doesn't play my video

Posted: 08 Jun 2009 14:35
by lindarw
I am a novice at html and embedding videos although I am learning :?

I am trying to embed a video on my website using VLC, an allowing others to download the plugin if needed.

I used script from the VLan site and tried to adapt it.

I loaded my video using FTP and its there...

When I preview my page (on my website builder program) all that is there is the title and the buttons and sometimes the plugin needed symbol...

Questions...why won't my video load? Why does the plugin symbol appear when i have it installed...

Here's the script...is my src command correct??? Did I forget something? Thanx...I am going crazy!


<html>
<head><title>Mom and Dad in Korea</head>
<body>
<h1>Mom and Dad in Korea</h1>
<OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"
codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab"
width="400" height="300" id="vlc" events="True">
<param name="Src" value="http://Savethisoldsecondempirehouse.com ... nKorea.mpg" />
<param name="ShowDisplay" value="True" />
<param name="AutoLoop" value="False" />
<param name="AutoPlay" value="True" />


<br />
<a href="javascript:;" onclick='document.FamilyWinteratHouse.play()'>Play</a>
<a href="javascript:;" onclick='document.FamilyWinteratHouse.pause()'>Pause</a>
<a href="javascript:;" onclick='document.FamilyWinteratHouse.stop()'>Stop</a>
<a href="javascript:;" onclick='document.FamilyWinteratHouse.fullscreen()'>Fullscreen</a>
</object>
</body>
</html>