Playlist Tutorial

To use the playlist component, simply drag the component onto the stage, give it an instance name, and enter that name in the playlist component parameter of the soundPlayer's component property panel.

The playlist will show the song titles entered either at the display list of the components panel or in the XML file. You can also set additional parameters for the playlist. This is the description of the available properties for the playlist in the Flash Properties panel:
 

Parameter Description
mask If set to TRUE, the playlist will have the size of the grey box on the stage. When the list is longer, arrows to allow scrolling will appear. Set this option to FALSE if you want to use the ultimateScroller for scrolling the list.
scroll step Valid only when the mask parameter is set to true. It represents the number of pixels that the playlist will scroll when the arrow buttons are clicked.
enumerate Set it to TRUE when you want numbers to appear in front of the song names.


Using the ultimateScroller with the playlist

To use Flashloaded's ultimateScroller to scroll the playlist, first set the playlist parameter mask to false. Then simply treat the playlist component movieclip as a regular movie clip by setting the instance name of the playlist as the "Scroll Target" in the ultimateScroller properties panel, as explained in the ultimateScroller Userguide