<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/" >
<channel>
	<title>Silex Labs &#187; Plugins </title>
	<atom:link href="http://www.silexlabs.org/feed/ep_posts_in_category/?cat=657&#038;format=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.silexlabs.org</link>
	<description>Communities platform powered by Silex Labs, dedicated to the creation, support and communication of open source projects</description>
	<numItemsTotal>36</numItemsTotal>
	<lastBuildDate>Fri, 24 May 2013 09:39:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<language></language>
	<item>
            <ID><![CDATA[132908]]></ID>
            <post_author>
                <ID><![CDATA[15]]></ID>
                <nickname><![CDATA[codam]]></nickname>
                <user_nicename><![CDATA[codam]]></user_nicename>
                <user_url><![CDATA[http://www.silexlabs.org/members/codam/]]></user_url>
                <description><![CDATA[]]></description>
                <user_email><![CDATA[raphael.harmel [at] gmail.com]]></user_email>
            </post_author>
            <post_date><![CDATA[2012-06-01 16:30:24]]></post_date>
            <post_date_gmt><![CDATA[2012-06-01 14:30:24]]></post_date_gmt>
            <post_content><![CDATA[<div>

<a href="http://www.silexlabs.org/132908/the-blog/blog-silex/silex-seo-plugin/attachment/plugin-2/" rel="attachment wp-att-132915"><img class="size-full wp-image-132915 alignnone" title="plugin" src="http://www.silexlabs.org/wp-content/uploads/2012/05/plugin1.png" alt="" width="180" height="85" /></a>

</div>
<h3>Description</h3>
This plugin adds the possiblity to generate SEO (Search Engine Optimization) informations for a silex site in some specific cases.

Normal cases are already taken care of by Silex.

<!--more-->

It is specifically designed for these cases:
<ul>
	<li>when different pages (or deeplinks) share the same layer (useful for multiple languages contexts).</li>
	<li>when dynamic content is used. In that case the seo plugin should be run regularly.</li>
</ul>
This includes:
<ul>
	<li>accessors resolving</li>
	<li>Oof selector children resolving and parsing</li>
</ul>
Silex natively takes care of the following cases, when you are saving the layers via the Wysiwyg:
<ul>
	<li>only one deeplink is used per layer</li>
	<li>html compatible components (text, images, label buttons...)</li>
</ul>
<h3>Example provided !!!</h3>
This plugin is provided with an example publication named "test_seo_plugin" so you can easily try this functionality.
<h3>Installation</h3>
To install this plugin on a silex server, use the manager's plugin installer (exchange platform), or copy the plugin folder in the silex_server/plugins folder.
<h3>Activation</h3>
This plugin has to be activated at publication level.

Specific publication activation:

In the server's manager go to "Manage", click on the publication on which the plugin should be activated, then click on "Plugins &gt; Activate a plugin", and finally click on the plugin icon and then on "confirm".
<h3>Use</h3>
To generate seo information for all layers of the publication:

-In the server's manager go to "Manage", click on the publication for which the seo should be generated, then click on "Generate Seo".

-The plugin will update the /silex_server/contents/site_id/*.seodata.xml files contents.

-As a result, the sitemap of the site (accessible here: /silex_server/sitemap.php?id_site=site_id) will be updated.

It can be useful to check the sitemap before and after running the SEO generation process.
<h3>Parameters</h3>
None
<h3>Content</h3>
The snapshot plugin folder contains several files:
<ul>
	<li>index.php
<ul>
	<li>contains the php needed to load the plugin.</li>
</ul>
</li>
	<li>directories
<ul>
	<li>hx
<ul>
	<li>contains the PHP seo project generated with Haxe</li>
</ul>
</li>
	<li>lang
<ul>
	<li>contains the translations files</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3>Sources</h3>
They can be found on following subversion repository: <a href="https://silex.svn.sourceforge.net/svnroot/silex/apps/third-party/plugins/seo/src" target="_blank">https://silex.svn.sourceforge.net/svnroot/silex/apps/third-party/plugins/seo/src</a>]]></post_content>
            <post_title><![CDATA[Silex SEO Plugin]]></post_title>
            <post_excerpt><![CDATA[




Description
This plugin adds the possiblity to generate SEO (Search Engine Optimization) informations for a silex site in some specific cases.

Normal cases are already taken care of by Silex.



It is specifically designed for these cases:

	when different pages (or deeplinks) share the same layer (useful for multiple languages contexts).
	when dynamic content is used. In that case the seo plugin should be run regularly.

This includes:

	accessors resolving
	Oof selector children resolving and parsing

Silex natively takes care of the following cases, when you are saving the layers via the Wysiwyg:

	only one deeplink is used per layer
	html compatible components (text, images, label buttons...)

Example provided !!!
This plugin is provided with an example publication named "test_seo_plugin" so you can easily try this functionality.
Installation
To install this plugin on a silex server, use the manager's plugin installer (exchange platform), or copy the plugin folder in the silex_server/plugins folder.
Activation
This plugin has to be activated at publication level.

Specific publication activation:

In the server's manager go to "Manage", click on the publication on which the plugin should be activated, then click on "Plugins &gt; Activate a plugin", and finally click on the plugin icon and then on "confirm".
Use
To generate seo information for all layers of the publication:

-In the server's manager go to "Manage", click on the publication for which the seo should be generated, then click on "Generate Seo".

-The plugin will update the /silex_server/contents/site_id/*.seodata.xml files contents.

-As a result, the sitemap of the site (accessible here: /silex_server/sitemap.php?id_site=site_id) will be updated.

It can be useful to check the sitemap before and after running the SEO generation process.
Parameters
None
Content
The snapshot plugin folder contains several files:

	index.php

	contains the php needed to load the plugin.


	directories

	hx

	contains the PHP seo project generated with Haxe


	lang

	contains the translations files





Sources
They can be found on following subversion repository: https://silex.svn.sourceforge.net/svnroot/silex/apps/third-party/plugins/seo/src]]></post_excerpt>
            <post_status><![CDATA[publish]]></post_status>
            <comment_status><![CDATA[open]]></comment_status>
            <ping_status><![CDATA[open]]></ping_status>
            <post_name><![CDATA[silex-seo-plugin]]></post_name>
            <to_ping><![CDATA[]]></to_ping>
            <pinged><![CDATA[]]></pinged>
            <post_modified><![CDATA[2013-01-04 10:51:06]]></post_modified>
            <post_modified_gmt><![CDATA[2013-01-04 09:51:06]]></post_modified_gmt>
            <post_content_filtered><![CDATA[]]></post_content_filtered>
            <post_parent><![CDATA[0]]></post_parent>
            <guid><![CDATA[http://www.silexlabs.org/?p=132908]]></guid>
            <menu_order><![CDATA[0]]></menu_order>
            <post_type><![CDATA[post]]></post_type>
            <post_mime_type><![CDATA[]]></post_mime_type>
            <comment_count><![CDATA[2]]></comment_count>
            <filter><![CDATA[raw]]></filter>
            <customTags>
                <_epLastError>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastError>
                <_itemCurrentVersion>
                    <element><![CDATA[1.0]]></element>
                    <element><![CDATA[1.0]]></element>
                    <element><![CDATA[1.0]]></element>
                    <element><![CDATA[1.0]]></element>
                    <element><![CDATA[1.0]]></element>
                    <element><![CDATA[1.0]]></element>
                </_itemCurrentVersion>
                <_edit_lock>
                    <element><![CDATA[1357293014:15]]></element>
                </_edit_lock>
                <_edit_last>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                </_edit_last>
                <_epLastMessage>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastMessage>
                <_selectedVersionsArray>
                    <element><![CDATA[v1.6.2,v1.7.0]]></element>
                    <element><![CDATA[v1.6.2,v1.7.0]]></element>
                    <element><![CDATA[v1.6.2,v1.7.0]]></element>
                    <element><![CDATA[v1.6.2,v1.7.0]]></element>
                    <element><![CDATA[v1.6.2,v1.7.0]]></element>
                    <element><![CDATA[v1.6.2,v1.7.0]]></element>
                </_selectedVersionsArray>
                <_selectedProject>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                </_selectedProject>
                <_epDependencies>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                </_epDependencies>
                <_itemCurrentFileName>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_itemCurrentFileName>
                <_thumbnail_id>
                    <element><![CDATA[132915]]></element>
                    <element><![CDATA[132915]]></element>
                    <element><![CDATA[132915]]></element>
                    <element><![CDATA[132915]]></element>
                    <element><![CDATA[132915]]></element>
                </_thumbnail_id>
                <wpautop>
                    <element><![CDATA[- Select -]]></element>
                </wpautop>
                <skin>
                    <element><![CDATA[- Select -]]></element>
                </skin>
                <layout_footer>
                    <element><![CDATA[- Select -]]></element>
                </layout_footer>
                <layout_header>
                    <element><![CDATA[- Select -]]></element>
                </layout_header>
                <layout>
                    <element><![CDATA[- Select -]]></element>
                </layout>
            </customTags>
            <post_thumbnail><![CDATA[http://www.silexlabs.org/wp-content/uploads/2012/05/plugin1.png]]></post_thumbnail>
            <post_images>
                <element><![CDATA[http://www.silexlabs.org/wp-content/uploads/2012/05/plugin1.png]]></element>
            </post_images>
	</item>
	<item>
            <ID><![CDATA[81290]]></ID>
            <post_author>
                <ID><![CDATA[9]]></ID>
                <nickname><![CDATA[lexa]]></nickname>
                <user_nicename><![CDATA[lexa]]></user_nicename>
                <user_url><![CDATA[http://www.silexlabs.org/members/lexa/]]></user_url>
                <description><![CDATA[]]></description>
                <user_email><![CDATA[lexoyo [at] yahoo.com]]></user_email>
            </post_author>
            <post_date><![CDATA[2011-06-16 10:16:02]]></post_date>
            <post_date_gmt><![CDATA[2011-06-16 10:16:02]]></post_date_gmt>
            <post_content><![CDATA[<h3>Description</h3>
Functionalities provided by this plugin
<ul>
	<li>your site with a transparent background on the user desktop</li>
	<li>no installation, just a native application which launches from the hard drive</li>
	<li>mac and windows compatible, 1 Silex publication gives 2 pixel perfect versions</li>
</ul>
Applications we have already produced
<ul>
	<li>an installer to install programs, install drivers, call system scripts, etc. See the image bellow.</li>
	<li>distribute Silex on a USB Key or CD/DVD</li>
	<li>make application which can access the file system, transfer files through FTP...</li>
</ul>
License

This plugin is free and open source, just like Silex. But it uses <a href="http://www.multidmedia.com/">zinc which is a commercial product</a>. You can use it as is, but there is a watermark on it. You should buy a Zinc license here if you want to remove the watermark.

[caption id="attachment_70662" align="aligncenter" width="614" caption="Silex zinc plugin example: an installer"]<img class="size-full wp-image-70662 " title="Silex portable app example" src="http://www.silexlabs.org/wp-content/uploads/2011/06/silex-portable-app-example.jpg" alt="" width="614" height="461" />[/caption]

<!--more-->
<h3><span>Installation</span></h3>
To install this plugin on a silex server, use the <a href="http://www.silexlabs.org/?p=1447">manager's plugin installer - see the tutorial</a>, or copy the "ZincDesktop" plugin folder in the silex_server/plugins folder.
<h3>Activation</h3>
Server activation (for all publications):

In the server's manager go to "Settings &gt; Plugins &gt; Activate a plugin", click on the plugin icon and then on "confirm".

Specific publication activation:

In the server's manager go to "Manage", click on the publication on which the plugin should be activated, then click on "Plugins &gt; Activate a plugin", and finally click on the plugin icon and then on "confirm".
<h3><strong>Use</strong></h3>
<h4>Make a desktop application out of a Silex site</h4>
<a href="http://projects.silexlabs.org/?/silex/flash.cms/download" target="_blank">Download Silex "portable app" version</a> from Silex site. In the Silex portable app folder, there are several folders: "silex_server/" and "silex_design_kit/" and so on. And there is also the Silex launcher application, for mac (silex.app), windows (silex.exe) and linux (silex). Start the application corresponding to your OS in order to access Silex launcher and start using Silex as a portable app.

After installing Silex, the manager opens and there you can create a new Silex site from the "create" section. To make it a desktop app you should:
<ol>
	<li>activate the "ZincDesktop" plugin for your new site - please read this help section about <a href="http://www.silexlabs.org/?p=1519">activating a Silex plugin</a></li>
	<li>duplicate the silex launcher applications, for mac (silex.app), windows (silex.exe) and linux (silex) and rename them with the name of your new site, e.g. myApp.exe, myApp.app and myApp if gave the name "myApp" to your new site</li>
</ol>
When you start the new application, you will see a standard native window with your site in it.
<h4>Use Zink desktop API in your application</h4>
In your Silex site, you can put Silex action on the components and access Zinc API to manipulate files, install programs, install drivers, call system scripts, etc. See <a href="http://www.multidmedia.com/support/livedocs/">Zinc API documentation here</a>.

For example, this starts a windows script :

onRelease _global.mdm.System.exec:test-script.bat

And for mac

onRelease _global.mdm.System.exec:test-script.sh

Please look at the site "portable-app" provided with Silex portable app version

<strong>Links</strong>
<ul>
	<li><a href="http://projects.silexlabs.org/?/silex/flash.cms/download" target="_blank">Download Silex portable app version</a></li>
	<li><a href="http://www.silexlabs.org/?p=1519">Install and activate a Silex plugin</a></li>
	<li><a href="http://www.multidmedia.com/">Zinc web site</a></li>
	<li><a href="http://www.multidmedia.com/support/livedocs/">Zinc API</a></li>
</ul>]]></post_content>
            <post_title><![CDATA[ZincDesktop plugin, your Silex publications on the desktop]]></post_title>
            <post_excerpt><![CDATA[Description
Functionalities provided by this plugin

	your site with a transparent background on the user desktop
	no installation, just a native application which launches from the hard drive
	mac and windows compatible, 1 Silex publication gives 2 pixel perfect versions

Applications we have already produced

	an installer to install programs, install drivers, call system scripts, etc. See the image bellow.
	distribute Silex on a USB Key or CD/DVD
	make application which can access the file system, transfer files through FTP...

License

This plugin is free and open source, just like Silex. But it uses zinc which is a commercial product. You can use it as is, but there is a watermark on it. You should buy a Zinc license here if you want to remove the watermark.

[caption id="attachment_70662" align="aligncenter" width="614" caption="Silex zinc plugin example: an installer"][/caption]


Installation
To install this plugin on a silex server, use the manager's plugin installer - see the tutorial, or copy the "ZincDesktop" plugin folder in the silex_server/plugins folder.
Activation
Server activation (for all publications):

In the server's manager go to "Settings &gt; Plugins &gt; Activate a plugin", click on the plugin icon and then on "confirm".

Specific publication activation:

In the server's manager go to "Manage", click on the publication on which the plugin should be activated, then click on "Plugins &gt; Activate a plugin", and finally click on the plugin icon and then on "confirm".
Use
Make a desktop application out of a Silex site
Download Silex "portable app" version from Silex site. In the Silex portable app folder, there are several folders: "silex_server/" and "silex_design_kit/" and so on. And there is also the Silex launcher application, for mac (silex.app), windows (silex.exe) and linux (silex). Start the application corresponding to your OS in order to access Silex launcher and start using Silex as a portable app.

After installing Silex, the manager opens and there you can create a new Silex site from the "create" section. To make it a desktop app you should:

	activate the "ZincDesktop" plugin for your new site - please read this help section about activating a Silex plugin
	duplicate the silex launcher applications, for mac (silex.app), windows (silex.exe) and linux (silex) and rename them with the name of your new site, e.g. myApp.exe, myApp.app and myApp if gave the name "myApp" to your new site

When you start the new application, you will see a standard native window with your site in it.
Use Zink desktop API in your application
In your Silex site, you can put Silex action on the components and access Zinc API to manipulate files, install programs, install drivers, call system scripts, etc. See Zinc API documentation here.

For example, this starts a windows script :

onRelease _global.mdm.System.exec:test-script.bat

And for mac

onRelease _global.mdm.System.exec:test-script.sh

Please look at the site "portable-app" provided with Silex portable app version

Links

	Download Silex portable app version
	Install and activate a Silex plugin
	Zinc web site
	Zinc API
]]></post_excerpt>
            <post_status><![CDATA[publish]]></post_status>
            <comment_status><![CDATA[open]]></comment_status>
            <ping_status><![CDATA[open]]></ping_status>
            <post_name><![CDATA[zincdesktop-plugin-your-silex-publications-on-the-desktop]]></post_name>
            <to_ping><![CDATA[]]></to_ping>
            <pinged><![CDATA[]]></pinged>
            <post_modified><![CDATA[2011-09-18 15:30:58]]></post_modified>
            <post_modified_gmt><![CDATA[2011-09-18 13:30:58]]></post_modified_gmt>
            <post_content_filtered><![CDATA[]]></post_content_filtered>
            <post_parent><![CDATA[0]]></post_parent>
            <guid><![CDATA[http://www.silexlabs.org/?p=81290]]></guid>
            <menu_order><![CDATA[0]]></menu_order>
            <post_type><![CDATA[post]]></post_type>
            <post_mime_type><![CDATA[]]></post_mime_type>
            <comment_count><![CDATA[0]]></comment_count>
            <filter><![CDATA[raw]]></filter>
            <customTags>
                <_selectedProject>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                </_selectedProject>
                <_selectedVersionsArray>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                </_selectedVersionsArray>
                <_wp_old_slug>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_wp_old_slug>
                <color>
                    <element><![CDATA[orange]]></element>
                    <element><![CDATA[orange]]></element>
                    <element><![CDATA[orange]]></element>
                    <element><![CDATA[orange]]></element>
                    <element><![CDATA[orange]]></element>
                    <element><![CDATA[orange]]></element>
                </color>
                <_epLastMessage>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastMessage>
                <_itemCurrentFileName>
                    <element><![CDATA[ZinkDesktop-v1.0.0beta2.zip]]></element>
                    <element><![CDATA[ZinkDesktop-v1.0.0beta2.zip]]></element>
                    <element><![CDATA[ZinkDesktop-v1.0.0beta2.zip]]></element>
                    <element><![CDATA[ZinkDesktop-v1.0.0beta2.zip]]></element>
                    <element><![CDATA[ZinkDesktop-v1.0.0beta2.zip]]></element>
                    <element><![CDATA[ZinkDesktop-v1.0.0beta2.zip]]></element>
                </_itemCurrentFileName>
                <_epDependencies>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                </_epDependencies>
                <_epLastError>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastError>
                <_itemCurrentVersion>
                    <element><![CDATA[1.0.0beta2]]></element>
                    <element><![CDATA[1.0.0beta2]]></element>
                    <element><![CDATA[1.0.0beta2]]></element>
                    <element><![CDATA[1.0.0beta2]]></element>
                    <element><![CDATA[1.0.0beta2]]></element>
                    <element><![CDATA[1.0.0beta2]]></element>
                </_itemCurrentVersion>
                <_edit_lock>
                    <element><![CDATA[1338474245:15]]></element>
                </_edit_lock>
                <_edit_last>
                    <element><![CDATA[16]]></element>
                    <element><![CDATA[16]]></element>
                    <element><![CDATA[16]]></element>
                    <element><![CDATA[16]]></element>
                    <element><![CDATA[16]]></element>
                    <element><![CDATA[16]]></element>
                </_edit_last>
            </customTags>
            <post_thumbnail><![CDATA[]]></post_thumbnail>
            <post_images>
                <element><![CDATA[http://www.silexlabs.org/wp-content/uploads/2011/06/silex-portable-app-example.jpg]]></element>
            </post_images>
	</item>
	<item>
            <ID><![CDATA[74178]]></ID>
            <post_author>
                <ID><![CDATA[16]]></ID>
                <nickname><![CDATA[camille]]></nickname>
                <user_nicename><![CDATA[camille]]></user_nicename>
                <user_url><![CDATA[http://www.silexlabs.org/members/camille/]]></user_url>
                <description><![CDATA[]]></description>
                <user_email><![CDATA[camillegerardhirne [at] gmail.com]]></user_email>
            </post_author>
            <post_date><![CDATA[2011-06-09 11:40:31]]></post_date>
            <post_date_gmt><![CDATA[2011-06-09 09:40:31]]></post_date_gmt>
            <post_content><![CDATA[<img class="alignleft size-full wp-image-74180" title="flickr-logo" src="http://www.silexlabs.org/wp-content/uploads/2011/06/flickr-logo.jpg" alt="flickr-logo" width="250" height="98" />
<h3>DESCRIPTION</h3>
This plugin display the flickr gallery slideshow in your silex website, just enter an URL in the permalink text field.]]></post_content>
            <post_title><![CDATA[Flickr frame plugin]]></post_title>
            <post_excerpt><![CDATA[
DESCRIPTION
This plugin display the flickr gallery slideshow in your silex website, just enter an URL in the permalink text field.]]></post_excerpt>
            <post_status><![CDATA[publish]]></post_status>
            <comment_status><![CDATA[open]]></comment_status>
            <ping_status><![CDATA[open]]></ping_status>
            <post_name><![CDATA[flickr-frame-plugin]]></post_name>
            <to_ping><![CDATA[]]></to_ping>
            <pinged><![CDATA[]]></pinged>
            <post_modified><![CDATA[2011-12-29 16:42:58]]></post_modified>
            <post_modified_gmt><![CDATA[2011-12-29 15:42:58]]></post_modified_gmt>
            <post_content_filtered><![CDATA[]]></post_content_filtered>
            <post_parent><![CDATA[0]]></post_parent>
            <guid><![CDATA[http://www.silexlabs.org/?p=74178]]></guid>
            <menu_order><![CDATA[0]]></menu_order>
            <post_type><![CDATA[post]]></post_type>
            <post_mime_type><![CDATA[]]></post_mime_type>
            <comment_count><![CDATA[3]]></comment_count>
            <filter><![CDATA[raw]]></filter>
            <customTags>
                <_selectedVersionsArray>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                </_selectedVersionsArray>
                <_wp_old_slug>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_wp_old_slug>
                <color>
                    <element><![CDATA[red]]></element>
                    <element><![CDATA[red]]></element>
                    <element><![CDATA[red]]></element>
                    <element><![CDATA[red]]></element>
                    <element><![CDATA[red]]></element>
                    <element><![CDATA[red]]></element>
                </color>
                <_epDependencies>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                </_epDependencies>
                <_itemCurrentFileName>
                    <element><![CDATA[flickrFrame.zip]]></element>
                    <element><![CDATA[flickrFrame.zip]]></element>
                    <element><![CDATA[flickrFrame.zip]]></element>
                    <element><![CDATA[flickrFrame.zip]]></element>
                    <element><![CDATA[flickrFrame.zip]]></element>
                    <element><![CDATA[flickrFrame.zip]]></element>
                </_itemCurrentFileName>
                <_selectedProject>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                </_selectedProject>
                <_itemCurrentVersion>
                    <element><![CDATA[V1]]></element>
                    <element><![CDATA[V1]]></element>
                    <element><![CDATA[V1]]></element>
                    <element><![CDATA[V1]]></element>
                    <element><![CDATA[V1]]></element>
                    <element><![CDATA[V1]]></element>
                </_itemCurrentVersion>
                <_epLastError>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastError>
                <_epLastMessage>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastMessage>
                <_edit_last>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                    <element><![CDATA[15]]></element>
                </_edit_last>
                <_edit_lock>
                    <element><![CDATA[1325173379:15]]></element>
                </_edit_lock>
            </customTags>
            <post_thumbnail><![CDATA[]]></post_thumbnail>
            <post_images>
                <element><![CDATA[http://www.silexlabs.org/wp-content/uploads/2011/06/flickr-logo.jpg]]></element>
            </post_images>
	</item>
	<item>
            <ID><![CDATA[1797]]></ID>
            <post_author>
                <ID><![CDATA[11]]></ID>
                <nickname><![CDATA[koala]]></nickname>
                <user_nicename><![CDATA[koala]]></user_nicename>
                <user_url><![CDATA[]]></user_url>
                <description><![CDATA[]]></description>
                <user_email><![CDATA[isabelleb5 [at] yahoo.fr]]></user_email>
            </post_author>
            <post_date><![CDATA[2011-06-08 10:00:48]]></post_date>
            <post_date_gmt><![CDATA[2011-06-08 08:00:48]]></post_date_gmt>
            <post_content><![CDATA[<h1><a rel="attachment wp-att-2585" href="http://www.silexlabs.org/?attachment_id=2585"><img class="aligncenter size-full wp-image-2585" title="plugin" src="http://www.silexlabs.org/wp-content/uploads/2011/01/plugin5.png" alt="" width="180" height="85" /></a></h1>
<h1>Sources</h1>
<a href="http://www.silexlabs.org/wp-content/uploads/2011/01/filters_sources.zip">filters component - sources</a>
<h3>DESCRIPTION</h3>
The OOFilter component allow you to apply dynamically Flash's filter to any component of a Silex publication.

V1.2 : traduction and specific panel added

<!--more-->
<h3>USE</h3>
To use this component in Silex, when logged, opens the library and browse to the folder where you put the component then add it to te publication.
You can now select the component and edit it's parameters. The most important parameter is PROPERTIES_FILTER_TARGETS. With it, you choose the component to which the effects will be applied.
Simply enter the name of the targeted components then validate.

<strong>PARAMETERS LIST</strong>

PROPERTIES_DROP_SHADOW_ENABLED : enable the drop shadow on the targeted components
PROPERTIES_DROP_SHADOW_DISTANCE : set the distance of the drop shadow
PROPERTIES_DROP_SHADOW_ANGLE : set the angle of the drop shadow
PROPERTIES_DROP_SHADOW_BLUR_X : set the horizontal blur of the drop shadow
PROPERTIES_DROP_SHADOW_BLUR_Y : set the vertical blur of the drop shadow
PROPERTIES_DROP_SHADOW_ALPHA : set the transparency of the drop shadow
PROPERTIES_DROP_SHADOW_COLOR : set the color of the drop shadow
PROPERTIES_DROP_SHADOW_IS_INNER : set if the drop shadow must appear inside the targeted component
PROPERTIES_DROP_SHADOW_KNOCKOUT : Applies a knockout effect, which effectively makes the object's fill transparent and reveals the background color of the document
PROPERTIES_DROP_SHADOW_QUALITY : set the visual quality of the drop shadow
PROPERTIES_DROP_SHADOW_STRENGTH : set the strength of the drop shadow

PROPERTIES_BLUR_FILTER_ENABLED : enables the blur filter on targeted components
PROPERTIES_BLUR_FILTER_BLUR_X :  set the horizontal blur of blur filter
PROPERTIES_BLUR_FILTER_BLUR_Y : set the vertical blur of the blur filter
PROPERTIES_BLUR_FILTER_QUALITY : set the visual quality of the blur filter

PROPERTIES_GLOW_FILTER_ENABLED : enable the glow filter on the targeted components
PROPERTIES_GLOW_FILTER_ALPHA : set the transparency of the glow filter
PROPERTIES_GLOW_FILTER_BLUR_X : set the horizontal blur of the glow
PROPERTIES_GLOW_FILTER_BLUR_Y : set the vertical blur of the glow
PROPERTIES_GLOW_FILTER_COLOR : set the color of the glow
PROPERTIES_GLOW_FILTER_IS_INNER : set if the glow must appear inside the component
PROPERTIES_GLOW_FILTER_KNOCKOUT : Applies a knockout effect, which effectively makes the object's fill transparent and reveals the background color of the document
PROPERTIES_GLOW_FILTER_QUALITY : set the visual quality of the glow
PROPERTIES_GLOW_FILTER_STRENGTH : set the strength of the glow

PROPERTIES_BEVEL_ENABLED : enable the bevel on targeted components
PROPERTIES_BEVEL_DISTANCE : set the bevel distance
PROPERTIES_BEVEL_ANGLE : set the bevel angle
PROPERTIES_BEVEL_BLUR_X : set the bevel horizontal blur
PROPERTIES_BEVEL_BLUR_Y : sert the bevel vertical blur
PROPERTIES_BEVEL_SHADOW_ALPHA : set the transparency of the bevel shadow
PROPERTIES_BEVEL_SHADOW_COLOR : set the color of the bevel shadow
PROPERTIES_BEVEL_HIGHLIGHT_ALPHA : set the alpha of the bevel highlight
PROPERTIES_BEVEL_HIGHLIGHT_COLOR : set the color of the bevel highlight
PROPERTIES_BEVEL_KNOCKOUT : Applies a knockout effect, which effectively makes the object's fill transparent and reveals the background color of the document
PROPERTIES_BEVEL_QUALITY : set the visual quality of the bevel
PROPERTIES_BEVEL_STRENGTH : set the strength of the bevel
PROPERTIES_BEVEL_TYPE : set the type of the bevel (inner, outer or full)]]></post_content>
            <post_title><![CDATA[Filters component]]></post_title>
            <post_excerpt><![CDATA[
Sources
filters component - sources
DESCRIPTION
The OOFilter component allow you to apply dynamically Flash's filter to any component of a Silex publication.

V1.2 : traduction and specific panel added


USE
To use this component in Silex, when logged, opens the library and browse to the folder where you put the component then add it to te publication.
You can now select the component and edit it's parameters. The most important parameter is PROPERTIES_FILTER_TARGETS. With it, you choose the component to which the effects will be applied.
Simply enter the name of the targeted components then validate.

PARAMETERS LIST

PROPERTIES_DROP_SHADOW_ENABLED : enable the drop shadow on the targeted components
PROPERTIES_DROP_SHADOW_DISTANCE : set the distance of the drop shadow
PROPERTIES_DROP_SHADOW_ANGLE : set the angle of the drop shadow
PROPERTIES_DROP_SHADOW_BLUR_X : set the horizontal blur of the drop shadow
PROPERTIES_DROP_SHADOW_BLUR_Y : set the vertical blur of the drop shadow
PROPERTIES_DROP_SHADOW_ALPHA : set the transparency of the drop shadow
PROPERTIES_DROP_SHADOW_COLOR : set the color of the drop shadow
PROPERTIES_DROP_SHADOW_IS_INNER : set if the drop shadow must appear inside the targeted component
PROPERTIES_DROP_SHADOW_KNOCKOUT : Applies a knockout effect, which effectively makes the object's fill transparent and reveals the background color of the document
PROPERTIES_DROP_SHADOW_QUALITY : set the visual quality of the drop shadow
PROPERTIES_DROP_SHADOW_STRENGTH : set the strength of the drop shadow

PROPERTIES_BLUR_FILTER_ENABLED : enables the blur filter on targeted components
PROPERTIES_BLUR_FILTER_BLUR_X :  set the horizontal blur of blur filter
PROPERTIES_BLUR_FILTER_BLUR_Y : set the vertical blur of the blur filter
PROPERTIES_BLUR_FILTER_QUALITY : set the visual quality of the blur filter

PROPERTIES_GLOW_FILTER_ENABLED : enable the glow filter on the targeted components
PROPERTIES_GLOW_FILTER_ALPHA : set the transparency of the glow filter
PROPERTIES_GLOW_FILTER_BLUR_X : set the horizontal blur of the glow
PROPERTIES_GLOW_FILTER_BLUR_Y : set the vertical blur of the glow
PROPERTIES_GLOW_FILTER_COLOR : set the color of the glow
PROPERTIES_GLOW_FILTER_IS_INNER : set if the glow must appear inside the component
PROPERTIES_GLOW_FILTER_KNOCKOUT : Applies a knockout effect, which effectively makes the object's fill transparent and reveals the background color of the document
PROPERTIES_GLOW_FILTER_QUALITY : set the visual quality of the glow
PROPERTIES_GLOW_FILTER_STRENGTH : set the strength of the glow

PROPERTIES_BEVEL_ENABLED : enable the bevel on targeted components
PROPERTIES_BEVEL_DISTANCE : set the bevel distance
PROPERTIES_BEVEL_ANGLE : set the bevel angle
PROPERTIES_BEVEL_BLUR_X : set the bevel horizontal blur
PROPERTIES_BEVEL_BLUR_Y : sert the bevel vertical blur
PROPERTIES_BEVEL_SHADOW_ALPHA : set the transparency of the bevel shadow
PROPERTIES_BEVEL_SHADOW_COLOR : set the color of the bevel shadow
PROPERTIES_BEVEL_HIGHLIGHT_ALPHA : set the alpha of the bevel highlight
PROPERTIES_BEVEL_HIGHLIGHT_COLOR : set the color of the bevel highlight
PROPERTIES_BEVEL_KNOCKOUT : Applies a knockout effect, which effectively makes the object's fill transparent and reveals the background color of the document
PROPERTIES_BEVEL_QUALITY : set the visual quality of the bevel
PROPERTIES_BEVEL_STRENGTH : set the strength of the bevel
PROPERTIES_BEVEL_TYPE : set the type of the bevel (inner, outer or full)]]></post_excerpt>
            <post_status><![CDATA[publish]]></post_status>
            <comment_status><![CDATA[open]]></comment_status>
            <ping_status><![CDATA[open]]></ping_status>
            <post_name><![CDATA[filters]]></post_name>
            <to_ping><![CDATA[]]></to_ping>
            <pinged><![CDATA[]]></pinged>
            <post_modified><![CDATA[2011-08-16 10:04:12]]></post_modified>
            <post_modified_gmt><![CDATA[2011-08-16 10:04:12]]></post_modified_gmt>
            <post_content_filtered><![CDATA[]]></post_content_filtered>
            <post_parent><![CDATA[0]]></post_parent>
            <guid><![CDATA[http://www.silexlabs.org/?p=1797]]></guid>
            <menu_order><![CDATA[0]]></menu_order>
            <post_type><![CDATA[post]]></post_type>
            <post_mime_type><![CDATA[]]></post_mime_type>
            <comment_count><![CDATA[0]]></comment_count>
            <filter><![CDATA[raw]]></filter>
            <customTags>
                <_epLastError>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastError>
                <_epLastMessage>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastMessage>
                <_itemCurrentVersion>
                    <element><![CDATA[v1.2]]></element>
                    <element><![CDATA[v1.2]]></element>
                    <element><![CDATA[v1.2]]></element>
                    <element><![CDATA[v1.2]]></element>
                    <element><![CDATA[v1.2]]></element>
                    <element><![CDATA[v1.2]]></element>
                </_itemCurrentVersion>
                <_epDependencies>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                </_epDependencies>
                <_itemCurrentFileName>
                    <element><![CDATA[pluginfilters.zip]]></element>
                    <element><![CDATA[pluginfilters.zip]]></element>
                    <element><![CDATA[pluginfilters.zip]]></element>
                    <element><![CDATA[pluginfilters.zip]]></element>
                    <element><![CDATA[pluginfilters.zip]]></element>
                    <element><![CDATA[pluginfilters.zip]]></element>
                </_itemCurrentFileName>
                <_selectedProject>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                </_selectedProject>
                <_selectedVersionsArray>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                    <element><![CDATA[v1.6.0,v1.6.1]]></element>
                </_selectedVersionsArray>
                <_wp_old_slug>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_wp_old_slug>
                <color>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                </color>
                <_edit_lock>
                    <element><![CDATA[1325172603:15]]></element>
                </_edit_lock>
            </customTags>
            <post_thumbnail><![CDATA[]]></post_thumbnail>
            <post_images>
                <element><![CDATA[http://www.silexlabs.org/wp-content/uploads/2011/01/plugin5.png]]></element>
            </post_images>
	</item>
	<item>
            <ID><![CDATA[64997]]></ID>
            <post_author>
                <ID><![CDATA[20]]></ID>
                <nickname><![CDATA[yannick]]></nickname>
                <user_nicename><![CDATA[yannick]]></user_nicename>
                <user_url><![CDATA[]]></user_url>
                <description><![CDATA[]]></description>
                <user_email><![CDATA[yannick.dominguez [at] gmail.com]]></user_email>
            </post_author>
            <post_date><![CDATA[2011-06-01 00:02:32]]></post_date>
            <post_date_gmt><![CDATA[2011-05-31 22:02:32]]></post_date_gmt>
            <post_content><![CDATA[This component is a simple picture gallery, just drop it in your site and input the urls of your gallery's pictures.

Authors : Camille GERARD HIRNE, Yannick DOMINGUEZ
<h2>2 galleries</h2>
This plugin adds 2 components : the gallery and the autoplay gallery. They are both the same component with different configuration. The autoplay gallery will automatically switch pictures every few seconds and won't display the next and previsou buttons.
<h2>Use</h2>
[caption id="attachment_73235" align="aligncenter" width="300" caption="the panel of the simple gallery (click to zoom)"]<a rel="attachment wp-att-73235" href="http://www.silexlabs.org/?attachment_id=73235"><img class="size-medium wp-image-73235 " title="simpleGallery_panel" src="http://www.silexlabs.org/wp-content/uploads/2011/06/simpleGallery_panel-300x139.png" alt="simple gallery panel" width="300" height="139" /></a>[/caption]

The gallery has the following parameters :

<!--more-->
<h3>Pictures URLs</h3>
This is the urls of the pictures that you want to display in your gallery. The pictures can either come from your media folder (ex: "media/logosilex.jpg") or from another website (ex: "http://www.google.fr/images/logos/ps_logo.png"). The gallery can display .jpg, .jpeg, .gif (but not animated), .png (transparent or opaque) and .swf pictures.
<h3>Autoplay</h3>
If the autoplay checkbox is checked, the picture will automatically be switched every few seconds. You can specify the interval with the "Autoplay duration" parameter.
<h3>Autoplay duration</h3>
The interval in seconds before displaying the next picture, if the autoplay is activated.
<h3>Loop</h3>
If the loop checkbox is checked, once the user reaches the last picture, if he clicks the next button, the first picture will be displayed, same for the first picture with the previous button.
<h3>Transition Type</h3>
Determine the transition animation between 2 pictures, here are the current transitions types :
<ul>
	<li> Fade</li>
	<li> Swipe</li>
	<li> Zoom</li>
</ul>
<h3>Transition duration</h3>
The duration of the transition between 2 pictures in seconds.
<h3>Show controls</h3>
If the checkbox is checked, the next and previous buttons are displayed
<h3>Show loader</h3>
If the checkbox is checked, the loader will be displayed when a picture is loading
<h3>Controls vertical align</h3>
Detrmine the vertical position of the next and previous button, can be top, middle or bottom.
<h3>Scale mode</h3>
The scale mode applied to the pictures, there are 3 scale modes :
<ul>
	<li>
<h4>noscale</h4>
The picture won't be resized and will be displayed at their full size</li>
	<li>
<h4>fill</h4>
The picture will take the dimensions of the gallery. It will probably deform the picture</li>
	<li>
<h4>exactFit</h4>
The picture will take the biggest size they can within the gallery without being deformed</li>
</ul>
<h3>Show background</h3>
If the checkbox is checked, display the background of the gallery. Hiding the background is useful if you want a transparent background or a custom background added in Silex.
<h3>Background color</h3>
The color of the gallery background
<h2>Skinning the gallery</h2>
The simple gallery is a skinnable component, you can download the source FLA here : <a rel="attachment wp-att-86570" href="http://www.silexlabs.org/?attachment_id=86570">SimpleGallery_source</a>. This FLA allows to create your own design by customising :
<ul>
	<li>The next button</li>
	<li>the previous button</li>
	<li>the loader displayed when a picture is loading</li>
	<li>the error panel displayed when a picture was not found</li>
</ul>
The folder "silex framework" in the Flash library contain all the necessary clips to make the gallery work as a Silex component and shouldn't be changed. The "gallery asset" folder contains some graphics which can be customised.
<h2>Controlling the gallery with actions</h2>
You can use any component to act as the next and previous button of your gallery by adding an action to them.

Ex : for a simple gallery called "myGallery".

Add the following action on the component yout want to use as the next button :

<code>onRelease myGallery.next</code>

Add the following action on the component yout want to use as the previous button :

<code>onRelease myGallery.previous</code>
<h2>Event sent by the gallery</h2>
For a more advanced use of the gallery with actions, here is the list of the event dispatched by it :
<ul>
	<li>onStartPictureLoading
sent when a picture loading start</li>
	<li>onPictureLoaded
sent when a picture has been successfuly loaded</li>
	<li>onPictureLoadingError
sent when there was an error during picture loading</li>
	<li>onPictureStartTransition
sent when the transition start between 2 pictures</li>
	<li>onPictureTransitionComplete
sent when the transition is complete between 2 pictures</li>
	<li>onNextPicture
sent when the process to display the next picture starts</li>
	<li>onPreviousPicture
sent when the process to display the previous picture starts</li>
	<li>onNextPictureAutoPlay
sent when the next picture is displayed thanks to the autoplay</li>
	<li>onChange
A generic changed event dispatched with some  other events</li>
</ul>]]></post_content>
            <post_title><![CDATA[Simple Gallery]]></post_title>
            <post_excerpt><![CDATA[This component is a simple picture gallery, just drop it in your site and input the urls of your gallery's pictures.

Authors : Camille GERARD HIRNE, Yannick DOMINGUEZ
2 galleries
This plugin adds 2 components : the gallery and the autoplay gallery. They are both the same component with different configuration. The autoplay gallery will automatically switch pictures every few seconds and won't display the next and previsou buttons.
Use
[caption id="attachment_73235" align="aligncenter" width="300" caption="the panel of the simple gallery (click to zoom)"][/caption]

The gallery has the following parameters :


Pictures URLs
This is the urls of the pictures that you want to display in your gallery. The pictures can either come from your media folder (ex: "media/logosilex.jpg") or from another website (ex: "http://www.google.fr/images/logos/ps_logo.png"). The gallery can display .jpg, .jpeg, .gif (but not animated), .png (transparent or opaque) and .swf pictures.
Autoplay
If the autoplay checkbox is checked, the picture will automatically be switched every few seconds. You can specify the interval with the "Autoplay duration" parameter.
Autoplay duration
The interval in seconds before displaying the next picture, if the autoplay is activated.
Loop
If the loop checkbox is checked, once the user reaches the last picture, if he clicks the next button, the first picture will be displayed, same for the first picture with the previous button.
Transition Type
Determine the transition animation between 2 pictures, here are the current transitions types :

	 Fade
	 Swipe
	 Zoom

Transition duration
The duration of the transition between 2 pictures in seconds.
Show controls
If the checkbox is checked, the next and previous buttons are displayed
Show loader
If the checkbox is checked, the loader will be displayed when a picture is loading
Controls vertical align
Detrmine the vertical position of the next and previous button, can be top, middle or bottom.
Scale mode
The scale mode applied to the pictures, there are 3 scale modes :

	
noscale
The picture won't be resized and will be displayed at their full size
	
fill
The picture will take the dimensions of the gallery. It will probably deform the picture
	
exactFit
The picture will take the biggest size they can within the gallery without being deformed

Show background
If the checkbox is checked, display the background of the gallery. Hiding the background is useful if you want a transparent background or a custom background added in Silex.
Background color
The color of the gallery background
Skinning the gallery
The simple gallery is a skinnable component, you can download the source FLA here : SimpleGallery_source. This FLA allows to create your own design by customising :

	The next button
	the previous button
	the loader displayed when a picture is loading
	the error panel displayed when a picture was not found

The folder "silex framework" in the Flash library contain all the necessary clips to make the gallery work as a Silex component and shouldn't be changed. The "gallery asset" folder contains some graphics which can be customised.
Controlling the gallery with actions
You can use any component to act as the next and previous button of your gallery by adding an action to them.

Ex : for a simple gallery called "myGallery".

Add the following action on the component yout want to use as the next button :

onRelease myGallery.next

Add the following action on the component yout want to use as the previous button :

onRelease myGallery.previous
Event sent by the gallery
For a more advanced use of the gallery with actions, here is the list of the event dispatched by it :

	onStartPictureLoading
sent when a picture loading start
	onPictureLoaded
sent when a picture has been successfuly loaded
	onPictureLoadingError
sent when there was an error during picture loading
	onPictureStartTransition
sent when the transition start between 2 pictures
	onPictureTransitionComplete
sent when the transition is complete between 2 pictures
	onNextPicture
sent when the process to display the next picture starts
	onPreviousPicture
sent when the process to display the previous picture starts
	onNextPictureAutoPlay
sent when the next picture is displayed thanks to the autoplay
	onChange
A generic changed event dispatched with some  other events
]]></post_excerpt>
            <post_status><![CDATA[publish]]></post_status>
            <comment_status><![CDATA[open]]></comment_status>
            <ping_status><![CDATA[open]]></ping_status>
            <post_name><![CDATA[simple-gallery]]></post_name>
            <to_ping><![CDATA[]]></to_ping>
            <pinged><![CDATA[]]></pinged>
            <post_modified><![CDATA[2011-08-16 12:52:25]]></post_modified>
            <post_modified_gmt><![CDATA[2011-08-16 12:52:25]]></post_modified_gmt>
            <post_content_filtered><![CDATA[]]></post_content_filtered>
            <post_parent><![CDATA[0]]></post_parent>
            <guid><![CDATA[http://www.silexlabs.org/?p=64997]]></guid>
            <menu_order><![CDATA[0]]></menu_order>
            <post_type><![CDATA[post]]></post_type>
            <post_mime_type><![CDATA[]]></post_mime_type>
            <comment_count><![CDATA[2]]></comment_count>
            <filter><![CDATA[raw]]></filter>
            <customTags>
                <_selectedVersionsArray>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                    <element><![CDATA[v1.6.1]]></element>
                </_selectedVersionsArray>
                <_itemCurrentVersion>
                    <element><![CDATA[beta1]]></element>
                    <element><![CDATA[beta1]]></element>
                    <element><![CDATA[beta1]]></element>
                    <element><![CDATA[beta1]]></element>
                    <element><![CDATA[beta1]]></element>
                    <element><![CDATA[beta1]]></element>
                </_itemCurrentVersion>
                <_wp_old_slug>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_wp_old_slug>
                <_epLastMessage>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastMessage>
                <_epLastError>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                    <element><![CDATA[]]></element>
                </_epLastError>
                <_epDependencies>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                    <element><![CDATA[a:0:{}]]></element>
                </_epDependencies>
                <_itemCurrentFileName>
                    <element><![CDATA[simpleGallery.zip]]></element>
                    <element><![CDATA[simpleGallery.zip]]></element>
                    <element><![CDATA[simpleGallery.zip]]></element>
                    <element><![CDATA[simpleGallery.zip]]></element>
                    <element><![CDATA[simpleGallery.zip]]></element>
                    <element><![CDATA[simpleGallery.zip]]></element>
                </_itemCurrentFileName>
                <color>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                    <element><![CDATA[blue]]></element>
                </color>
                <_selectedProject>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                    <element><![CDATA[Silex]]></element>
                </_selectedProject>
            </customTags>
            <post_thumbnail><![CDATA[]]></post_thumbnail>
            <post_images>
                <element><![CDATA[http://www.silexlabs.org/wp-content/uploads/2011/06/simpleGallery_panel-300x139.png]]></element>
            </post_images>
	</item>
</channel>
</rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (Requested URI contains query)
Object Caching 624/707 objects using disk: basic

Served from: www.silexlabs.org @ 2013-05-26 08:00:30 -->