Raised This Month: $51 Target: $400
 12% 

HL Media Player 2 New Stable Version Released! (HLMP2)


Post New Thread Reply   
 
Thread Tools Display Modes
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 09-08-2005 , 17:48  
Reply With Quote #11

Quote:
Originally Posted by ScubaSteve3465
can someone please take a look at my question when they get a chance thanks
Put it under Suggestions, obviously this is the Plugin Thread. Unless someone happens to know when they come across. Your question is somehwat off Topic

@ydo
I believe its only mp3, in order for it to come off the internet compressed.
__________________
bmann_420 is offline
anson_wongy
Junior Member
Join Date: Jul 2005
Old 09-08-2005 , 20:30  
Reply With Quote #12

Quote:
Originally Posted by ydo
just support all windows media format ???

Can I use Real Media ??
You can use all formats that windows media player supports.
I case u can use Real Media if u have Real Media Codec in ur computer.
anson_wongy is offline
ScubaSteve3465
Senior Member
Join Date: Dec 2004
Old 09-08-2005 , 22:37  
Reply With Quote #13

anson how would i go about adding a shoutcast server
__________________
ScubaSteve3465 is offline
ScubaSteve3465
Senior Member
Join Date: Dec 2004
Old 09-09-2005 , 02:02  
Reply With Quote #14

when i type hlmp_menu nothing happens or comes up
__________________
ScubaSteve3465 is offline
anson_wongy
Junior Member
Join Date: Jul 2005
Old 09-09-2005 , 06:51  
Reply With Quote #15

Quote:
Originally Posted by ScubaSteve3465
anson how would i go about adding a shoutcast server
Just write the URL of your shoutcast server into the list.
anson_wongy is offline
anson_wongy
Junior Member
Join Date: Jul 2005
Old 09-09-2005 , 06:52  
Reply With Quote #16

Quote:
Originally Posted by ScubaSteve3465
when i type hlmp_menu nothing happens or comes up
Where u type this?? U can type it in CLIENT CONSOLE only.
anson_wongy is offline
ydo
Junior Member
Join Date: Aug 2005
Location: Taiwan
Old 09-09-2005 , 17:07  
Reply With Quote #17

Quote:
Originally Posted by anson_wongy
You can use all formats that windows media player supports.
I case u can use Real Media if u have Real Media Codec in ur computer.
英文太爛了~打中文好了!!...(English poor!!)

如果我要讓 WMP 和 Real Audio 同時支援的話,我該怎麼做 ??

我試過直接複製程式碼,然後貼上 Real Audio 的 CLSID ,Compile 會出現警告,但還是可以用,只是 Real Audio format 還是無法使用。

程式碼如下,請幫我看一下:

Code:
public show_HLMP(id, MediaID) {
	new motd[1024], MediaURL[128]
	format(MediaURL, 127, g_MediaURL[MediaID][0])
		
	format(motd, 1023, "<html><head><meta http-equiv=^"content-type^" content=^"text/html; charset=UTF-8^"></head><body bgcolor=^"#000000^" align=^"center^"><span style=^"color: #FFB000; font-size: 9pt^">正在播放: %s (#%d)
", g_MediaNames[MediaID], MediaID)
	format(motd, 1023, "%s<object classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 codebase=http://www.microsoft.com/ntserver/netshow/download/en/nsmp2inf.cab#Version=5,1,51,415 type=application/x-oleobject name=msplayer width=256 height=65 align=^"middle^" id=msplayer>", motd)
	format(motd, 1023, "%s<param name=^"enableContextMenu^" value=^"false^"><param name=^"stretchToFit^" value=^"true^">", motd)
	format(motd, 1023, "%s<param name=^"AutoStart^" value=^"TRUE^"><param name=^"URL^" value=^"%s^">", motd, MediaURL)
	format(motd, 1023, "%s<param name=^"uiMode^" value=^"full^"><param name=^"width^" value=^"256^"><param name=^"height^" value=^"65^">", motd)
	format(motd, 1023, "%s<param name=^"TransparentAtStart^" value=^"true^"></object>
%s</span>", motd, LANG_CLOSEWINDOW)
	format(motd, 1023, "%s</body></html>", motd)
	show_motd(id, motd, "HL音樂播放器")

format(motd, 1023, "<html><head><meta http-equiv=^"content-type^" content=^"text/html; charset=UTF-8^"></head><body bgcolor=^"#000000^" align=^"center^"><span style=^"color: #FFB000; font-size: 9pt^">正在播放: %s (#%d)
", g_MediaNames[MediaID], MediaID)
	format(motd, 1023, "%s<object classid=CLSID:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA type=application/x-oleobject name=realplayer width=256 height=65 align=^"middle^" id=realplayer>", motd)
	format(motd, 1023, "%s<param name=^"enableContextMenu^" value=^"false^"><param name=^"stretchToFit^" value=^"true^">", motd)
	format(motd, 1023, "%s<param name=^"AutoStart^" value=^"TRUE^"><param name=^"URL^" value=^"%s^">", motd, MediaURL)
	format(motd, 1023, "%s<param name=^"uiMode^" value=^"full^"><param name=^"width^" value=^"256^"><param name=^"height^" value=^"65^">", motd)
	format(motd, 1023, "%s<param name=^"TransparentAtStart^" value=^"true^"></object>
%s</span>", motd, LANG_CLOSEWINDOW)
	format(motd, 1023, "%s</body></html>", motd)
	show_motd(id, motd, "HL音樂播放器")

}
ydo is offline
mascot105
Junior Member
Join Date: Sep 2005
Old 09-09-2005 , 23:40  
Reply With Quote #18

4/5!!!!!!!!!! NEEDS "say /music" Otherwise ROCK ON!
__________________

I bump every plug-in I download.
mascot105 is offline
ScubaSteve3465
Senior Member
Join Date: Dec 2004
Old 09-09-2005 , 23:59  
Reply With Quote #19

im adding music but its not showing up on the list i even restarted the whole server and still none of the songs i added showed up
__________________
ScubaSteve3465 is offline
killingspree123
Junior Member
Join Date: Sep 2005
Old 09-10-2005 , 04:55  
Reply With Quote #20

Quote:
Originally Posted by ScubaSteve3465
im adding music but its not showing up on the list i even restarted the whole server and still none of the songs i added showed up
Hi Guys,
I got some questions , your plugin is really cool , but i want to run it on my LAN Server , so what must i type in URL ? i made a media... .ini
and copied what u made , then i typed the song , what must i type for my harddrive ?? so that players can hear music of my pC ?
killingspree123 is offline
Send a message via ICQ to killingspree123
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:15.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode