PHP Classes

File: xzyplayer-demo.php

Recommend this page to a friend!
  Classes of Luis Martinez Ulloa   Embed Shoutcast radio   xzyplayer-demo.php   Download  
File: xzyplayer-demo.php
Role: Example script
Content type: text/plain
Description: an example
Class: Embed Shoutcast radio
Generate HTML to embed an Internet radio player
Author: By
Last change: add a link to the class for icon image
Date: 14 years ago
Size: 699 bytes
 

Contents

Class file image Download
<?php

require_once 'xzyradio.php';
//$radio = new xzyradio('http://www.bum-files.com/internetradio/stations/other2.asx');
$radio = new xzyradio('http://radiodoblenueve.com:9900/');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
    <title>::xzy player::</title>
    <meta http-equiv="content-type" content="text/html;charset=utf-8" />
    <meta name="generator" content="Geany 0.14" />
</head>

<body>
    <a href='http://www.phpclasses.org/browse/package/5345.html'><img src='doble.png' style='border: 0px;'></a><br>
    <?=$radio?>
</body>
</html>