Sound.loadSound() 631
Flash Player 6 supported several ID31.0 tags. If these tags are in not in the MP3 file, but
corresponding ID3 2.0 tags are, the ID3 2.0 tags are copied into the ID3 1.0 properties, as shown
in the following table. This process provides backward compatibility with scripts that you may
have written already that read ID3 1.0 properties.
Example
See Sound.onID3 for an example of the use of this property.
See also
Sound.attachSound()
, Sound.loadSound()
Sound.loadSound()
Availability
Flash Player 6.
Usage
my_sound.loadSound("url", isStreaming)
Parameters
url
The location on a server of an MP3 sound file.
isStreaming A Boolean value that indicates whether the sound is a streaming sound (true) or
an event sound (
false).
Returns
Nothing.
TSRC
ISRC (international standard recording code)
TSSE
Software/hardware and settings used for encoding
TYER
Year
WXXX
URL link frame
ID3 2.0 tag Corresponding ID3 1.0 property
COMM Sound.id3.comment
TALB Sound.id3.album
TCON Sound.id3.genre
TIT2 Sound.id3.songname
TPE1 Sound.id3.artist
TRCK Sound.id3.track
TYER Sound.id3.year
Property Description