Songbird Web Page API |
sbIMediaItemStatusEvent.idlSummary
MediaItemStatusEventA MediaItemStatusEvent is passed to any event handlers listening for media item status related events fired on the document object. Note that the Songbird object must be accessed before any events will be raised. This will likely change in the future. Examplefunction onDownloadComplete( aEvent ) { See AlsoMediaItem http://developer.mozilla.org/en/docs/DOM:event http://developer.mozilla.org- /en- /docs- /DOM:element.addEventListener itemThe MediaItem corresponding to the event. |