playlist element

Modules

Description

A user-defined list of the order in which songs should be played; selection of songs.

Syntax

Syntax: playlist element
Start Content End
Tag Attribute Value    
<playlist some attribute= "xxx">   </playlist>

Attributes

 

Examples

In this example the order in the album is reversed in the playlist.

<album>
 <song src="oneday.mml" id="1"> </song>
 <song src="rabbit.mml" id="2"> </song>
</album>  

<playlist>
 <song id="2"> </song>
 <song id="1"> </song>
</playlist> 

© 1999, 2000 Author: Jacques Steyn