GregArtemides
Programmer
I want to add backround music to a site I am developing, in such a way that it continues when the visitor moves to a new page. Currently the music stops and restarts when the visitor goes to a new page. The site is programmed in PHP and music comes out of an embeded Flash file. You can visit it a transmothra suggested using frames, one would stay open all of the time and the other would change, make the one zero width and height. It seems like a good idea, but I'm running into the following problem:
If I use frames I lose the query string. I read the QS through PHP to update the page when the user navigates to a new page using the menu bar. For example: is interpreted by PHP as follows: PageID=0 means bring the home page and Lang=EN means bring it in english. Therefore if I loose the QS, I loose my navigation system!
I don't know of any way to read the QS using PHP after it has been sent using <a href=" target="mainFrame">
Any ideas?
If I use frames I lose the query string. I read the QS through PHP to update the page when the user navigates to a new page using the menu bar. For example: is interpreted by PHP as follows: PageID=0 means bring the home page and Lang=EN means bring it in english. Therefore if I loose the QS, I loose my navigation system!
I don't know of any way to read the QS using PHP after it has been sent using <a href=" target="mainFrame">
Any ideas?