The PLS class parses PLS formatted playlist files and returns a PlayList.
A proprietary format used for playing Shoutcast and Icecast
streams. The syntax of a PLS file is the same syntax as a Windows
.ini file and was probably chosen because of support in the Windows API.
protected var file:String
protected var regex:RegExp
public function isValid(ext:String, data:String):Boolean
Parameters
Returns
protected function regExec():*
Returns
public function toPlayList(data:String):PlayList
Parameters
Returns
Copyright 2009 Gabriel Mariani (http://blog.coursevector.com/tempolite)