Is there any way to integrate an flash mp3 player into a html site where an reload wouldn’t stop music playing or make it start from beginning.
I wouldn’t want to use ajax for the rest of the site cause it’s not SEO friendly, and also pop-ups are not a good solution cause every browser nowdays blocks them.
Is there any way to integrate an flash mp3 player into a html site
Share
AJAX can be made SEO friendly as long as you create distinct urls for the pages you are pulling in. One solution I have seen to this is to use a pop up for the player, and they are easily unblocked.