PDA

View Full Version : Does anybody know how to embed media elements not using quicktime?


spaz109ca
03-29-2002, 10:32 AM
I don't have nor want quicktime, so I would like to know how to embed media player controls, real player, or anything else...can anybody help me?

fredricknish
03-29-2002, 10:50 AM
Your gona embed audio or video?Try this code for embedding windows meida player.

----------------------------------------------------------
<OBJECT ID="MediaPlayer1" width=160 height=162

classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"

codebase="http://activex.microsoft.com/activex/
controls/mplayer/en/nsmp2inf.cab#Version=6,0,02,902"

standby="Loading Microsoft Windows Media Player components..."

type="application/x-oleobject">

<PARAM NAME="FileName"
VALUE="ur url">

<PARAM NAME="animationatStart" VALUE="true">

<PARAM NAME="transparentatStart" VALUE="true">

<PARAM NAME="autoStart" VALUE="true">

<PARAM NAME="showControls" VALUE="true">

<EMBED type="application/x-mplayer2"

pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"

SRC="ursource"

name="MediaPlayer1"

width=160

height=162

AutoStart=true>

</EMBED>

</OBJECT>

------------------------------------------------------

spaz109ca
03-29-2002, 11:37 AM
Thanks! I'll try it ASAP.

By the way, I was planning on embeding bot audio and video. In different places of course.

Josh AKA Limp
03-29-2002, 02:12 PM
is there any way fo get that in a copy and paste form...?
judst trying to take the ez road ;) :cool:

mescorp
04-19-2002, 06:46 PM
Josh.......just copy it straight from here and then paste into note pad or another word processing program....

:P

torrent
04-19-2002, 07:12 PM
Go here (http://www.htmlgoodies.com/tutors/ra.html) for a tutorial on how to embed a RealAudio file.

Josh AKA Limp
04-19-2002, 08:54 PM
thnx, now to find a place to put it...lol

fredricknish
04-20-2002, 04:39 AM
Originally posted by Josh AKA Limp
thnx, now to find a place to put it...lol

It would go between your <BODY> and </BODY> tags :D

Josh AKA Limp
04-20-2002, 10:25 AM
well i ment a place to put the music...lol

a friend of mine said that it would kill my bandwith...any ideas of a "lighter" one?

fredricknish
04-20-2002, 10:59 AM
Originally posted by Josh AKA Limp
well i ment a place to put the music...lol

a friend of mine said that it would kill my bandwith...any ideas of a "lighter" one?

Yeh,I know.I was just j/k :D


Bandwith would not be much of a problem if ur site does not get much hits.How much badwidth do you have?

The lightest way to add music to ur site is to use midi :D

Josh AKA Limp
04-20-2002, 11:02 AM
i have 1gb and i get about 2000 hits a month

Oscar Petti
04-21-2002, 06:29 AM
If it is video I would suggest you to try
http://www.mssvision.com :)

Oscar

fredricknish
04-21-2002, 07:11 AM
Originally posted by Josh AKA Limp
i have 1gb and i get about 2000 hits a month

Then try havin the pages that has streaming media in another host which offers more bandwidth.

Josh AKA Limp
04-21-2002, 08:09 AM
so your saying host the music on a diffrernt site and basically "hotlink" correct?

fredricknish
04-21-2002, 10:11 AM
Originally posted by Josh AKA Limp
so your saying host the music on a diffrernt site and basically "hotlink" correct?

Yeh,If your using tripod then make an another tripod account and upload your music and hotlink it to your website.I guess you can hotlink between two tripod accounts.

Josh AKA Limp
04-21-2002, 10:39 AM
well soon find out:D ;) :P

thnx