Jump to content

Page Loading Question


DizzyDan

Recommended Posts

I don't know exactly what to call this so i will explain.I want to have a music player on my website that when you navigate through the site the player doesn't reload. How could i achieve this?Thanks,

Link to comment
Share on other sites

as an example of the AJAX example Ingolme pointed out, I am doing something similar on my site.http://www.analogstudios.net/artists.phpThe idea being that when you visit an artists page, you can view/download their music and view their pictures (if applicable) without having to stop the music. Basically every dropdown menu has an onchange event that makes a call to an AJAX function which reaches out to a PHP script to get the music/picture content from the server/DB, and then send the response back to load it into the right hand side of the page.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...