Sort OrdersortOrder -- The order to sort the playlist. DescriptionRave can sort playlists ascending (A-Z) or decending (Z-A). NOTE: sortOrder is only available when sortField is set to anything other than "title". Why? because we are assuming that sortOrder is only needed for playlists that need to display items dependent on time, file name or a custom field. You can disable sorting by setting the sortField to "none" (in the Customizer Tool, set "Sort Field" to: "Don't sort"). When sortField is set to "none", Wimpy will not sort the playlist. The order of the playlist will appear in the order that the <items> have been established within your original playlist. The "none" option allows you to generate an XML playlists without having Wimpy interfere with the order that the items show up in the player. NOTE: You might ask why we chose to place the "none" option in the sortFIELD option as opposed to the sortORDER option? Because within the player sortORDER can only be ascending or decending based on the ability to, through the user interface, manually sort the playlist by column titles.
OptionssortOrder sortField
UsageAs HTML option: wimpy.swf?sortField=title&sortOrder=des As Wimpy Configs Option: <sortField>title</sortField> As Javascript Option: wimpyConfigs.sortField="title"; See Also
|
| Wimpy Player Documentation Copyright ©2002-2008 Plaino LLC. All rights reserved. Use of this website signifies your agreement to the Terms of Use. |