stuntfactoryx
09-08-2006, 08:50 PM
u can get the free player at flamplayer.com. i also included the player in zip. the instructions they gave me didnt work. this flash player will give you a mysql driven pop up mp3 player that has an admin panel to upload songs, change color of player, make play lists, ect. once the pop up is opened users can browse the site pages or even leave the site and it works.
here is the code i used in my nav bar template after the calander script and before pop ups.
<!-- Mp3 Player Start -->
<if condition="$show['member']">
<script type="text/javascript">
<!--
function Openmp3(){
mp3 = window.open('http://www.stuntfactoryx.com/mp3.htm','mp3','directories=no,height=300,width=30 0,location=no,menubar=no,resizable=no,status=no,to olbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return Openmp3()">mp3 Player</a></td>
</if>
<!-- Mp3 Player End -->
u will have to edit the above paths in above code to point to your folders.
i uploaded the whole zip after unzipped ofcoarse into my root. then i moved the mp3.htm in the root outside the player folder. u will later have to edit that file w/ your own player code. the admin panel will give you the code and paste the object code over mine that in the .htm file. if u replace all but the object code it i believe it will mess up the pop up window.so edit carfuly.
next i edited player/settings/fp_settings_1 there you will find it looks like a setup install file for vb. i created a new database for the player (didnt want new tables in my vb database). one thing i had to change and its updated in my zip was where they ask for password for database they wanted ['database name_password'] i got errors so i used ['password'] like we do in vb. next in the same file below u will see user name. they have default set admin -admin. u can change to your liking.
next edit i did (where they never mentioned) and i recieved errors. in players/settings/fp_settings_2 i had to edit index 2 line to point to the mp3 folder in the player folder. thats where all the mp3s pull from.
next in player/admin/fp_init a ran that script to install player and admin panel.
one thing i found is faster is to ftp your mp3s into the player/mp3 folder. then in the player admin panel u can configure and add to playlist.
i wish this wasnt so sloppy. im not a coder. just sharing my ideas. i will do the best i can to help support but any real coders are welcome to jump in. re write it so its understandable. i tried explaining the best i can. i do most good things by accident then dont know what i did.
i have tested the pop up in IE and aol
your welcome to check out mine at www.stuntfactoryx.com but i caution you that i have an explicit launguage shout box at times on my index page. hope you understand my jiberish. let me know if there were sucessful installs.
here is the code i used in my nav bar template after the calander script and before pop ups.
<!-- Mp3 Player Start -->
<if condition="$show['member']">
<script type="text/javascript">
<!--
function Openmp3(){
mp3 = window.open('http://www.stuntfactoryx.com/mp3.htm','mp3','directories=no,height=300,width=30 0,location=no,menubar=no,resizable=no,status=no,to olbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return Openmp3()">mp3 Player</a></td>
</if>
<!-- Mp3 Player End -->
u will have to edit the above paths in above code to point to your folders.
i uploaded the whole zip after unzipped ofcoarse into my root. then i moved the mp3.htm in the root outside the player folder. u will later have to edit that file w/ your own player code. the admin panel will give you the code and paste the object code over mine that in the .htm file. if u replace all but the object code it i believe it will mess up the pop up window.so edit carfuly.
next i edited player/settings/fp_settings_1 there you will find it looks like a setup install file for vb. i created a new database for the player (didnt want new tables in my vb database). one thing i had to change and its updated in my zip was where they ask for password for database they wanted ['database name_password'] i got errors so i used ['password'] like we do in vb. next in the same file below u will see user name. they have default set admin -admin. u can change to your liking.
next edit i did (where they never mentioned) and i recieved errors. in players/settings/fp_settings_2 i had to edit index 2 line to point to the mp3 folder in the player folder. thats where all the mp3s pull from.
next in player/admin/fp_init a ran that script to install player and admin panel.
one thing i found is faster is to ftp your mp3s into the player/mp3 folder. then in the player admin panel u can configure and add to playlist.
i wish this wasnt so sloppy. im not a coder. just sharing my ideas. i will do the best i can to help support but any real coders are welcome to jump in. re write it so its understandable. i tried explaining the best i can. i do most good things by accident then dont know what i did.
i have tested the pop up in IE and aol
your welcome to check out mine at www.stuntfactoryx.com but i caution you that i have an explicit launguage shout box at times on my index page. hope you understand my jiberish. let me know if there were sucessful installs.

