View Full Version : .wmv or .avi on WEBSITE
sk8brdan
07-31-2002, 03:01 AM
Is there an HTML code that I can insert into my webpage that is .wmv or .avi???? :thumbsup:
justame
07-31-2002, 04:00 AM
sk8...
/me just a has® this saved/copied/credited...
this was just a posted® by Chris Wheeler 07-10-2000 02:25 PM
Here's the cross browser version, it will also download media player if the user does not have it:
<OBJECT ID="mediaPlayer" CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95"
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
STANDBY="Loading Microsoft Windows Media Player components..." TYPE="application/x-oleobject" >
<PARAM NAME="fileName" VALUE="yourvideo.mpeg">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="false">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true">
<PARAM NAME="AutoSize" VALUE="1">
<EMBED TYPE="application/x-mplayer2" PLUGINSPAGE="http://microsoft.com/windows/mediaplayer/en/download/"
ID=mediaPlayer NAME="mediaPlayer"
DISPLAYSIZE="4"
AUTOSIZE="-1"
BGCOLOR="darkblue"
SHOWCONTROLS="-1"
SHOWTRACKER="-1"
SHOWDISPLAY="0"
SHOWSTATUSBAR="-1"
VIDEOBORDER3D="-1"
WIDTH=320
HEIGHT=313
SRC="http://msdn.microsoft.com/downloads/samples/Internet/imedia/netshow/smedia/NS3/JavaScript/Buttons/control.asx"
AUTOSTART="-1" DESIGNTIMESP="5311">
</EMBED>
</OBJECT>
Adding <param name="LOOP" value="whatever"> will control the loop (-1 is infinite) and obviously just add
loop="whatever" into the embed (NS bit)
Hope it helps
just a mayyybe® you can work with it to do your type of movie files???
just a goodluck® n' like chr said...hoping it helps...:O)))
applesauce
07-31-2002, 05:30 PM
you're starting a new thread on the same topic again. http://www.codingforums.com/showthread.php?s=&threadid=2496
if you are wanting your question to get noticed, if you post in that same message, it will pop to the top of the list. you're not supposed to keep starting a new thread with the same question.
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.