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

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -