Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The ID3Info class contains properties that reflect ID3 metadata. You can get additional
metadata for MP3 files by accessing the
id3
property of the Sound class; for example,
mySound.id3.TIME
.
For more information, see the entry for
Sound.id3
and
the ID3 tag definitions at
http://www.id3.org.
public var album:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The name of the album; corresponds to the ID3 2.0 tag TALB.
public var artist:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The name of the artist; corresponds to the ID3 2.0 tag TPE1.
public var comment:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
A comment about the recording; corresponds to the ID3 2.0 tag COMM.
public var genre:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The genre of the song; corresponds to the ID3 2.0 tag TCON.
public var songName:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The name of the song; corresponds to the ID3 2.0 tag TIT2.
public var track:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The track number; corresponds to the ID3 2.0 tag TRCK.
public var year:String
Language Version: | ActionScript AS3 |
Runtime Versions: | AIR 1.0 Flash Player 9 |
The year of the recording; corresponds to the ID3 2.0 tag TYER.