Flashmp3player in Indexhibit

corra24 / 2010-04-12 15:33:41   

I'm trying, without any luck, to insert Flash MP3 Player (http://www.flashmp3player.org/), on my Indexhibit installation:

http://pahcollective.com/index.php?/audio/

I've followed the README but without success.

Any suggestion?
Thanks in advance.

Best regards,

Corrado

lemathieu A / 2010-04-12 15:44:39   

Please have a search ("mp3") first.
Thanks.

corra24 / 2010-04-12 16:46:07   

Thanks,

I've tried to switch off the HTML parsing, but no success at all.
I'm wondering if it's a path-related problem.

Regards,

Corrado

Vaska A / 2010-04-12 16:50:27   

There isn't even an mp3 on that page...

corra24 / 2010-04-12 17:10:12   

The script works fine (even with mp3) if placed "outside" Indexhibit:

http://pahcollective.com/flashmp3player/flashmp3player.html

I'm not able to embed it in the audio page.

Thanks for your support,

Corrado

Vaska A / 2010-04-12 17:17:52   

You can't cut and paste the code into the textarea?

What am I not understanding here?

corra24 / 2010-04-12 17:21:42   
  1. <!-- Script that embeds player. -->
  2. <script language="javascript" type="text/javascript">
  3. var so = new SWFObject("flashmp3player.swf", "player", "290", "247", "9"); // Location of swf file. You can change player width and height here (using pixels or percents).
  4. so.addParam("quality", "high");
  5. so.addVariable("content_path","mp3"); // Location of a folder with mp3 files (relative to php script).
  6. so.addVariable("color_path","default.xml"); // Location of xml file with color settings.
  7. so.addVariable("script_path","flashmp3player.php"); // Location of php script.
  8. so.write("player");
  9. </script>
Vaska A / 2010-04-12 17:31:46   

No, on your website...not in the forum.

corra24 / 2010-04-12 17:33:43   

Oops...
Done.

Regards,

Corrado

corra24 / 2010-04-13 08:15:53   

The installation seems right. Also the paths.
But nothing displayed.

Thanks,

Corrado

Vaska A / 2010-04-13 14:28:11   

Ok, so I go to the page in question again...and I see no code for displaying an MP3.

How many times do I have to say it?

This thread has been closed, thank you.