arielmedel Posted October 19, 2006 Share Posted October 19, 2006 I have this page, it's still unfinished but almost done. I have a mp3 player that is working fine, the problem is whenever I click on a navigation button to load content into another layer using includes the mp3 player reloads as well, why is this if the mp3 player is in another cell? I want to player to play on as the user navigates through the site.Well, I did it with php. Is there any way I can fix this with AJAX?Links to tutorials appreciated thanks!!!!Here the URL: http://www.ruffcreek.com/phpTEST/main.php (only the first three buttons have links) Quote Link to comment Share on other sites More sharing options...
arielmedel Posted October 19, 2006 Author Share Posted October 19, 2006 By the way, I heard AJAX is not seacrh engine frienadly so is that fixable too? Quote Link to comment Share on other sites More sharing options...
ober Posted October 19, 2006 Share Posted October 19, 2006 I don't think AJAX is going to help you with this... you're going to have to use another way to update the content area, like using an iframe or something. I guess you could use AJAX to update the content area, but it all depends on how you have your data organized.Have you looked at the tutorials on ajaxfreaks.com? Quote Link to comment Share on other sites More sharing options...
ober Posted October 19, 2006 Share Posted October 19, 2006 The only reason AJAX would not be search engine friendly is because you're updating content without updating the link. With what you're trying to achieve, there's not really a good way around it. Most sites that work how you want yours to work use flash or some other manner for navigation. None of these are search-engine friendly. Quote Link to comment Share on other sites More sharing options...
tomfmason Posted October 19, 2006 Share Posted October 19, 2006 I think that my previous post regarding this subject should be part of the answer to your question..http://www.phpfreaks.com/forums/index.php/topic,111729.msg452963.html#msg452963Tom Quote Link to comment Share on other sites More sharing options...
arielmedel Posted October 20, 2006 Author Share Posted October 20, 2006 tomfmason: Thanks a million you've been very helpful!!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.