arcticPigs release V1.0 helpefiles |
![]() |
The soundFile object allows access to the static properties of the actual file. For example you can access the copyright information or the notes associated with this file. You would generally only use this object to display information on files loaded by the viewer, such as the copyright window does.
Several properties are only available on MP3 files. The viewer supports the data in the ID3v1 information tag present in the mp3 file. There are many programs that allow you to edit this information. Some free mp3 players (such as WinAmp for example) also have an built in editor to add the ID3v1 tag.
Name | Type | Description |
---|---|---|
album | ![]() | Contains the name of the album of the sound file. This is an MP3 only property. |
artist | ![]() | Contains the name of the artist of the sound file. This is an MP3 only property. |
comment | ![]() | Contains a comment string. This is an MP3 only property. |
name | ![]() | Containst the short name of this sound file. |
title | ![]() | Contains the title of the sound file. This is an MP3 only property. |
url | ![]() | Contains the full path to the location of the file. Read-only property. |
year | ![]() | Contains the year of the sound file. This is an MP3 only property. |
See also:
Last Updated: 06/15/02 |