Properties Methods Events Config Options Direct Link

Class Fabs.boombox.Track

Package:Fabs.boombox
Defined In:Track.js
Class:Track
Extends:Object
A class that represents a collection of tracks.

Config Options

Config OptionsDefined By
 album : String
The name of the album the current track is on.
Track
 artist : String
The name of the artist of the song
Track
 autoLoad : Boolean
Immediately load this track during construction. If false, will wait until the object is played
Track
 songname : String
The name of the song.
Track
 title : String
The title to display
Track
 track : Number
The number of the track on the album.
Track
 url : String
The url of the mp3 to play
Track
 volume : Number
Volume level the track should play at (a number between 0 and 100)
Track
 year : Number
The year the of the track
Track

Public Properties

PropertyDefined By
 position : Number
Read-only. Current position of the track.
Track

Public Methods

MethodDefined By

Public Events

EventDefined By