View Single Post
Old 2010-01-03, 08:18 PM   #1
DIVAD3
I'm going to the backseat of my car with the woman I love, and I won't be back for TEN MINUTES
 
DIVAD3's Avatar
 
Join Date: Aug 2009
Location: Up-Sate NY !
Posts: 79
Send a message via ICQ to DIVAD3
Huge ? 4 those who will help me discover how 2...

And let me remind everybody...That I am a newbie!!!! lol

So here it is: I know nothing about plugins. And I would like to make a giant leap forward before this weekend ends. I can embed anyones videos into my site. I realize that they are being connected from their own ports or hosts, per'se. Because they are making that connection via from their systems to the internet through what I would presume are using plugins! Am I correct on that part?

So how do I make the connection between my computer and any index I create to show a music video or otherwise a clip that I would have on my Computer. I have been looking at various sites on the subject and only came up with the understanding so far of inserting the script for the running a windows media player

I have already uploaded the WMV file onto my host. Yet I can't seem to get it to work. If I can accomplish this, it will be a huge break through for me.

So here is a link to a page that I put together for someone to whom I would like to have listen to ANNIE LENNOX as an example of what I am trying to do.

http://www.jenna-teens.com/Kristout/index.html

I think I may have spotted (1) mistake by leaving out the <embed> at the beginning. But there is a whole lot I am missing on the how to's.

Thanks in advance ppl.
Can the experts help me out here and tell me what I need to do???


PHP Code:
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<
PARAM NAME="filename" VALUE="Annie_4_Kristen.wmv">
<
PARAM name="autostart" VALUE="true/1">
<
PARAM name="ShowControls" VALUE="true/1">
<
param name="ShowStatusBar" value="true/1">
<
PARAM name="ShowDisplay" VALUE="true/1">
<
EMBED TYPE="application/x-mplayer2" SRC="Annie_4_Kristen.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="1" ShowDisplay="1" autostart="1"> </EMBED>
</
OBJECT
DIVAD3 is offline   Reply With Quote