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
You could use frames. Put the player in a frame of its own and only change the other(s). But I think a reload would still reload all the frames unless you loaded the page then redirected so that clicking the reload button in the browser only reloaded the redirected page.
You're going to jump through some hoops and have to do some things that are not SEO friendly to get this to work. If you get it to work at all.