<?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>Flash User &#187; Flash Gallery</title>
	<atom:link href="http://www.flashuser.net/tag/flash-gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net</link>
	<description>FlashUser.net helps creative Flash developers and designers from all over the world to save time and money for their projects. By following our posts you will easily create more effective Flash designs or add value to your Flash software and applications</description>
	<lastBuildDate>Fri, 20 Aug 2010 11:27:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>X-Treme Accordion XML</title>
		<link>http://www.flashuser.net/flash-actionscript-as2/flash-x-treme-accordion-xml.html</link>
		<comments>http://www.flashuser.net/flash-actionscript-as2/flash-x-treme-accordion-xml.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:01:55 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[flash accordion]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2895</guid>
		<description><![CDATA[<p>We are happy to announce you that Flashtuning supports the community by offering you free versions of its flash components. The freebies may have some limitations and don&#8217;t include the application source file, but you can easily configure them through the XML file.</p>
<p><span id="more-2895"></span>Check the preview for the X-Treme Accordion XML (Actionscript 2):</p>
<div align="center" class="border-media"><a href="http://flashuser.net/flash-files/freebie/xtreme_accordion/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2010/02/flash_xtreme_accordion_xml.jpg" alt="flash_xtreme_accordion_xml" title="flash_xtreme_accordion_xml" width="560" height="320" class="alignnone size-full wp-image-2897" /></a></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li><strong>No Flash Knowledge</strong> required to insert the Accordion SWF inside the HTML page(s) of your site  </li>
<li> Fully customizable <strong>XML driven</strong> content </li>
<li> Customizable width, height and item size  </li>
<li>View gallery images by using the thumb menu and left / right end arrows </li>
<li>AutoPlay / Previous / Next with global or individual timer for each image </li>
<li>Advanced effects for the description text, image zoom and panning effects </li>
<li>&#8230;and more</li>
</ul>
<h2 class="sub-title">How to use it</h2>
<p><strong>1.</strong> Download the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml/downloads.html" target="_blank">FREE X-Treme Accordion XML</a></span> and put all the files in the same directory. Now to insert the SWF file inside the HTML page(s) of your website copy / paste the following code in your HTML page(s) and adjust the <object> param and other values with your own values:</p>
<pre class="brush: xml;">
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; id=&quot;yourSWFName&quot; align=&quot;middle&quot;&gt;
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;movie&quot; value=&quot;yourSWFURL&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;bgcolor&quot; value=&quot;#161718&quot; /&gt;
&lt;embed src=&quot;yourSWFURL&quot; quality=&quot;high&quot; bgcolor=&quot;#161718&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; name=&quot;yourSWFName&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; allowFullScreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;
&lt;/object&gt;
</pre>
<p>where:</p>
<p><strong>#version=8,0,0,0</strong> -> represents the minimum required Flash, can be 8, 9 etc.<br />
<strong>yourSWFWidth</strong> -> a numeric value in pixels representing the width of your movie<br />
<strong>yourSWFHeight</strong> -> a numeric value in pixels representing the height of your movie<br />
<strong>yourSWFName</strong> -> represents the SWF file name (without the .swf extension)<br />
<strong>yourSWFURL</strong> -> represents the URL location to the SWF file on your sever (eg: http://www.mysite.com/myflashfolder/myMovie.swf )</p>
<p>For using JavaScript integration follow the second part of <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/How-to-include-a-SWF-object-inside-a-HTML-page_11/detail-Quick-SWF-inside-a--HTML-page-inclusion_12.html" target="_blank">this tutorial</a></span>.</p>
<p><strong>2.</strong> To configure the accordion general settings, like autoplay, menu width and height, border, use image panning, overshadow color and much more,  open up the <strong>demo-settings.xml</strong> file. To adjust each item individually, you must open the <strong>demo-content.xml</strong> and modify image and text effects as you like.</p>
<p><strong>3.</strong> If you want to specify a different XML configuration filename you can use FlashVars. Edit the HTML source file and go to the <object> tag where your SWF resides and add the following  code to the object tag:</p>
<pre class="brush: as3;">
&lt;param name=&quot;FlashVars&quot; value=&quot;xmlFile=myXMLFile.xml&quot; /&gt;
</pre>
<p>Make sure you to add the FlashVars=&#8221;xmlFile=myXMLFile.xml&#8221; also to the < embed > tag.</p>
<p>If you want to use the accordion in a Flash project (FLA file needed) check out the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml.html" target="_blank">commercial version</a></span> available at FlashComponents.net.</p>
<h2 class="sub-title">License</h2>
<p>You are free to use the files inside the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml/downloads.html" target="_blank">FTAccordionXMLFree.zip </a></span> in any project personal / commercial as long as you don&#8217;t try to hide Flashtuning logo located in the top left corner of the accordion. If you  don&#8217;t want to have the logo, you must purchase the commercial package that is available on <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml.html" target="_blank">FlashComponents.net</a></span>. If you want to use the accordion in multiple websites you&#8217;ll have to purchase a license for each website. Read more on the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml/buy.html" target="_blank">X-Treme Accordion XML</a></span> page.</p>
]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce you that Flashtuning supports the community by offering you free versions of its flash components. The freebies may have some limitations and don&#8217;t include the application source file, but you can easily configure them through the XML file.</p>
<p><span id="more-2895"></span>Check the preview for the X-Treme Accordion XML (Actionscript 2):</p>
<div align="center" class="border-media"><a href="http://flashuser.net/flash-files/freebie/xtreme_accordion/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2010/02/flash_xtreme_accordion_xml.jpg" alt="flash_xtreme_accordion_xml" title="flash_xtreme_accordion_xml" width="560" height="320" class="alignnone size-full wp-image-2897" /></a></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li><strong>No Flash Knowledge</strong> required to insert the Accordion SWF inside the HTML page(s) of your site  </li>
<li> Fully customizable <strong>XML driven</strong> content </li>
<li> Customizable width, height and item size  </li>
<li>View gallery images by using the thumb menu and left / right end arrows </li>
<li>AutoPlay / Previous / Next with global or individual timer for each image </li>
<li>Advanced effects for the description text, image zoom and panning effects </li>
<li>&#8230;and more</li>
</ul>
<h2 class="sub-title">How to use it</h2>
<p><strong>1.</strong> Download the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml/downloads.html" target="_blank">FREE X-Treme Accordion XML</a></span> and put all the files in the same directory. Now to insert the SWF file inside the HTML page(s) of your website copy / paste the following code in your HTML page(s) and adjust the <object> param and other values with your own values:</p>
<pre class="brush: xml;">
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; id=&quot;yourSWFName&quot; align=&quot;middle&quot;&gt;
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;movie&quot; value=&quot;yourSWFURL&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;bgcolor&quot; value=&quot;#161718&quot; /&gt;
&lt;embed src=&quot;yourSWFURL&quot; quality=&quot;high&quot; bgcolor=&quot;#161718&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; name=&quot;yourSWFName&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; allowFullScreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;
&lt;/object&gt;
</pre>
<p>where:</p>
<p><strong>#version=8,0,0,0</strong> -> represents the minimum required Flash, can be 8, 9 etc.<br />
<strong>yourSWFWidth</strong> -> a numeric value in pixels representing the width of your movie<br />
<strong>yourSWFHeight</strong> -> a numeric value in pixels representing the height of your movie<br />
<strong>yourSWFName</strong> -> represents the SWF file name (without the .swf extension)<br />
<strong>yourSWFURL</strong> -> represents the URL location to the SWF file on your sever (eg: http://www.mysite.com/myflashfolder/myMovie.swf )</p>
<p>For using JavaScript integration follow the second part of <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/How-to-include-a-SWF-object-inside-a-HTML-page_11/detail-Quick-SWF-inside-a--HTML-page-inclusion_12.html" target="_blank">this tutorial</a></span>.</p>
<p><strong>2.</strong> To configure the accordion general settings, like autoplay, menu width and height, border, use image panning, overshadow color and much more,  open up the <strong>demo-settings.xml</strong> file. To adjust each item individually, you must open the <strong>demo-content.xml</strong> and modify image and text effects as you like.</p>
<p><strong>3.</strong> If you want to specify a different XML configuration filename you can use FlashVars. Edit the HTML source file and go to the <object> tag where your SWF resides and add the following  code to the object tag:</p>
<pre class="brush: as3;">
&lt;param name=&quot;FlashVars&quot; value=&quot;xmlFile=myXMLFile.xml&quot; /&gt;
</pre>
<p>Make sure you to add the FlashVars=&#8221;xmlFile=myXMLFile.xml&#8221; also to the < embed > tag.</p>
<p>If you want to use the accordion in a Flash project (FLA file needed) check out the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml.html" target="_blank">commercial version</a></span> available at FlashComponents.net.</p>
<h2 class="sub-title">License</h2>
<p>You are free to use the files inside the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml/downloads.html" target="_blank">FTAccordionXMLFree.zip </a></span> in any project personal / commercial as long as you don&#8217;t try to hide Flashtuning logo located in the top left corner of the accordion. If you  don&#8217;t want to have the logo, you must purchase the commercial package that is available on <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml.html" target="_blank">FlashComponents.net</a></span>. If you want to use the accordion in multiple websites you&#8217;ll have to purchase a license for each website. Read more on the <span  id="writer-content"><a href="http://www.flashcomponents.net/component/x_treme_flash_accordion_xml/buy.html" target="_blank">X-Treme Accordion XML</a></span> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-actionscript-as2/flash-x-treme-accordion-xml.html/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Advanced Image Gallery XML AS2</title>
		<link>http://www.flashuser.net/flash-actionscript-as2/advanced-image-gallery-xml-as2.html</link>
		<comments>http://www.flashuser.net/flash-actionscript-as2/advanced-image-gallery-xml-as2.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:00:38 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[XML gallery]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2344</guid>
		<description><![CDATA[<p>We are happy to announce you that Flashtuning supports the community by offering you free versions of its flash components. The freebies may have some limitations and don&#8217;t include the application source file, but you can easily configure them through the XML file.</p>
<p><span id="more-2344"></span>Check the preview for the Advanced Image Gallery (Actionscript 2):</p>
<div align="center" class="border-media"><a href="http://flashuser.net/flash-files/freebie/advanced_image_gallery/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/advanced_image_gallery.jpg" alt="advanced_image_gallery" title="advanced_image_gallery" width="560" height="296" class="alignnone size-full wp-image-2348" /></a></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li>Multiple image galleries definition via XML </li>
<li>Easy to use XML file for images / titles / descriptions and links</li>
<li>AutoPlay / Previous / Next with global timer or individual for each image</li>
<li>Big images / banners width / height adjustable from XML</li>
<li>Optionally set the XML file path in HTML using FlashVars</li>
<li>..and more</li>
</ul>
<h2 class="sub-title">How to use it</h2>
<p><strong>1.</strong> Download the <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/Download-FREE-Flash-Components_12/detail-Download-FREE-Flash-Components-Center_13.html" target="_blank">FREE Advanced Image Gallery</a></span> and put all the files in the same directory. Now to insert the SWF file inside the HTML page(s) of your website copy / paste the following code in your HTML page(s) and adjust the <object> param and other values with your own values:</p>
<pre class="brush: xml;">
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; id=&quot;yourSWFName&quot; align=&quot;middle&quot;&gt;
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;movie&quot; value=&quot;yourSWFURL&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;bgcolor&quot; value=&quot;#161718&quot; /&gt;
&lt;embed src=&quot;yourSWFURL&quot; quality=&quot;high&quot; bgcolor=&quot;#161718&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; name=&quot;yourSWFName&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; allowFullScreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;
&lt;/object&gt;
</pre>
<p>where:</p>
<p><strong>#version=8,0,0,0</strong> -> represents the minimum required Flash, can be 8, 9 etc.<br />
<strong>yourSWFWidth</strong> -> a numeric value in pixels representing the width of your movie<br />
<strong>yourSWFHeight</strong> -> a numeric value in pixels representing the height of your movie<br />
<strong>yourSWFName</strong> -> represents the SWF file name (without the .swf extension)<br />
<strong>yourSWFURL</strong> -> represents the URL location to the SWF file on your sever (eg: http://www.mysite.com/myflashfolder/myMovie.swf )</p>
<p>For using JavaScript integration follow the second part of <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/How-to-include-a-SWF-object-inside-a-HTML-page_11/detail-Quick-SWF-inside-a--HTML-page-inclusion_12.html" target="_blank">this tutorial</a></span>.</p>
<p><strong>2.</strong> To configure your gallery open up the <strong>config.xml</strong> file and adjust the parameters according to your needs. You can set the autoplay to run or not, the width and height of the gallery, the thumbnails dimensions, the description box to show or hide and much more. To add another category add this line, check the bottom of the file.</p>
<pre class="brush: xml;">
&lt;category title=&quot;New Building Design&quot; info=&quot;categ/categ1.xml&quot; /&gt;
</pre>
<p>For changing the path to an image, url, title, description for a specific category go to<strong> categ/categ1.xml</strong>. Here&#8217;s how an entry should look like:</p>
<pre class="brush: xml;">
&lt;object smallimage=&quot;smallimages/a1.jpg&quot; bigimage=&quot;bigimages/a1.jpg&quot; bigimageW=&quot;550&quot; bigimageH=&quot;330&quot; autoPlayDelay=&quot;0.5&quot; title=&quot;Image 1&quot; url=&quot;http://www.flashtuning.net&quot; window=&quot;_blank&quot;&gt;&lt;![CDATA[This is HTML/CSS formatted text with &lt;a href=&quot;http://www.flashtuning.net/&quot; target=&quot;_blank&quot;&gt;hyperlynks&lt;/a&gt; support. Members of the Liliaceae family, two allium varieties are commonly used by today's florists. Allium giganteum, or giant onion, measures 3 to 4 feet tall and features 4- to 5-inch, white, blue, lavender or purple snowball-shaped inflorescences atop bare stems]]&gt;&lt;/object&gt;
</pre>
<p><strong>3.</strong> If you want to specify a different XML configuration filename you can use FlashVars. Edit the HTML source file and go to the <object> tag where your SWF resides and add the following  code to the object tag:</p>
<pre class="brush: as3;">
&lt;param name=&quot;FlashVars&quot; value=&quot;xmlFile=myXMLFile.xml&quot; /&gt;
</pre>
<p>Make sure you to add the FlashVars=&#8221;xmlFile=myXMLFile.xml&#8221; also to the < embed > tag.</p>
<p>If you want to use the gallery in a Flash project (FLA file needed) check out the <span  id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Image-Gallery-XML_61.html" target="_blank">commercial version</a></span> available at FlashTuning.net.</p>
<h2 class="sub-title">License</h2>
<p>You are free to use the files inside the <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/Download-FREE-Flash-Components_12/detail-Download-FREE-Flash-Components-Center_13.html" target="_blank">AdvancedImageGalleryXMLAS2_Free.zip</a></span> in any project personal / commercial as long as you don&#8217;t try to hide Flashtuning logo located in the top left corner of the gallery. If you  don&#8217;t want to have the logo, you must purchase the commercial package that is available on <span  id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Image-Gallery-XML_61.html" target="_blank">Flashtuning.net</a></span>. If you want to use the gallery in multiple websites you&#8217;ll have to purchase a license for each website. Read more on the <span  id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Image-Gallery-XML_61.html" target="_blank">Advanced Image Gallery XML</a></span> page.</p>
]]></description>
			<content:encoded><![CDATA[<p>We are happy to announce you that Flashtuning supports the community by offering you free versions of its flash components. The freebies may have some limitations and don&#8217;t include the application source file, but you can easily configure them through the XML file.</p>
<p><span id="more-2344"></span>Check the preview for the Advanced Image Gallery (Actionscript 2):</p>
<div align="center" class="border-media"><a href="http://flashuser.net/flash-files/freebie/advanced_image_gallery/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/advanced_image_gallery.jpg" alt="advanced_image_gallery" title="advanced_image_gallery" width="560" height="296" class="alignnone size-full wp-image-2348" /></a></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li>Multiple image galleries definition via XML </li>
<li>Easy to use XML file for images / titles / descriptions and links</li>
<li>AutoPlay / Previous / Next with global timer or individual for each image</li>
<li>Big images / banners width / height adjustable from XML</li>
<li>Optionally set the XML file path in HTML using FlashVars</li>
<li>..and more</li>
</ul>
<h2 class="sub-title">How to use it</h2>
<p><strong>1.</strong> Download the <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/Download-FREE-Flash-Components_12/detail-Download-FREE-Flash-Components-Center_13.html" target="_blank">FREE Advanced Image Gallery</a></span> and put all the files in the same directory. Now to insert the SWF file inside the HTML page(s) of your website copy / paste the following code in your HTML page(s) and adjust the <object> param and other values with your own values:</p>
<pre class="brush: xml;">
&lt;object classid=&quot;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&quot; codebase=&quot;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; id=&quot;yourSWFName&quot; align=&quot;middle&quot;&gt;
&lt;param name=&quot;allowScriptAccess&quot; value=&quot;sameDomain&quot; /&gt;
&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot; /&gt;
&lt;param name=&quot;movie&quot; value=&quot;yourSWFURL&quot; /&gt;
&lt;param name=&quot;quality&quot; value=&quot;high&quot; /&gt;
&lt;param name=&quot;bgcolor&quot; value=&quot;#161718&quot; /&gt;
&lt;embed src=&quot;yourSWFURL&quot; quality=&quot;high&quot; bgcolor=&quot;#161718&quot; width=&quot;yourSWFWidth&quot; height=&quot;yourSWFHeight&quot; name=&quot;yourSWFName&quot; align=&quot;middle&quot; allowScriptAccess=&quot;sameDomain&quot; allowFullScreen=&quot;true&quot; type=&quot;application/x-shockwave-flash&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot; /&gt;
&lt;/object&gt;
</pre>
<p>where:</p>
<p><strong>#version=8,0,0,0</strong> -> represents the minimum required Flash, can be 8, 9 etc.<br />
<strong>yourSWFWidth</strong> -> a numeric value in pixels representing the width of your movie<br />
<strong>yourSWFHeight</strong> -> a numeric value in pixels representing the height of your movie<br />
<strong>yourSWFName</strong> -> represents the SWF file name (without the .swf extension)<br />
<strong>yourSWFURL</strong> -> represents the URL location to the SWF file on your sever (eg: http://www.mysite.com/myflashfolder/myMovie.swf )</p>
<p>For using JavaScript integration follow the second part of <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/How-to-include-a-SWF-object-inside-a-HTML-page_11/detail-Quick-SWF-inside-a--HTML-page-inclusion_12.html" target="_blank">this tutorial</a></span>.</p>
<p><strong>2.</strong> To configure your gallery open up the <strong>config.xml</strong> file and adjust the parameters according to your needs. You can set the autoplay to run or not, the width and height of the gallery, the thumbnails dimensions, the description box to show or hide and much more. To add another category add this line, check the bottom of the file.</p>
<pre class="brush: xml;">
&lt;category title=&quot;New Building Design&quot; info=&quot;categ/categ1.xml&quot; /&gt;
</pre>
<p>For changing the path to an image, url, title, description for a specific category go to<strong> categ/categ1.xml</strong>. Here&#8217;s how an entry should look like:</p>
<pre class="brush: xml;">
&lt;object smallimage=&quot;smallimages/a1.jpg&quot; bigimage=&quot;bigimages/a1.jpg&quot; bigimageW=&quot;550&quot; bigimageH=&quot;330&quot; autoPlayDelay=&quot;0.5&quot; title=&quot;Image 1&quot; url=&quot;http://www.flashtuning.net&quot; window=&quot;_blank&quot;&gt;&lt;![CDATA[This is HTML/CSS formatted text with &lt;a href=&quot;http://www.flashtuning.net/&quot; target=&quot;_blank&quot;&gt;hyperlynks&lt;/a&gt; support. Members of the Liliaceae family, two allium varieties are commonly used by today's florists. Allium giganteum, or giant onion, measures 3 to 4 feet tall and features 4- to 5-inch, white, blue, lavender or purple snowball-shaped inflorescences atop bare stems]]&gt;&lt;/object&gt;
</pre>
<p><strong>3.</strong> If you want to specify a different XML configuration filename you can use FlashVars. Edit the HTML source file and go to the <object> tag where your SWF resides and add the following  code to the object tag:</p>
<pre class="brush: as3;">
&lt;param name=&quot;FlashVars&quot; value=&quot;xmlFile=myXMLFile.xml&quot; /&gt;
</pre>
<p>Make sure you to add the FlashVars=&#8221;xmlFile=myXMLFile.xml&#8221; also to the < embed > tag.</p>
<p>If you want to use the gallery in a Flash project (FLA file needed) check out the <span  id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Image-Gallery-XML_61.html" target="_blank">commercial version</a></span> available at FlashTuning.net.</p>
<h2 class="sub-title">License</h2>
<p>You are free to use the files inside the <span  id="writer-content"><a href="http://www.flashtuning.net/tutorials/Download-FREE-Flash-Components_12/detail-Download-FREE-Flash-Components-Center_13.html" target="_blank">AdvancedImageGalleryXMLAS2_Free.zip</a></span> in any project personal / commercial as long as you don&#8217;t try to hide Flashtuning logo located in the top left corner of the gallery. If you  don&#8217;t want to have the logo, you must purchase the commercial package that is available on <span  id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Image-Gallery-XML_61.html" target="_blank">Flashtuning.net</a></span>. If you want to use the gallery in multiple websites you&#8217;ll have to purchase a license for each website. Read more on the <span  id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Image-Gallery-XML_61.html" target="_blank">Advanced Image Gallery XML</a></span> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-actionscript-as2/advanced-image-gallery-xml-as2.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 61</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-61.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-61.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 20:03:10 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[magnetic]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1924</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-1924"></span></p>
<p><span  id="writer-content"><a href="http://www.getmagnetic.com" target="_blank">Get Magnetic</a></span></p>
<div align="center" class="border-media"><a href="http://www.getmagnetic.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/get_magnetic.jpg" alt="get_magnetic" title="get_magnetic" width="560" height="220" class="alignnone size-full wp-image-1926" /></a></div>
<p><span  id="writer-content"><a href="http://www.mielecaplans.ca/" target="_blank">Miele Gallery Caplan&#8217;s</a></span></p>
<div align="center" class="border-media"><a href="http://www.mielecaplans.ca/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/miele_gallery_caplans.jpg" alt="miele_gallery_caplans" title="miele_gallery_caplans" width="560" height="280" class="alignnone size-full wp-image-1927" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_xml_slideshow_banner_rotator.html" target="_blank">Advanced Image Gallery XML</a></span><br />
 Fully XML driven content. Display unlimited galleries and images. Gallery thumbnail menu navigation, left / right end arrows and autoplay.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_xml_slideshow_banner_rotator.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/advanced_xml_gallery.jpg" alt="advanced_xml_gallery" title="advanced_xml_gallery" width="560" height="262" class="alignnone size-full wp-image-1929" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-1924"></span></p>
<p><span  id="writer-content"><a href="http://www.getmagnetic.com" target="_blank">Get Magnetic</a></span></p>
<div align="center" class="border-media"><a href="http://www.getmagnetic.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/get_magnetic.jpg" alt="get_magnetic" title="get_magnetic" width="560" height="220" class="alignnone size-full wp-image-1926" /></a></div>
<p><span  id="writer-content"><a href="http://www.mielecaplans.ca/" target="_blank">Miele Gallery Caplan&#8217;s</a></span></p>
<div align="center" class="border-media"><a href="http://www.mielecaplans.ca/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/miele_gallery_caplans.jpg" alt="miele_gallery_caplans" title="miele_gallery_caplans" width="560" height="280" class="alignnone size-full wp-image-1927" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_xml_slideshow_banner_rotator.html" target="_blank">Advanced Image Gallery XML</a></span><br />
 Fully XML driven content. Display unlimited galleries and images. Gallery thumbnail menu navigation, left / right end arrows and autoplay.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_xml_slideshow_banner_rotator.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/advanced_xml_gallery.jpg" alt="advanced_xml_gallery" title="advanced_xml_gallery" width="560" height="262" class="alignnone size-full wp-image-1929" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-61.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 37</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-37.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-37.html#comments</comments>
		<pubDate>Sat, 08 Aug 2009 17:37:43 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[Flash Gallery]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1095</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter http://www.twitter.com/flashuser</p>
<p><span id="more-1095"></span></p>
<p><span  id="writer-content"><a href="http://www.sointeractive.pl/" target="_blank">SoInteractive &#8211; Web Design</a></span></p>
<div class="border-media"><a href="http://www.sointeractive.pl/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/soint.jpg" alt="soint" width="560" height="305" class="alignnone size-full wp-image-1108" /></a></div>
<p><span  id="writer-content"><a href="http://www.aglassandahalffullproductions.com/" target="_blank">Cadbury Dairy Milk &#8211; Glass and a Half Full Productions</a></span></p>
<div class="border-media"><a href="http://www.aglassandahalffullproductions.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/cadbury.jpg" alt="cadbury" width="560" height="349" class="alignnone size-full wp-image-1109" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/xml_photo_gallery_horizontal_slide.html" target="_blank">XML Photo Gallery &#8211; Horizontal Slide</a></span><br />
Very clean photo XML gallery- horizontal sliding interesting sliding effects and description for photos.</p>
<div class="border-media"><a href="http://www.flashcomponents.net/component/xml_photo_gallery_horizontal_slide.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photo_gallery.jpg" alt="xml_photo_gallery" title="xml_photo_gallery" width="560" height="213" class="alignnone size-full wp-image-1118" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter http://www.twitter.com/flashuser</p>
<p><span id="more-1095"></span></p>
<p><span  id="writer-content"><a href="http://www.sointeractive.pl/" target="_blank">SoInteractive &#8211; Web Design</a></span></p>
<div class="border-media"><a href="http://www.sointeractive.pl/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/soint.jpg" alt="soint" width="560" height="305" class="alignnone size-full wp-image-1108" /></a></div>
<p><span  id="writer-content"><a href="http://www.aglassandahalffullproductions.com/" target="_blank">Cadbury Dairy Milk &#8211; Glass and a Half Full Productions</a></span></p>
<div class="border-media"><a href="http://www.aglassandahalffullproductions.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/cadbury.jpg" alt="cadbury" width="560" height="349" class="alignnone size-full wp-image-1109" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/xml_photo_gallery_horizontal_slide.html" target="_blank">XML Photo Gallery &#8211; Horizontal Slide</a></span><br />
Very clean photo XML gallery- horizontal sliding interesting sliding effects and description for photos.</p>
<div class="border-media"><a href="http://www.flashcomponents.net/component/xml_photo_gallery_horizontal_slide.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photo_gallery.jpg" alt="xml_photo_gallery" title="xml_photo_gallery" width="560" height="213" class="alignnone size-full wp-image-1118" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-37.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Most Worth It Flash Galleries</title>
		<link>http://www.flashuser.net/flash-components/15-most-worth-it-flash-galleries.html</link>
		<comments>http://www.flashuser.net/flash-components/15-most-worth-it-flash-galleries.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:35:20 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=127</guid>
		<description><![CDATA[<p>One of the main request of the clients is to have an amazing Flash Gallery on their website used to present their work, projects done, photos. There are plenty of them on the internet banner rotators, thumbs with scroll, category tabs, with smooth and nice transition effects.</p>
<p><span id="more-127"></span></p>
<p>So I decide to put together 15 most worth it flash galleries founded on <span id="writer-content"><a href="http://www.flashcomponents.net" color="FF0000">FlashComponents.net</a></span>  so you can save time and concentrate your thoughts to creativity. You decide what gallery suits your needs. To live view click on the image of the gallery you like.</p>
<p><strong>1. XML Image Gallery</strong></p>
<p>Fading XML Image Scroller Gallery &#038; Menu &#038; Banner Rotator &#038; Slideshow with scrollbar component, autoPlay, previous, next buttons and scrollable text description box.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_image_gallery_scroller_menu_banner_slideshow.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal1.jpg" alt="XML Image Gallery" title="XML Image Gallery" width="490" height="370" class="alignnone size-full wp-image-134" /></a></div>
<p><strong>2. Sliding Image Gallery XML V2</strong></p>
<p>Dynamic sliding image gallery for product showcase. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/sliding_image_gallery_xml_v2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal2.jpg" alt="Sliding Image Gallery" title="Sliding Image Gallery" width="560" height="300" class="alignnone size-full wp-image-135" /></a></div>
<p><strong>3.  Thumb Banner Rotator Black</strong></p>
<p>XML thumb banner rotator with delay time, menuPosition, textPostion, and more features,total 23 settings parameters available in the XML file. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/thumb_banner_rotator_black.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal3.jpg" alt="Thumb Banner Rotator" title="Thumb Banner Rotator " width="520" height="300" class="alignnone size-full wp-image-140" /></a></div>
<p><strong>4.  Advanced XML Image Gallery V2 &#8211; AS 3.0</strong></p>
<p>XML driven Flash image / picture / photo gallery. Supports any screen size, the images will adjust based on the screen resolution. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advanced_xml_image_gallery_v2.1.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal4.jpg" alt="Advanced XML Image Gallery" title="Advanced XML Image Gallery" width="539" height="383" class="alignnone size-full wp-image-141" /></a></div>
<p><strong>5.  Auto Play XML Image Gallery</strong></p>
<p>Can easily be transformed into banner, header, slide show etc. You can use it for IMAGES and for SWF files as well. You have seven (7) transitions to choose from.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/auto_play_xml_image_galley.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal5.jpg" alt="Auto Play XML Image Gallery" title="Auto Play XML Image Gallery" width="560" height="298" class="alignnone size-full wp-image-143" /></a></div>
<p><strong>6. CoverFlip3D AS 3.0</strong></p>
<p>Inspired by the iTunes coverflow layout. The coverFlip3D Flash component displays images and videos in an engaging interactive 3D environment powered by the Papervision3D engine.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/coverflip3d.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal6.jpg" alt="CoverFlip3D" title="CoverFlip3D" width="560" height="291" class="alignnone size-full wp-image-146" /></a></div>
<p><strong>7. Tab Gallery/FLV Portfolio v.2</strong></p>
<p>Tab Gallery it&#8217;s a two level Flash gallery that has support for JPG, GIF, PNG image viewing and for FLV playback. The first level is represented by the categories (tabs).</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_tab_gallery_v_2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal7.jpg" alt="Tab Gallery/FLV Portfolio" title="Tab Gallery/FLV Portfolio" width="500" height="424" class="alignnone size-full wp-image-147" /></a></div>
<p><strong>8. Flickr Style Photo Gallery AS 3.0</strong></p>
<p>Supports any screen size , the images will adjust based on the screen resolution, and at the same time keeping the correct ratio. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flickr_style_photo_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal8.jpg" alt="Flickr Style Photo Gallery" title="Flickr Style Photo Gallery" width="560" height="384" class="alignnone size-full wp-image-148" /></a></div>
<p><strong>9. Image Gallery XML</strong></p>
<p>You can easily put the scroller any position you like, set the images to any dimensions. You can customize the scroller movement. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_image_gallery_xml.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal9.jpg" alt="gal9" title="gal9" width="560" height="479" class="alignnone size-full wp-image-150" /></a></div>
<p><strong>10.  XML Thumbnail Gallery V.2</strong></p>
<p>This is a very easy to customize XML gallery, with thumbnails. The gallery can also display the pictures as a slideshow. Smooth MP3 is also included and can work in full screen mode.  </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_thumbnail_gallery_v.2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal10.jpg" alt="XML Thumbnail Gallery" title="XML Thumbnail Gallery" width="560" height="465" class="alignnone size-full wp-image-151" /></a></div>
<p><strong>11.  AS Gallery V1</strong></p>
<p>XML driven gallery with categories. Almost everything is adjustable.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal11.jpg" alt="AS Gallery" title="AS Gallery" width="560" height="185" class="alignnone size-full wp-image-152" /></a></div>
<p><strong>12.  The AS3 Photo Gallery</strong></p>
<p>This gallery is designed to be tweaked and altered in just about every possible way, all from a single XML file.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/the_as3_photo_gallery_component.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal12.jpg" alt="The AS3 Photo Gallery" title="The AS3 Photo Gallery" width="514" height="361" class="alignnone size-full wp-image-153" /></a></div>
<p><strong>13.  Wall Image Gallery</strong></p>
<p>This is a complex XML picture gallery with .FLV player &#8230; very easy to use and configure &#8230; Is made in full AS2 code and is easy to modify and arrange for your own needs. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/wall_image_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal13.jpg" alt="Wall Image Gallery" title="Wall Image Gallery" width="560" height="440" class="alignnone size-full wp-image-154" /></a></div>
<p><strong>14.  XML Banner Rotator 2 ( Slideshow &#038; Gallery )</strong></p>
<p>XML Banner Rotator with slide effect. It can be also used as slideshow or gallery. Works with Flash 8 / Flash CS3 / Flash CS4 and above / ActionScript 2.0 version. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_slide_effect_xml_banner_rotator_as2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal14.jpg" alt="XML Banner Rotator 2" title="XML Banner Rotator 2" width="560" height="277" class="alignnone size-full wp-image-155" /></a></div>
<p><strong>15.   Netish Resizable Gallery w Albums</strong></p>
<p>This is a two level resizable image gallery. Photos are stored in categories and can have an html formated description. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/netish_resizable_gallery_w_albums.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal15.jpg" alt="gal15" title="gal15" width="560" height="339" class="alignnone size-full wp-image-156" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>One of the main request of the clients is to have an amazing Flash Gallery on their website used to present their work, projects done, photos. There are plenty of them on the internet banner rotators, thumbs with scroll, category tabs, with smooth and nice transition effects.</p>
<p><span id="more-127"></span></p>
<p>So I decide to put together 15 most worth it flash galleries founded on <span id="writer-content"><a href="http://www.flashcomponents.net" color="FF0000">FlashComponents.net</a></span>  so you can save time and concentrate your thoughts to creativity. You decide what gallery suits your needs. To live view click on the image of the gallery you like.</p>
<p><strong>1. XML Image Gallery</strong></p>
<p>Fading XML Image Scroller Gallery &#038; Menu &#038; Banner Rotator &#038; Slideshow with scrollbar component, autoPlay, previous, next buttons and scrollable text description box.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_image_gallery_scroller_menu_banner_slideshow.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal1.jpg" alt="XML Image Gallery" title="XML Image Gallery" width="490" height="370" class="alignnone size-full wp-image-134" /></a></div>
<p><strong>2. Sliding Image Gallery XML V2</strong></p>
<p>Dynamic sliding image gallery for product showcase. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/sliding_image_gallery_xml_v2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal2.jpg" alt="Sliding Image Gallery" title="Sliding Image Gallery" width="560" height="300" class="alignnone size-full wp-image-135" /></a></div>
<p><strong>3.  Thumb Banner Rotator Black</strong></p>
<p>XML thumb banner rotator with delay time, menuPosition, textPostion, and more features,total 23 settings parameters available in the XML file. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/thumb_banner_rotator_black.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal3.jpg" alt="Thumb Banner Rotator" title="Thumb Banner Rotator " width="520" height="300" class="alignnone size-full wp-image-140" /></a></div>
<p><strong>4.  Advanced XML Image Gallery V2 &#8211; AS 3.0</strong></p>
<p>XML driven Flash image / picture / photo gallery. Supports any screen size, the images will adjust based on the screen resolution. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advanced_xml_image_gallery_v2.1.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal4.jpg" alt="Advanced XML Image Gallery" title="Advanced XML Image Gallery" width="539" height="383" class="alignnone size-full wp-image-141" /></a></div>
<p><strong>5.  Auto Play XML Image Gallery</strong></p>
<p>Can easily be transformed into banner, header, slide show etc. You can use it for IMAGES and for SWF files as well. You have seven (7) transitions to choose from.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/auto_play_xml_image_galley.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal5.jpg" alt="Auto Play XML Image Gallery" title="Auto Play XML Image Gallery" width="560" height="298" class="alignnone size-full wp-image-143" /></a></div>
<p><strong>6. CoverFlip3D AS 3.0</strong></p>
<p>Inspired by the iTunes coverflow layout. The coverFlip3D Flash component displays images and videos in an engaging interactive 3D environment powered by the Papervision3D engine.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/coverflip3d.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal6.jpg" alt="CoverFlip3D" title="CoverFlip3D" width="560" height="291" class="alignnone size-full wp-image-146" /></a></div>
<p><strong>7. Tab Gallery/FLV Portfolio v.2</strong></p>
<p>Tab Gallery it&#8217;s a two level Flash gallery that has support for JPG, GIF, PNG image viewing and for FLV playback. The first level is represented by the categories (tabs).</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_tab_gallery_v_2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal7.jpg" alt="Tab Gallery/FLV Portfolio" title="Tab Gallery/FLV Portfolio" width="500" height="424" class="alignnone size-full wp-image-147" /></a></div>
<p><strong>8. Flickr Style Photo Gallery AS 3.0</strong></p>
<p>Supports any screen size , the images will adjust based on the screen resolution, and at the same time keeping the correct ratio. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flickr_style_photo_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal8.jpg" alt="Flickr Style Photo Gallery" title="Flickr Style Photo Gallery" width="560" height="384" class="alignnone size-full wp-image-148" /></a></div>
<p><strong>9. Image Gallery XML</strong></p>
<p>You can easily put the scroller any position you like, set the images to any dimensions. You can customize the scroller movement. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_image_gallery_xml.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal9.jpg" alt="gal9" title="gal9" width="560" height="479" class="alignnone size-full wp-image-150" /></a></div>
<p><strong>10.  XML Thumbnail Gallery V.2</strong></p>
<p>This is a very easy to customize XML gallery, with thumbnails. The gallery can also display the pictures as a slideshow. Smooth MP3 is also included and can work in full screen mode.  </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_thumbnail_gallery_v.2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal10.jpg" alt="XML Thumbnail Gallery" title="XML Thumbnail Gallery" width="560" height="465" class="alignnone size-full wp-image-151" /></a></div>
<p><strong>11.  AS Gallery V1</strong></p>
<p>XML driven gallery with categories. Almost everything is adjustable.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal11.jpg" alt="AS Gallery" title="AS Gallery" width="560" height="185" class="alignnone size-full wp-image-152" /></a></div>
<p><strong>12.  The AS3 Photo Gallery</strong></p>
<p>This gallery is designed to be tweaked and altered in just about every possible way, all from a single XML file.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/the_as3_photo_gallery_component.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal12.jpg" alt="The AS3 Photo Gallery" title="The AS3 Photo Gallery" width="514" height="361" class="alignnone size-full wp-image-153" /></a></div>
<p><strong>13.  Wall Image Gallery</strong></p>
<p>This is a complex XML picture gallery with .FLV player &#8230; very easy to use and configure &#8230; Is made in full AS2 code and is easy to modify and arrange for your own needs. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/wall_image_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal13.jpg" alt="Wall Image Gallery" title="Wall Image Gallery" width="560" height="440" class="alignnone size-full wp-image-154" /></a></div>
<p><strong>14.  XML Banner Rotator 2 ( Slideshow &#038; Gallery )</strong></p>
<p>XML Banner Rotator with slide effect. It can be also used as slideshow or gallery. Works with Flash 8 / Flash CS3 / Flash CS4 and above / ActionScript 2.0 version. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_slide_effect_xml_banner_rotator_as2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal14.jpg" alt="XML Banner Rotator 2" title="XML Banner Rotator 2" width="560" height="277" class="alignnone size-full wp-image-155" /></a></div>
<p><strong>15.   Netish Resizable Gallery w Albums</strong></p>
<p>This is a two level resizable image gallery. Photos are stored in categories and can have an html formated description. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/netish_resizable_gallery_w_albums.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/gal15.jpg" alt="gal15" title="gal15" width="560" height="339" class="alignnone size-full wp-image-156" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/15-most-worth-it-flash-galleries.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
