|
View previous topic :: View next topic |
| Author |
Message |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Thu Oct 18, 2007 5:02 am Post subject: Re: How Many Gamer Sites Out There? |
|
NIce Sites
That mp3 player block on your suf site, where did you get it?? How does it show the different songs in the scroll down menu??
Thx,
Heckler
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
XtremeCuztoms Newbie


Offline Joined: Jul 06, 2007 Posts: 21
|
Posted: Thu Oct 18, 2007 11:00 am Post subject: Re: How Many Gamer Sites Out There? |
|
| Heckler wrote: |
NIce Sites 
That mp3 player block on your suf site, where did you get it?? How does it show the different songs in the scroll down menu??
Thx,
Heckler  |
thx. kinda funny you ask about the mp3 player.
seems i got it from your site.!!!
click your link to your site and take a look....
XtremeCuztoms's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Server 2003 R2/MySQL{4.1.22}/PHP{5.22}/CPG9.1.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Mon Oct 22, 2007 5:09 am Post subject: Re: MP3 player |
|
LOL, well mine doesn't have the scroll down bar with all the songs in the playlist...
Are you sure you got it from my site??
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
XtremeCuztoms Newbie


Offline Joined: Jul 06, 2007 Posts: 21
|
Posted: Mon Oct 22, 2007 4:28 pm Post subject: Re: MP3 player |
|
i went to block_playlist.xml and edited the track title, song and location. and we got the scroll bar. after adding morethen 1 song the scroll bar becomes active. although after looking at your site, i kinda like the version with the floater.
Xtreme
XtremeCuztoms's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Server 2003 R2/MySQL{4.1.22}/PHP{5.22}/CPG9.1.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Wed Oct 24, 2007 4:27 am Post subject: Re: MP3 player |
|
That's what I did too, but its not showing up  your height is 180 right?? Whats your display height??
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Wed Oct 24, 2007 5:18 am Post subject: Re: MP3 player |
|
Got it to work  Xtreme, If you want the player with the floater, you can get it at ehpdesigns.com
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
XtremeCuztoms Newbie


Offline Joined: Jul 06, 2007 Posts: 21
|
Posted: Thu Oct 25, 2007 3:56 am Post subject: Re: MP3 player |
|
good job........ and thx for the info on the floater. awesome mp3 player that works very well.
Xtreme
XtremeCuztoms's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Server 2003 R2/MySQL{4.1.22}/PHP{5.22}/CPG9.1.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
|
| Back to top |
|
 |
XtremeCuztoms Newbie


Offline Joined: Jul 06, 2007 Posts: 21
|
Posted: Tue Oct 30, 2007 1:05 am Post subject: Re: MP3 player |
|
well im trying my hand at the floater MP3 player, but not much loading it. the block player is searching for a song as well as the floater.
see : SNS Racing
any help would be greatfull i wanna use this MP3 player on all my sites
XtremeCuztoms's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Server 2003 R2/MySQL{4.1.22}/PHP{5.22}/CPG9.1.1
|
|
| Back to top |
|
 |
bobocop Nice poster


Offline Joined: Oct 18, 2004 Posts: 144
|
Posted: Mon Nov 05, 2007 6:52 pm Post subject: Re: MP3 player |
|
I just wanted a nice mp3 player that plays from a list.xml but that i can have in a side block and be able to have it pop up in a new window so members can search the site while still being able to listen to the songs (Don't know if this is what your looking for)
I found a decent player at psychosquids(you can change background in any paint program) site and after searching for days on how to make it pop up in new window, i found this code, ( might work with your player ) just change the link to your player and the size of the popup window that you prefer.
Put before the html player code:
| Quote:: |
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=200,height=260');");
}
// End --> |
and this after the player code
| Quote:: |
<form>
<input type=button value="Open Popup Window" onClick="javascript:popUp('http://.../mp3/mp3player.swf')">
</form> |
Works great
bobocop's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Red Hat Linux 7.3
|
|
| Back to top |
|
 |
Malachi1975 Newbie


Offline Joined: Mar 09, 2008 Posts: 9 Location: Las Vegas, Nevada
|
Posted: Sun Mar 09, 2008 9:46 pm Post subject: Re: MP3 player |
|
Kind of reviving an old thread here, so please forgive me.
I am pretty much a newborn baby to the whole DF CMS system. I was trying to get this music module and block working on my site.
Now, I have no problems if I edit the .php and tell it what song to play, but for whatever reason I can't get it to play off the XML playlist. It just sits there looking to connect.
I am sure it's something retarded I am doing but I've been messing with it for a couple hours now and I haven't gotten it. I "thought" it was as simple as replacing the "mp3/song#1.mp3" from the default .php file to "player/block_playlist.xml" but it's obviously not that simple.
Any suggestions or do you need any more info from me? Thanks in advance gang.
Malachi1975's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 5.0.45 / 5.2.5 / 9.1.2.1
|
|
| Back to top |
|
 |
Malachi1975 Newbie


Offline Joined: Mar 09, 2008 Posts: 9 Location: Las Vegas, Nevada
|
Posted: Sun Mar 09, 2008 10:25 pm Post subject: Re: MP3 player |
|
Okay, well nix that first part. I finally got it working fine in the block, but the float still doesn't want to play off the playlist. I did change the "mp3_float.php" file as well to match the same settings as the in block player...but not dice.
Watch though, I will probably figure it out and have to come back and say I figured it out here.
Go figure, it's usually when I break down and ask for help on forums that I suddenly figure something out.
EDIT- I should say that I still haven't been able to get a "playlist" to show on the player itself in either the blocked player or the float.
Malachi1975's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 5.0.45 / 5.2.5 / 9.1.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Sun Mar 09, 2008 10:49 pm Post subject: Re: MP3 player |
|
It should just work to put "player/block_playlist.xml" in both files
To get the playlist showing make the mp3 player height like 180 and then let the display height be 100. For the width I would put 150. If you change it to this you should see the playlist.
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
Malachi1975 Newbie


Offline Joined: Mar 09, 2008 Posts: 9 Location: Las Vegas, Nevada
|
Posted: Sun Mar 09, 2008 10:58 pm Post subject: Re: MP3 player |
|
| Heckler wrote: |
It should just work to put "player/block_playlist.xml" in both files 
To get the playlist showing make the mp3 player height like 180 and then let the display height be 100. For the width I would put 150. If you change it to this you should see the playlist. |
Woot! Thanks for that info on how to get the playlist to show (you know...I prolly could have read that above  )
The float still isn't working for me though. I can actually see the songs in the playlist on the float, but it can't seem to connect...so I am obviously missing something silly here too.
EDIT: Oddly enough, to get the blocked player to find the playlist I actually had to point it to "http://www.gametechworld.com/player/block_playlist.xml"
"player/block_playlist.xml" wasn't working for me. Now, like I said, the .php files for both the blocked player and the float are identical, but the float just sits there spinning away unable to connect.
SECOND EDIT: Actually, even more odd is that the float player won't read or see anything if I use the full url "http://www.gametechworld.com/player/block_playlist.xml" like the blocked player does (in fact, that was on the only way the blocked play would work).
I am starting to wonder if there's something hinky with my host because it is "trying to connect" on the float...it's just "waiting for gametechworld.com" forever.
Malachi1975's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 5.0.45 / 5.2.5 / 9.1.2.1
|
|
| Back to top |
|
 |
Heckler Heavy poster


Offline Joined: Apr 22, 2007 Posts: 299 Location: California
|
Posted: Mon Mar 10, 2008 1:47 am Post subject: Re: MP3 player |
|
Can you post the code of your mp3 player block and the mp3 float, it is easier to help then.
_________________ Phone Rumors | My Solution Manuals | My Online Money Guide | Premium WordPress Themes
Heckler's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Linux / 1.3.37 (Unix) / 4.1.21-standard / 4.4.6 / 9.2.1
|
|
| Back to top |
|
 |
|
|