Sound.id3 - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

Sound.id3

Availability
Flash Player 6; behavior updated in Flash Player 7.
Usage
my_sound.id3
:Object
Description
Read-only property; 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
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
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
than those in this table;
Property
COMM
TALB
TBPM
TCOM
TCON
TCOP
TDAT
TDLY
TENC
TEXT
TFLT
TIME
TIT1
TIT2
TIT3
TKEY
TLAN
TLEN
762
Chapter 2: ActionScript Language Reference
Sound.attachSound()
,
my_sound.id3.TIME
provides access to those tags as well.
Sound.id3
Description
Comment
Album/movie/show title
Beats per minute
Composer
Content type
Copyright message
Date
Playlist delay
Encoded by
Lyricist/text writer
File type
Time
Content group description
Title/song name/content description
Subtitle/description refinement
Initial key
Languages
Length
or
Sound.loadSound()
property to support ID3 1.0 and ID3 1.1
Sound.id3
, and so on. MP3 files can contain tags other
contains ID3 tags, you can

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents