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.

Properties, Events and Methods

Name Type Description
album PropertyContains the name of the album of the sound file. This is an MP3 only property.
artist PropertyContains the name of the artist of the sound file. This is an MP3 only property.
comment PropertyContains a comment string. This is an MP3 only property.
name PropertyContainst the short name of this sound file.
title PropertyContains the title of the sound file. This is an MP3 only property.
url PropertyContains the full path to the location of the file. Read-only property.
year PropertyContains the year of the sound file. This is an MP3 only property.

See also:

Class soundFiles | Class arcticDocument |

 

©2000 arcticpigs. All rights reserved.
This is a draft version! The functionality of parts of the software are liable to change.