my video html script doesn't play my video

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
lindarw
New Cone
New Cone
Posts: 5
Joined: 07 Jun 2009 05:38

my video html script doesn't play my video

Postby lindarw » 08 Jun 2009 14:35

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>

Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 4 guests