Click to See Complete Forum and Search --> : Music player playing all over the website


HuanManwe
09-29-2009, 08:29 AM
Hello,

I have several mp3 files in my website. I play them with XSPF Web Music Player, which is free and pretty good. But I have a problem. Obviously, when I go from the index to any other page of my site the music player doesn't play any longer.

I've tried putting the player into a different HTML file that I insert into all pages using the "include" function og PHP; but the player starts again with every page I visit. Obvious again.

Is the a way for me to play the music into a certay layer that never changes. I cannot use frames, I think, because the music player into the index page is right in the middle of the screen.

Any help would be appreciated. Thank you in advance and greetings from west Europe.

Eye for Video
09-29-2009, 09:22 AM
So do you want the music to continue thru-out the entire visit, regardless of which page the viewer is on?
If so, you might want to Google:
flash shared local connection for mp3 player
The idea being to use 2 Flash players, one to play the music and another which appears on each html page and can remotely control the one actually playing the music.
Here's a long winded example, not sure if it's a finished project but it may get you started:
http://manewc.com/2008/04/23/flash-mp3-player-progress-1/
Best wishes,
EfV

HuanManwe
09-29-2009, 10:56 AM
I think it doesn't worth the time I'd spend to do that.

I'll use frames to put the player on the upper frame, or something like that.

Anyway I'll try and implement that code for my own website, as a practice for me. It's complex and interesting.

Thank you very much for your answer.