MyBB Community Forums

Full Version: Great MP3 Player Success
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
By using the mp3player.php from the mod listed, I was able to create a separate page that features both the tunes and the album cover.

The code for mp3player.php is available in the mods

The player is free to use from premium beat

The toplinks section has this coding in the default templates / header

<a name="top" id="top"></a>
	<div id="container">
		<div id="header">
			<center><div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="http://www.officialbionicwoman.com/logo.gif" alt="{$mybb->settings['bbname']}" /></a></div></center>
			<br>
			<div class="menu">
				<ul>
				<center>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
			                <li><a href="mp3player.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/note.gif" alt=" border="0" alt="MP3 Player"/>MP3 Player</a></li>	
                      </ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			<navigation>
			{atchgallery}
			<br class="clear" /

The image you are welcome to download from my site - right click, etc

The player page is as follows a template in global / mp3player - either add it or modify if you did the original mod.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
$headerinclude
$header
<html xmlns="http://www.w3.org/1999/xhtml">

	<head>
		<meta http-equiv="content-type" content="text/html;charset=utf-8" />
		<meta name="generator" content="Adobe GoLive" />

	</head>
		<table border="0" cellspacing="0" cellpadding="7" align="center">
			<tr>
				<td colspan="2">
					<div align="center">
						</div>
				</td>
			</tr>
			<tr>
				<td><img src="BF2.jpg" alt="" height="350" width="350" border="0" /></td>

				<td><script type="text/javascript" src="swfobject.js"></script>
		
<div id="flashPlayer">
  This text will be replaced by the flash music player.
</div>

<script type="text/javascript">
   var so = new SWFObject("playerMultipleList.swf", "mymovie", "350", "350", "7", "#663333");  
   so.addVariable("autoPlay","yes")
   so.addVariable("playlistPath","playlist.xml")
   so.addVariable("overColor","#660000")
   so.addVariable("playerSkin","1")
   so.write("flashPlayer");
</script></td>
			</tr>
		</table>
	</body>
</html>
$footer

The player is a great streamer, no big waits on load times, very clean and classy looking.

Premium beat has mods available for the player as well

Hope this helps,

S
Oh yah - LOL www.OfficialBionicWoman.com/board/

Click the icon in toplinks

S
Sorry, I am so tired I forgot:

The player -

http://www.premiumbeat.com/flash_resourc...r_menu.php
i use Wimply player. it's great!

you can preview it at http://xrumxrum.com/forum - click on "Jukebox" on the top
Having not seen this kind of thing before, where are the mp3's "streamed" from?
from a folder on my ftp
or... am i way off on the topic here?
Nope - its all the same file setup - an XML file feeds the jukebox / p3player a list that coordinates with the MP3's in another file folder (or possibly the same)

Essentially the only difference is the style and presentation, concept remains the same..

S
Madam, whats your toplinks code for the pop-up if you don't mind sharing - I hate to be a mooch but I ran out of time to feel it out.

S