Packagecom.curlyben.events
Classpublic class ID3Event
InheritanceID3Event Inheritance flash.events.Event

An event object container for advanced ID3 tag information. Used by com.curlyben.media.ID3TagReader



Public Properties
 PropertyDefined by
  ID3Tag : ID3Info
[read-only] The ID3 tag object associated with the event.
ID3Event
Public Methods
 MethodDefined by
  
ID3Event(etype:String, etag:ID3Info = null, ebubbles:Boolean = false, ecancelable:Boolean = false)
The ID3Event constructor.
ID3Event
Property detail
ID3Tagproperty
ID3Tag:ID3Info  [read-only]

The ID3 tag object associated with the event.

Implementation
    public function get ID3Tag():ID3Info
Constructor detail
ID3Event()constructor
public function ID3Event(etype:String, etag:ID3Info = null, ebubbles:Boolean = false, ecancelable:Boolean = false)

The ID3Event constructor.

Parameters
etype:String — The event type.
 
etag:ID3Info (default = null) — The ID3Info object, containing all the tag data.
 
ebubbles:Boolean (default = false) — Specifies whether the event should bubble.
 
ecancelable:Boolean (default = false) — Specifies whether the event can be cancelled.

See also