Site hosted by Angelfire.com: Build your free website today!

Example 2

You need to upgrade your Flash Player

 

This example loads two tracks into the player at startup. Each file reference is seperated by a "pipe" ( | ) character.

You will notice that we've loaded an XML playlist at the same time that we loaded the video files. external playlists are loaded into Wimpy the same way that media files are loaded in.

You will also notice that the order of the items do not display within Wimpy in the order that they appear within the JavaScript funtion becuase, by default, items are sorted alphabetically. You can set the sort order when using the Customizer Tool.

 

Example Code *

<script language="JavaScript" >
     makeWimpyPlayer("example1.flv|playlist.xml|example2.flv");
</script>

 

 

 

* Be sure to review "Real World Usage"

 

 

©2007 Plaino