Okay, bear with me here... I'm new with PHP. I don't really like fiddling with it... but unfortunately, from time to time, I get drafted into doing it. hahahaha.
My PHP is just just a simple simple simple template.
Header/nav/footer all stay the same... the content area is loaded "dynamically" and changes when one clicks on a link.
The idea was to save time if the template needed to be edited.
The issue is the MP3 player is set to "startOnLoad".
How do I keep the header and footer from being "reloaded" when a link is being clicked.... I just want the content area to change, and not refresh everything.
I think that is where my issue is. The player is in the footer and it restarts because the page is being reloaded.
The idea is that the song plays once... and not over and over and over when a user clicks through links.
Edit: Hopefully I won't have to change players, cause I just got this one edited to match the layout. :-/
Thanks,
- Chris
__________________
- Chris. Dabbling learner.
Last edited by redline5th; 07-04-2010 at 07:07 PM..
|