1
   

HELP!! I dont get how to embed a WMP in my website!!!

 
 
Reply Tue 17 Aug, 2004 12:49 pm
Everytime I ask somebody how to embed a Windows Media Player into my website, they give me the same code and tell me to change the Param and Value. I don't get what these are! So if you could please help me by giving me a code and telling me what to change in it. Also if you could help me specify what File Names, etc. to put where I would really, really, appreciate it.

Thank You for Your Help!
  • Topic Stats
  • Top Replies
  • Link to this Topic
Type: Discussion • Score: 1 • Views: 988 • Replies: 4
No top replies

 
Craven de Kere
 
  1  
Reply Tue 17 Aug, 2004 03:55 pm
Re: HELP!! I dont get how to embed a WMP in my website!!!
Twistmaster9000 wrote:
Everytime I ask somebody how to embed a Windows Media Player into my website, they give me the same code and tell me to change the Param and Value.


The reason is because every time you ask the question the same answer still applies.

Quote:
I don't get what these are!


Why didn't you ask them?

Anywho, the parameters that you need to change are the file and the size.

Quote:
So if you could please help me by giving me a code and telling me what to change in it.


Code:<object id="MediaPlayer1" width=180 height=200
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" align="middle">
<param name="FileName" value="CHANGEME">
<param name="ShowStatusBar" value="True">
<param name="DefaultFrame" value="mainFrame">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="Server/File" align="middle"
width=176
height=144
defaultframe="rightFrame"
showstatusbar=true>
</embed>
</object>


If you are ok with the size, just change the " CHANGEME" to point to the media file you want to play.

Quote:
Also if you could help me specify what File Names, etc. to put where I would really, really, appreciate it.


The file name depends on what YOU want the player to play, as such we can't tell you what (unless you don't mind us picking what is played on your page).
0 Replies
 
Twistmaster9000
 
  1  
Reply Wed 18 Aug, 2004 09:04 am
Thanxs for the tip, it really helps alot, but when i type in the file name. The players says 'Opening' for about a second then stops. Im not sure if i should put in a different file or try a different file type. Right now I am using AVI files.
0 Replies
 
Craven de Kere
 
  1  
Reply Wed 18 Aug, 2004 10:22 pm
The file path might be wrong.
0 Replies
 
Twistmaster9000
 
  1  
Reply Sun 22 Aug, 2004 05:45 pm
how come MVD files don't work with it?
AVI files do
0 Replies
 
 

Related Topics

Webdevelopment and hosting - Question by harisit2005
Showing an Ico File - Discussion by Brandon9000
how to earn money in internet - Discussion by rizwanaraj
The version 10 bug. Worse then Y2K! - Discussion by Nick Ashley
CSS Border style colors - Question by meesa
There is no Wisdom in Crowds - Discussion by ebrown p
THANK YOU CRAVEN AND NICK!!! - Discussion by dagmaraka
I'm the developer - Discussion by Nick Ashley
 
  1. Forums
  2. » HELP!! I dont get how to embed a WMP in my website!!!
Copyright © 2024 MadLab, LLC :: Terms of Service :: Privacy Policy :: Page generated in 0.03 seconds on 05/15/2024 at 04:03:23