TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 219
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 144
  • Total: 145
  • @rjen

FlamePlayer

Started by daftdate, November 10, 2006, 11:30:35 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daftdate

Was doing a search on google for free flash mp3 players and came up with this one.

http://flamplayer.com/flam_player/flam_player_content/player_demo.htm

Havent had a chance to play with it yet as ive only just downloaded it and im not quite sure how to integrate it with my site yet, but as a freebie I thought it looked like a good free fully customizable player.  :)

Rocket

#1
Yes, this is a good one... I paid $30 for the one with no backlinks and I love it.  Works great.  To use it in TP, just put the code that you generate in the admin area in an article.  Add a link to it in menu manager and you are good to go.


daftdate

am currently in the pocess of uploading all my tracks to my host before uploading the player.  :)

Rocket

Cool, you will really like it.  It is the best I have found.

daftdate

#4
So ive uploaded all my music files and then configured my player but I dont know how to put the damn thing in an article as I havent used articles before.  :(

This is the code it gave me for integration

<!-- ********************************************************************************************************** -->
<!-- *  FLAM PLAYER BLOCK                                                                                     * -->
<!-- ********************************************************************************************************** -->
<style type="text/css" media="all">.fplink0910522{display:none;}</style>
<div class="fplink0910522"><a href="http://www.dualbase.com" target="_blank" title="Dualbase:Webdesign at Montreal:home of FLAM player">Dualbase :: Montreal webdesign :: the home of FLAM player</a>
<a href="http://www.flamplayer.com" target="_blank" title="Flam Player:Macromedia Flash based mp3 player:home of FLAM player">Flam Player :: Macromedia Flash mp3 player :: the home of FLAM player</a>
</div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
   width="300"
   height="315">
      <param name=movie value="http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/flam-player.swf">
      <param name=flashVars value="fp_root_url=http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/&ovr_color=0xD17F47&ovr_langage=en&ovr_playlist=default_playlist&ovr_author=all&ovr_order=date_music&ovr_order_direction=DESC&ovr_autoplay=0&ovr_loop_playlist=1&ovr_loop_tracks=0&ovr_shuffle=1">
      <param name=menu value=false>
      <param name=quality value=best>
      <param name=wmode value=transparent>
      <param name=bgcolor value=#383838>
                 
   <embed src="http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/flam-player.swf"
      flashVars="fp_root_url=http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/&ovr_color=0xD17F47&ovr_langage=en&ovr_playlist=default_playlist&ovr_author=all&ovr_order=date_music&ovr_order_direction=DESC&ovr_autoplay=0&ovr_loop_playlist=1&ovr_loop_tracks=0&ovr_shuffle=1"
      menu=false
      quality=best
      wmode=transparent
      bgcolor=#383838
      width="300"
      height="315"
      type="application/x-shockwave-flash"
      pluginspage="http://www.macromedia.com/go/getflashplayer">
   </embed>
</object>
<!-- ********************************************************************************************************** -->
<!-- *  FLAM PLAYER BLOCK END                                                                                 * -->
<!-- **********************************************************************************************************

Well thats weird my player gives me the option under the admin section of creating an html page for me
so I did this and then put a link to the page in my menu but when i launch the player I just get a blank player with no play list
I checked my database to see if the tables had been created and the music and author details are in there so it
has access to my database so im flumuxed.  :o


Rocket

Copy and paste your code (below) into an article. The <div> will center the player in your article. 

Add a link to the article in the menu manager.


<div align="center">
<!-- ********************************************************************************************************** -->
<!-- *  FLAM PLAYER BLOCK                                                                                     * -->
<!-- ********************************************************************************************************** -->
<style type="text/css" media="all">.fplink0910522{display:none;}</style>
<div class="fplink0910522">Dualbase :: Montreal webdesign :: the home of FLAM player
Flam Player :: Macromedia Flash mp3 player :: the home of FLAM player
</div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
   width="300"
   height="315">
      <param name=movie value="http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/flam-player.swf">
      <param name=flashVars value="fp_root_url=http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/&ovr_color=0xD17F47&ovr_langage=en&ovr_playlist=default_playlist&ovr_author=all&ovr_order=date_music&ovr_order_direction=DESC&ovr_autoplay=0&ovr_loop_playlist=1&ovr_loop_tracks=0&ovr_shuffle=1">
      <param name=menu value=false>
      <param name=quality value=best>
      <param name=wmode value=transparent>
      <param name=bgcolor value=#383838>
                 
   <embed src="http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/flam-player.swf"
      flashVars="fp_root_url=http://www.daftasabat.co.uk/studentforum/FLAM_PLAYER_REP/&ovr_color=0xD17F47&ovr_langage=en&ovr_playlist=default_playlist&ovr_author=all&ovr_order=date_music&ovr_order_direction=DESC&ovr_autoplay=0&ovr_loop_playlist=1&ovr_loop_tracks=0&ovr_shuffle=1"
      menu=false
      quality=best
      wmode=transparent
      bgcolor=#383838
      width="300"
      height="315"
      type="application/x-shockwave-flash"
      pluginspage="http://www.macromedia.com/go/getflashplayer">
   </embed>
</object>
<!-- ********************************************************************************************************** -->
<!-- *  FLAM PLAYER BLOCK END                                                                                 * -->
<!-- **********************************************************************************************************
</div>


If it still doesn't work, you have something wrong with the folder setup, paths or settings.. the above code will work provided everything is setup correcty.  It has been so long since I set this up, I can't remember all of the steps.  If you need more help let me know and I'll get into it some more.

daftdate

I think im going to give up on it ive tried everything, checked the database and the tables are there, made sure I had chmoded the files it told me to 777 which I have, even ripped some new tracks specificaly as MP3's just incase i hadnt ripped the previous tracks correctly and ftped them up and added them into the database using the flamplayer admin page and everythings great but still cant get any bloody tracks to show up and play in the player.  :o had enough, am going to go stick my head in a bucket and leave the world alone.  :uglystupid2:

daftdate

Apparently its not me thats the problem with the flamplayer I emailed the developers and they tested my site and its a security issue on my server so its the hosts measures  :'( im going to have to get on to them and see what can be done cause ive tried 3 different players and didnt know what was wrong before.  Well at least I now know I'm not going completely insane  :uglystupid2:

Rocket

wow, that sucks.  I suppose there is some comfort in knowing you are not completely insane... :)

This website is proudly hosted on Crocweb Cloud Website Hosting.