Index: trunk/fl5/src/com/longtailvideo/jwplayer/model/IPlaylist.as
===================================================================
--- trunk/fl5/src/com/longtailvideo/jwplayer/model/IPlaylist.as	(revision 552)
+++ trunk/fl5/src/com/longtailvideo/jwplayer/model/IPlaylist.as	(revision 564)
@@ -2,4 +2,34 @@
 	import com.longtailvideo.jwplayer.events.IGlobalEventDispatcher;
 	
+	/**
+	 * Sent when a playlist has been loaded.
+	 *
+	 * @eventType com.longtailvideo.jwplayer.events.PlaylistEvent.JWPLAYER_PLAYLIST_LOADED
+	 */
+	[Event(name="jwplayerPlaylistLoaded", type="com.longtailvideo.jwplayer.events.PlaylistEvent")]
+	
+	
+	/**
+	 * Sent when the playlist has been updated.
+	 *
+	 * @eventType com.longtailvideo.jwplayer.events.PlaylistEvent.JWPLAYER_PLAYLIST_UPDATED
+	 */
+	[Event(name="jwplayerPlaylistUpdated", type="com.longtailvideo.jwplayer.events.PlaylistEvent")]
+	
+	
+	/**
+	 * Sent when the playlist's current item has changed.
+	 *
+	 * @eventType com.longtailvideo.jwplayer.events.PlaylistEvent.JWPLAYER_PLAYLIST_ITEM
+	 */
+	[Event(name="jwplayerPlaylistItem", type="com.longtailvideo.jwplayer.events.PlaylistEvent")]
+	
+	
+	/**
+	 * Sent when an error ocurred when loading or parsing the playlist
+	 *
+	 * @eventType com.longtailvideo.jwplayer.events.PlayerEvent.JWPLAYER_ERROR
+	 */
+	[Event(name="jwplayerError", type = "com.longtailvideo.jwplayer.events.PlayerEvent")]
 	
 	
