Is it possible to have flash content(mp3 player) to always stay on a main html page that uses php include when switching between pages?(home/about/contact etc)?
SOLUTION: I used SCM music player plugin, and also dedicated html page for MP3 playing.
|
|
Let's say you content is set up like so:
We can tell those links to load in the
The link's content will now load into the It's not ideal. I'd say just open a new window for the player entirely. |
|||||||||
|
|
If you need a continuous player, which won't stop playback between page changes, you'll have to design your webpage / application in order to do so. These are the main approaches:
First option is dirtiest, second one is fair but lives on that little hack [don't know how it works in mobile environment], third one is the best though it requires an overall bigger skill to achieve - no vanilla PHP, no messy jQuery dollar-ocean. Last thought: stick with HTML 5 |
|||||||
|