The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> How to stream avi files?
arubanadjudicator
post Feb 6 2007, 11:20 PM
Post #1





Group: Members
Posts: 1
Joined: 6-February 07
Member No.: 1,799



I'm using code from and html book that is a couple of years old. When I pull up the site, it plays the audio but not the video. The code is below. Can anyone help me out on this one?

<table border="1" bordercolor="#FFFFFF" width="60%" height="580px" align="left" bgcolor="#000033">
<tr><td>
<center><h3>Welcome to Marley's Page!</h3><br />

<object id="MediaPlayer1"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
width="300" height="300"
type="application/x-oleobject">
<param name="autostart" value="true">
<param name="filename" value="marleyvideo.avi">
<param name="showcontrols" value="true">
<param name="ShowStatusBar" value="true">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="marleyvideo.avi"
width="300" height="300" autostart="1"
showcontrols="1" showstatusbar="1"></embed>
</object>
</center>
<br />
<br />
<center><h3>Marley's Pictures</h3></center>
<center>
<IMG SRC="marleybath.jpg">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<IMG SRC="marleybeer.jpg">
<br />
</center>

</td></tr></table>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
herghost
post Feb 19 2007, 10:06 PM
Post #2





Group: Members
Posts: 2
Joined: 19-February 07
Member No.: 1,950



Hmm could be a codec problem, not really sure how to solve it though, sorry.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Peter1968
post Feb 20 2007, 01:54 AM
Post #3


Serious Coder
*****

Group: Members
Posts: 448
Joined: 23-September 06
Member No.: 213



Any reason the file needs to be streamed? You can't offer the .avi as a plain link?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 07:37 PM