javascript - playing audio on a web page without interruption by page reload -
i want create web page contains (flex/flash) audio player doesnt reloaded when page reloads. currently, popping out player in new window. please check http://www.paadal.com see in action.
what want achieve have player in same window, shouldnt reload. sure many of use ajax prevent reloading of page songza.fm. problem search engines cannot index ajax applications. true full fledged flex app well.
is there way have player in same window? not reload.
thanks
no, cannot have single element exempt page-reload, not without loading portions of page via asynchronous calls server. when window refreshes, flushes dom out, including mp3 player.
Comments
Post a Comment