Sound.id3

Availability

Flash Player 7.

Usage

my_sound.id3

Description

Property (read-only); Provides access to the meta information that is part of an MP3 file.

<<following info to put put in a table format>>

COMM Comment

TALB Album/Movie/Show title

TBPM beats per minute

TCOM Composer

TCON Content type

TCOP Copyright message

TDAT Date

TDLY Play list delay

TENC Encoded by

TEXT Lyricist/Text writer

TFLT File type

TIME Time

TIT1 Content group description

TIT2 Title/song name/content description

TIT3 Subtitle/Description refinement

TKEY Initial key

TLAN Language(s)

TLEN Length

TMED Media type

TOAL Original album/movie/show title

TOFN Original filename

TOLY Original lyricist(s)/text writer(s)

TOPE Original artist(s)/performer(s)

TORY Original release year

TOWN File owner/licensee

TPE1 Lead performer(s)/Soloist(s)

TPE2 Band/orchestra/accompaniment

TPE3 Conductor/performer refinement

TPE4 Interpreted, remixed, or otherwise modified by

TPOS Part of a set

TPUB Publisher

TRCK Track number/Position in set

TRDA Recording dates

TRSN Internet radio station name

TRSO Internet radio station owner

TSIZ Size

TSRC ISRC (international standard recording code)

TSSE Software/Hardware and settings used for encoding

TYER Year

<<following info to be edited>>

ID3 V1 support is not touched, e.g. it will still be reachable through the old tags. If no IDV1 tag is present in the file we will copy the following IDV2 tags into the known IDV1 tag strings to provide backward compatibility support:

The id3.genre field will not be filled in this case since there is no real equivalent. The comment field does not have any real equivalent, so we'll leave this out.

Example

See Sound.onID3() for an example of the use of this property.

See also

Sound.onID3()