PHP MUSIC URL

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
eugenef
Forum Newbie
Posts: 3
Joined: Sun Nov 30, 2003 4:12 pm

PHP MUSIC URL

Post 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]
User avatar
gjb79
Forum Commoner
Posts: 96
Joined: Fri Jul 18, 2003 6:35 am
Location: x <-- (DC)
Contact:

Post 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.
eugenef
Forum Newbie
Posts: 3
Joined: Sun Nov 30, 2003 4:12 pm

Post by eugenef »

yes but how do i get the music to actually load, its a streaming audio
quietk
Forum Newbie
Posts: 7
Joined: Sun Nov 16, 2003 10:33 pm
Location: California

Post 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
eugenef
Forum Newbie
Posts: 3
Joined: Sun Nov 30, 2003 4:12 pm

Post by eugenef »

well i wanted the url to load when the website loads, just the url, so i still dont know what to do.
Post Reply