I have a client, a musician, who wishes to include a media player in her
site. She wishes it to be present on all pages in the site.
Further, she wishes it to play whichever song has been selected
continuously, even when another page has been loaded.
The only way I can think to accomplish this is to use a frameset and
place the player in a frame.
I have investigated CSS frames. However, as far as I can tell they
merely simulate the appearance of a frame; but I expect that whenever a
new page loads, the player would still reload, and stop playing.
Is this correct? Or is there some CSS magic I could implement to prevent
a section of the page from reloading as though it were an actual frame?
I apologize if this is OT. I really don't know how else to go about
this; I'm not really familiar with using media players in websites and
am learning as I go.
Thanks in advance.
site. She wishes it to be present on all pages in the site.
Further, she wishes it to play whichever song has been selected
continuously, even when another page has been loaded.
The only way I can think to accomplish this is to use a frameset and
place the player in a frame.
I have investigated CSS frames. However, as far as I can tell they
merely simulate the appearance of a frame; but I expect that whenever a
new page loads, the player would still reload, and stop playing.
Is this correct? Or is there some CSS magic I could implement to prevent
a section of the page from reloading as though it were an actual frame?
I apologize if this is OT. I really don't know how else to go about
this; I'm not really familiar with using media players in websites and
am learning as I go.
Thanks in advance.
Comment