
Rahman Haghparast - 2005-02-17 03:54:10 -
In reply to message 1 from dexter
Hi.
Try this
<?php
include "radio.class.php";
$playlist=array("http://localhost/radio/1.ra","http://localhost/radio/2.ra","http://localhost/radio/3.ra");
$radio=new music;
$radio->format="real";
$radio->playlist=$playlist;
$radio->Start();
?>
This will open your real player to play files.