Page 1 of 1

PHP MUSIC URL

Posted: Sun Nov 30, 2003 4:12 pm
by eugenef
Hi i have a webitse, http://www.myazin.com and i wanted a url to load when the website was opened, and i cant figure out how to do this, by the way i'm using php. the url I'm trying to load when the websites loads, and i want the music to keep playing through out the whole website

http://www.mostlyclassical.com/mp3/classical128k.pls

anyways i want this to play thoughout the whole website, can anyone help me to do on my site, oh by the way dont forget to check out my other site, http://www.eugenef.com
[/php_man]

Posted: Sun Nov 30, 2003 6:02 pm
by gjb79
The easiest way to do this would be to make a frame where one cell of the frame is 1 pixel wide with the frame having no border (so it is virtually invisable and nobody would know about it), and use the other frame to host your website.

This way you could keep the music going throughout your entire website in the invisable frame while having your page changes occur in the regular frame.

Posted: Mon Dec 01, 2003 8:34 pm
by eugenef
yes but how do i get the music to actually load, its a streaming audio

Posted: Tue Dec 02, 2003 1:15 am
by quietk
You cant stream pls files in a browser it has to be opened with winamp or itunes some type of program like that. well as far as i know

Posted: Tue Dec 02, 2003 7:10 am
by eugenef
well i wanted the url to load when the website loads, just the url, so i still dont know what to do.