Quote:
|
Originally Posted by Angel_Light
|
Yes, check that if you are wondering about radio streams (because it seems like you are).
But, there is a way to load the lines of a file into an array (I am not sure if it works with .pls, but if it opens in notepad it probably will).
Try something like:
PHP Code:
this.foo.loadlines("path/to/file.pls");
And tada! 'this.foo' will be an array where every member represents one line of the file.