- add: United Knowledge Player added. This player allows you to display a photo collection as a slideshow. A demo can be found in /extras/ukplayer/slideshow. html. (Arjan Widlak, United Knowledge)

This commit is contained in:
Arjan Widlak 2008-05-30 23:46:01 +00:00
parent 9c77fdcce7
commit ab028b55ba
10 changed files with 672 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?>
<content>
<slides>
<slide>
<width>400</width>
<height>300</height>
<title><![CDATA[<b>Slide</b> One]]></title>
<description><![CDATA[ This is the United Knowledge Player for <u>WebGUI</u>!]]></description>
<image_source>/extras/ukplayer/dummycontent/explain.jpg</image_source>
<duration>5</duration>
<thumb_source>/extras/ukplayer/dummycontent/explain.jpg</thumb_source>
<sound_source>dummycontent/transporter.mp3</sound_source>
</slide>
<slide>
<width>400</width>
<height>300</height>
<title><![CDATA[<b>Slide</b> Two]]></title>
<description><![CDATA[ This is the United Knowledge Player for <u>WebGUI</u>!]]></description>
<image_source>/extras/ukplayer/dummycontent/united-knowledge-logo.jpg</image_source>
<duration>5</duration>
<thumb_source>/extras/ukplayer/dummycontent/united-knowledge-logo.jpg</thumb_source>
<sound_source>dummycontent/transporter.mp3</sound_source>
</slide>
</slides>
</content>