- New features in the UKplayer slidehow: you can hide the textblock, volume

slider and mute button, resize the textblock and thumbnails. A new demo 
   config is added. See: /extras/ukplayer/slideshow.html
This commit is contained in:
Arjan Widlak 2009-05-14 15:11:07 +00:00
parent bdfe3b545a
commit be0891f382
4 changed files with 52 additions and 40 deletions

View file

@ -1,4 +1,8 @@
7.7.6
- New features in the UKplayer slidehow: you can hide the textblock, volume
slider and mute button, resize the textblock and thumbnails. A new demo
config is added. See: /extras/ukplayer/slideshow.html (Rogier Voogt, Arjan
Widlak / United Knowledge)
- Added internationalisations in Gallery.pm "Return to Album" and "Add Photo"
(Arjan Widlak / United Knowledge)
- Reverted using the packed templates and snippets by default. You can re-enable the packed templates and snippets carefully.

View file

@ -1,39 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<config>
<content_url>/extras/ukplayer/content.xml</content_url>
<width>400</width><!-- this value is overwritten by the flashVars but the tag needs to be here (and it is useful for offline testing) -->
<height>300</height><!-- this value is overwritten by the flashVars but the tag needs to be here (and it is useful for offline testing) -->
<background_color>0xDDDDEE</background_color>
<default_duration>20</default_duration>
<default_slidewidth>100</default_slidewidth>
<default_slideheight>100</default_slideheight>
<font>Verdana</font>
<font_size>12</font_size>
<font_color>0xCCCCCC</font_color>
<text_border_color>0xCCCCCC</text_border_color>
<text_bg_color>0x000000</text_bg_color>
<text_autohide>true</text_autohide>
<controls_color>0xCCCCCC</controls_color>
<controls_border_color>0xCCCCCC</controls_border_color>
<controls_bg_color>0x000000</controls_bg_color>
<controls_autohide>false</controls_autohide>
<thumbnail_width>48</thumbnail_width>
<thumbnail_height>36</thumbnail_height>
<thumbnail_border_color>0x000000</thumbnail_border_color>
<menu_autohide>true</menu_autohide>
<menu_dead_zone_width>100</menu_dead_zone_width>
<menu_gaps>5</menu_gaps>
<mute_at_start>false</mute_at_start>
<autostart>true</autostart>
<autopause>false</autopause>
<loop>false</loop>
<error_message_content><![CDATA[XML not found: ]]></error_message_content>
<error_message_image><![CDATA[Image not found]]></error_message_image>
</config>
<?xml version="1.0" encoding="UTF-8"?>
<config>
<content_url>/extras/ukplayer/content.xml</content_url>
<width>400</width>
<height>300</height>
<background_color>0xE0E0E0</background_color>
<default_duration>5</default_duration>
<default_slidewidth>400</default_slidewidth>
<default_slideheight>300</default_slideheight>
<font>Verdana</font>
<font_size>12</font_size>
<font_color>0xFFFFFF</font_color>
<text_border_color>0x888888</text_border_color>
<text_bg_color>0x000000</text_bg_color>
<text_autohide>true</text_autohide>
<text_display>over</text_display> <!--over|above|none-->
<text_height>0</text_height>
<controls_color>0xFFFFFF</controls_color>
<controls_border_color>0x888888</controls_border_color>
<controls_bg_color>0x000000</controls_bg_color>
<controls_autohide>true</controls_autohide>
<playbutton_percent_width>20</playbutton_percent_width>
<playbutton_max_width>200</playbutton_max_width>
<thumbnail_width>60</thumbnail_width>
<thumbnail_height>45</thumbnail_height>
<thumbnail_border_color>0x888888</thumbnail_border_color>
<thumbnails_hide>false</thumbnails_hide>
<menu_autohide>true</menu_autohide>
<menu_dead_zone_width>100</menu_dead_zone_width>
<menu_gaps>8</menu_gaps>
<sound>off</sound> <!-- on|off -->
<mute_at_start>false</mute_at_start>
<autostart>true</autostart>
<autopause>false</autopause>
<loop>true</loop>
<error_message_content><![CDATA[XML not found: ]]></error_message_content>
<error_message_image><![CDATA[Image not found]]></error_message_image>
<skin>rounded</skin> <!--simple|rounded-->
</config>

Binary file not shown.

View file

@ -48,7 +48,7 @@ Copyright 2008 United Knowledge http:/www.unitedknowledge.nl/
</object>
</div>
<p>Code generated with the <a href="http:/www.bobbyvandersluis.com/swfobject/generator/index.html">SWFObject 2 HTML and JavaScript generator</a>.</p>
<p>Code generated with the <a href="http://www.bobbyvandersluis.com/swfobject/generator/index.html">SWFObject 2 HTML and JavaScript generator</a>.</p>
</body>
</html>