A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
PadLeft(string, char, length) — Static method in class com.curlyben.utils.Strings
Pads a string the specified number of characters, inserting the specified pad character on the left side of the input string.
PadRight(string, char, length) — Static method in class com.curlyben.utils.Strings
Pads a string the specified number of characters, appending the specified pad character on the right side of the input string.
ParseHTML(data, createNewPlaylist) — Method in class net.FlashDen.ourben.MP3Plus
Adds files extracted from a HTML document.
ParseM3U(data, createNewPlaylist) — Method in class net.FlashDen.ourben.MP3Plus
Adds items from a M3U playlist to the current playlist.
ParsePLS(data, createNewPlaylist) — Method in class net.FlashDen.ourben.MP3Plus
Adds items from a PLS playlist to the current playlist.
ParseXML(data, createNewPlaylist) — Method in class net.FlashDen.ourben.MP3Plus
Adds files from an XML playlist into the current playlist.
Pause() — Method in class net.FlashDen.ourben.MP3Plus
Toggles the pause status of the current playlist item.
Play(index) — Method in class net.FlashDen.ourben.MP3Plus
Starts playback from the beginning of a file or stream.
PlayFrom(ms) — Method in class net.FlashDen.ourben.MP3Plus
Plays the current playlist item from a specified position.
Playing — Property in class net.FlashDen.ourben.MP3Plus
Returns true if playback is active, else false.
Playlist — Property in class net.FlashDen.ourben.MP3Plus
A copy of the complete playlist.
PlaylistAsArray — Property in class net.FlashDen.ourben.MP3Plus
Returns a read/write safe copy of the playlist as an array of XML elements.
PlaylistLoadError — Event in class net.FlashDen.ourben.MP3Plus
This event is triggered when a playlist load operation fails.
PlaylistReady — Event in class net.FlashDen.ourben.MP3Plus
This event is triggered when a playlist has loaded and is ready to play.
PlayNext() — Method in class net.FlashDen.ourben.MP3Plus
Plays the next playlist item.
PlayPrevious() — Method in class net.FlashDen.ourben.MP3Plus
Plays the previous playlist item.
Port — Property in class com.curlyben.net.HTTPRequest
The port to connect to on the remote host.
PositionMS — Property in class net.FlashDen.ourben.MP3Plus
The current playlist item playback position in milliseconds.
prematureDisconnect — Event in class com.curlyben.net.HTTPRequest
This event is triggered when a connection is disconnected prematurely.
progress — Event in class net.FlashDen.ourben.MP3Plus
This event is triggered when new downloaded data is available.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z