id3 (Sound.id3 property)
public id3 : Object [read-only]
Provides access to the metadata that is part of an MP3 file.
MP3 sound files can contain ID3 tags, which provide metadata about the file. If an MP3
sound that you load using
you can query these properties. Only ID3 tags that use the UTF-8 character set are supported.
Flash Player 6 (6.0.40.0) and later use the
1.1 tags. Flash Player 7 adds support for ID3 2.0 tags, specifically 2.3 and 2.4. The following
table lists the standard ID3 2.0 tags and the type of content the tags represent; you query
them in the format
my_sound.id3.COMM
contain tags other than those in this table;
Property
TFLT
TIME
TIT1
TIT2
TIT3
TKEY
TLAN
TLEN
TMED
TOAL
TOFN
TOLY
TOPE
TORY
TOWN
TPE1
TPE2
1106
ActionScript classes
Sound.attachSound()
Sound.id3
,
my_sound.id3.TIME
Sound.id3
Description
File type
Time
Content group description
Title/song name/content
description
Subtitle/description
refinement
Initial key
Languages
Length
Media type
Original album/movie/show
title
Original filename
Original lyricists/text writers
Original artists/performers
Original release year
File owner/licensee
Lead performers/soloists
Band/orchestra/
accompaniment
or
Sound.loadSound()
property to support ID3 1.0 and ID3
, and so on. MP3 files can
provides access to those tags as well.
contains ID3 tags,
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?