Login   Register  
PHP Classes
elePHPant
Icontem

File: getplaylist.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Travis Tidwell  >  Dash Media Player  >  getplaylist.php  >  Download  
File: getplaylist.php
Role: Application script
Content type: text/plain
Description: Playlist Retrieval Script
Class: Dash Media Player
Embed the Dash Media player in a Web page
Author: By
Last change:
Date: 2008-11-05 10:56
Size: 160 bytes
 

Contents

Class file image Download
<?php
require_once("DashPlaylist.php");
$playlist = new DashPlaylist( (isset($_GET['playlist']) ? $_GET['playlist'] : 'default') );
$playlist->show();   
?>