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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Let’s say you content is set up like so:
We can tell those links to load in the
#contentdiv rather than redirect the whole page. Using jQuery:The link’s content will now load into the
#contentdiv. Obviously there are repercussions: the browser’s url doesn’t change, the content needs to be view only (no top-level layout) unless you use jQuery’s “partial load”, etc.It’s not ideal. I’d say just open a new window for the player entirely.