Jump to content

How to put a music video on a webpage


da_illest_killa

Recommended Posts

I copied these lines off of a website that shows movies. It should be pretty easy to understand. If you have any specific questions regarding how this code works, I'll help you with it.

                                <object id="MediaPlayer1" 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" width="320" height="285">                                  <param name="fileName" value="http://media.ebaumsworld.com/wmv/shakyvoice.wmv">                                  <param name="animationatStart" value="true">                                  <param name="transparentatStart" value="true">                                  <param name="autoStart" value="true">                                  <param name="showControls" value="true">                                  <param name="Volume" value="-20">                                  <embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" src="http://media.ebaumsworld.com/wmv/shakyvoice.wmv" width=320 height=285 autostart=1 showcontrols=1 volume=-20></embed>                                 </object>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...