Hi guys
I need to implement a Flash mp3 player within a site that is originally frameless.
In order to have the music keep going throughout the whole site, one easy option would be the use of a popup window that would host the player.
But another option would be the use of a dynamically generated frameset. Basically, a "Launch music player" button would create a frameset with the original content in one frame and the music player in the second frame.
Although I'm not necessarily asking for the whole code, I have 3 questions :
1. do you think it would be possible to have the frameset dynamically built without reloading the page?
2. do you think it would be possible to have a script that works equally on IE, FF, Netscape and Opera?
3. are there more elegant options than the dynamic frameset?
Thanks a lot!