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

Advance Media Player


Post New Thread Reply   
 
Thread Tools Display Modes
Cheap_Suit
Veteran Member
Join Date: May 2004
Old 09-22-2005 , 23:14  
Reply With Quote #61

there cold be, but i aint touching css or hl2 till i learn C++.
__________________
HDD fried, failed to backup files. Sorry folks, just don't have free time anymore. This is goodbye.
Cheap_Suit is offline
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 09-23-2005 , 18:37   Re: Adding your own music from your own website
Reply With Quote #62

Quote:
Originally Posted by BioI-Iazard
Is it possible to add music from your own website that u've made to play in the server??
If so what code do i use to do that? (In my websites HTML)
Greatly appreciate if someone could tell me
thnx
As long as your music is on the internet you don't need to add any special code, just use the same code listed on the front page and add the URL of your website
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
Neo-Vortex
Senior Member
Join Date: Jun 2004
Location: Australia
Old 09-30-2005 , 23:50  
Reply With Quote #63

Is it just me or is there no sma file attached to this? Checked all the pages and didnt see anything... anyone want to post it? or did i accidently skip over it?
Neo-Vortex is offline
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 10-01-2005 , 19:14  
Reply With Quote #64

lmao, he removed the file for some reason, prob forgot to update it and just removed it maybe
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
scriptyboy
BANNED
Join Date: Sep 2005
Old 10-01-2005 , 19:19  
Reply With Quote #65

well he asked that all of his plugins got deleted, but here ya go...
Attached Files
File Type: zip amxx_music.zip (2.3 KB, 438 views)
scriptyboy is offline
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 10-01-2005 , 20:07  
Reply With Quote #66

wait, why'd he ask that?
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
Gotrice
Senior Member
Join Date: Oct 2005
Old 10-03-2005 , 23:13  
Reply With Quote #67

I dont get this how do you use it?

How do i use this?
Gotrice is offline
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 10-04-2005 , 01:50  
Reply With Quote #68

ummm, bit more detail on your prob would be appreciated. Just install the plugin like you would normally (i'm supposing you know how to do this being a downloader). Then add the cmusic folder into your amxmodx/configs directory. To add songs go to ANY of the .html files that come with the plugin in the cmusic folder (excluding music list). Then copy all of the html from it and create a new file called songname.html (you will need extensions shown to do this). Paste all code and edit the url of the song (within the html file). Thats all you need to do.

Heres an example

File name is songname.html

Code:
// background colour
<body bgcolor="#000">

// font colour
<font color="#ffff">


<center>You are listenting to the Techno

<center><object id="MediaPlayer1" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft Windows Media Player components...">
<param name="Filename" value="[b]www.insertsongurlhere.com/songs/song.mid[/b]">
<param name="AnimationAtStart" value="false">
<param name="TransparentAtStart" value="false">
<param name="ShowControls" value="true">
<param name="PlayCount" value="false">
<param name="AutoPlay" value="true">
</object>
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
h3@ds
Member
Join Date: Aug 2005
Location: Michigan
Old 10-29-2005 , 14:37   asd
Reply With Quote #69

ok i dont understand......how do i add songs...u cuz dont explaing it good enough sometimes and this is one of them.... so some1 plz help
h3@ds is offline
Send a message via AIM to h3@ds Send a message via MSN to h3@ds
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 10-29-2005 , 19:05  
Reply With Quote #70

Quote:
// background colour
<body bgcolor="#000">

// font colour
<font color="#ffff">


<center>You are listenting to the Techno

<center><object id="MediaPlayer1" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Microsoft Windows Media Player components...">
<param name="Filename" value="www.insertsongurlhere.com/songs/song.mid">
<param name="AnimationAtStart" value="false">
<param name="TransparentAtStart" value="false">
<param name="ShowControls" value="true">
<param name="PlayCount" value="false">
<param name="AutoPlay" value="true">
</object>
k, take an html file (if you don't know how to make one just copy and paste one of them that came with the file). Replace the section that i put in bold, with the url of the song and place the html file in your cmusic folder. The song must be on a web server or it will not work. I must agree half of the times i am bad at explaining junk, so ask me more specific questions if you need help still.
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
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 01:09.


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