<?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/category/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>Wed, 23 Jun 2010 11:16:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>XML Image Scroller Gallery AS2</title>
		<link>http://www.flashuser.net/flash-actionscript-as2/xml-image-scroller-gallery-as2.html</link>
		<comments>http://www.flashuser.net/flash-actionscript-as2/xml-image-scroller-gallery-as2.html#comments</comments>
		<pubDate>Wed, 14 Oct 2009 20:04:13 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2687</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’t include the application source file, but you can easily configure them through the XML file.</p>
<p><span id="more-2687"></span>Check the preview for the XML Image Scroller Gallery (Actionscript 2):</p>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ImageGallery_127394915"
			class="flashmovie"
			width="490"
			height="370">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/ImageGallery.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/ImageGallery.swf"
			name="fm_ImageGallery_127394915"
			width="490"
			height="370">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/" />
	<!--<![endif]-->
		<br />
 <!-- Begin Alternate Content --></p>
<p>
 <a href="http://adobe.com/go/getflashplayer"><br />
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /><br />
</a>
 </p>
<p><!-- End Alternate Content --></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li>Easy to use XML file for images / titles / descriptions and links</li>
<li> Scroll Bar component support for the text description box and image menu</li>
<li>Multiple big images / banners support, you can use SWFs and/or image files</li>
<li>Big images / banners width / height adjustable from XML</li>
<li>AutoPlay / Previous / Next with timer and adjustable focus symbol</li>
<li>Image titles, mirror and roll over coloring support</li>
<li>Optionally set the XML file path in HTML using FlashVars</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 XML Image Scroller 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 a new image add the following code:</p>
<pre class="brush: xml;">
&lt;object smallimage=&quot;smallimages/p1.jpg&quot; bigimage=&quot;bigimages/p1.jpg&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. ]]&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/XML-Image-Gallery-AS2.0_47.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">XMLImageGalleryBannerRotatorAS2_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/XML-Image-Gallery-AS2.0_47.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/XML-Image-Gallery-AS2.0_47.html" target="_blank">XML Image Scroller Gallery</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’t include the application source file, but you can easily configure them through the XML file.</p>
<p><span id="more-2687"></span>Check the preview for the XML Image Scroller Gallery (Actionscript 2):</p>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_ImageGallery_2114090045"
			class="flashmovie"
			width="490"
			height="370">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/ImageGallery.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/ImageGallery.swf"
			name="fm_ImageGallery_2114090045"
			width="490"
			height="370">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/xml_image_gallery/" />
	<!--<![endif]-->
		<br />
 <!-- Begin Alternate Content --></p>
<p>
 <a href="http://adobe.com/go/getflashplayer"><br />
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /><br />
</a>
 </p>
<p><!-- End Alternate Content --></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li>Easy to use XML file for images / titles / descriptions and links</li>
<li> Scroll Bar component support for the text description box and image menu</li>
<li>Multiple big images / banners support, you can use SWFs and/or image files</li>
<li>Big images / banners width / height adjustable from XML</li>
<li>AutoPlay / Previous / Next with timer and adjustable focus symbol</li>
<li>Image titles, mirror and roll over coloring support</li>
<li>Optionally set the XML file path in HTML using FlashVars</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 XML Image Scroller 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 a new image add the following code:</p>
<pre class="brush: xml;">
&lt;object smallimage=&quot;smallimages/p1.jpg&quot; bigimage=&quot;bigimages/p1.jpg&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. ]]&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/XML-Image-Gallery-AS2.0_47.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">XMLImageGalleryBannerRotatorAS2_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/XML-Image-Gallery-AS2.0_47.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/XML-Image-Gallery-AS2.0_47.html" target="_blank">XML Image Scroller Gallery</a></span> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-actionscript-as2/xml-image-scroller-gallery-as2.html/feed</wfw:commentRss>
		<slash:comments>12</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>30+ Awesome Agency Flash Websites</title>
		<link>http://www.flashuser.net/general/30-awesome-agency-flash-websites.html</link>
		<comments>http://www.flashuser.net/general/30-awesome-agency-flash-websites.html#comments</comments>
		<pubDate>Mon, 14 Sep 2009 17:25:44 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[agency]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2164</guid>
		<description><![CDATA[<p>When building a flash site the creativeness of one can reach out bound limits. But what happens if we are having a lack of imagination? I gathered a 30+ list of agency flash websites where you can find inspiration starting from various flash preloaders, visual effect, dynamic design and so on.</p>
<p><span id="more-2164"></span>Take your time and dive into the list bellow. These agency websites, not only they have a sparkling design but also they hold an interesting portfolio. I trust that you will find them useful for your own development.</p>
<p>You can also check a previous post that we have published <span  id="writer-content"><a href="http://www.flashuser.net/general/20-awesome-agency-websites.html" target="_blank">20 awesome agency websites</a></span>. </p>
<p><strong>1.</strong> <span  id="writer-content"><a href="http://screenagers.com" target="_blank">Screenagers</a></span></p>
<div align="center" class="border-media"><a href="http://screenagers.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/screenagers.jpg" alt="screenagers" title="screenagers" width="560" height="392" class="alignnone size-full wp-image-2165" /></a></div>
<p><strong>2.</strong> <span  id="writer-content"><a href="http://www.theeggrepublic.com/" target="_blank">The Egg Republic</a></span></p>
<div align="center" class="border-media"><a href="http://www.theeggrepublic.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/theeggrepublic.jpg" alt="theeggrepublic" title="theeggrepublic" width="560" height="323" class="alignnone size-full wp-image-2167" /></a></div>
<p><strong>3.</strong> <span  id="writer-content"><a href="http://www.jam3media.com/" target="_blank">Jam3Media</a></span></p>
<div align="center" class="border-media"><a href="http://www.jam3media.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/jam3media.jpg" alt="jam3media" title="jam3media" width="560" height="328" class="alignnone size-full wp-image-2168" /></a></div>
<p><strong>4.</strong> <span  id="writer-content"><a href="http://www.sociodesign.co.uk/" target="_blank">Socio Design</a></span></p>
<div align="center" class="border-media"><a href="http://www.sociodesign.co.uk/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/sociodesign.jpg" alt="sociodesign" title="sociodesign" width="560" height="374" class="alignnone size-full wp-image-2169" /></a></div>
<p><strong>5.</strong> <span  id="writer-content"><a href="http://www.hellodesign.com" target="_blank">Hello Design</a></span></p>
<div align="center" class="border-media"><a href="http://www.hellodesign.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/hellodesign.jpg" alt="hellodesign" title="hellodesign" width="560" height="307" class="alignnone size-full wp-image-2170" /></a></div>
<p><strong>6.</strong> <span  id="writer-content"><a href="http://www.buzzimage.com/" target="_blank">Buzz Image</a></span></p>
<div align="center" class="border-media"><a href="http://www.buzzimage.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/buzzimage.jpg" alt="buzzimage" title="buzzimage" width="560" height="350" class="alignnone size-full wp-image-2171" /></a></div>
<p><strong>7.</strong> <span  id="writer-content"><a href="http://lesite.ca/index.html" target="_blank">Le Site</a></span></p>
<div align="center" class="border-media"><a href="http://lesite.ca/index.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/lesite.jpg" alt="lesite" title="lesite" width="560" height="285" class="alignnone size-full wp-image-2172" /></a></div>
<p><strong>8.</strong> <span  id="writer-content"><a href="http://www.un.titled.co.uk" target="_blank">Un.Titled</a></span></p>
<div align="center" class="border-media"><a href="http://www.un.titled.co.uk" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/untitled.jpg" alt="untitled" title="untitled" width="560" height="265" class="alignnone size-full wp-image-2173" /></a></div>
<p><strong>9.</strong> <span  id="writer-content"><a href="http://www.trix.pt/" target="_blank">Trix</a></span></p>
<div align="center" class="border-media"><a href="http://www.trix.pt/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/trix.jpg" alt="trix" title="trix" width="560" height="293" class="alignnone size-full wp-image-2175" /></a></div>
<p><strong>10.</strong> <span  id="writer-content"><a href="http://www.aaltra.eu/" target="_blank">Aaltra</a></span></p>
<div align="center" class="border-media"><a href="http://www.aaltra.eu/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/aaltra.jpg" alt="aaltra" title="aaltra" width="560" height="355" class="alignnone size-full wp-image-2176" /></a></div>
<p><strong>11.</strong> <span  id="writer-content"><a href="http://www.pixelinglife.com/" target="_blank">Pixeling Life</a></span></p>
<div align="center" class="border-media"><a href="http://www.pixelinglife.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/pixelinglife.jpg" alt="pixelinglife" title="pixelinglife" width="560" height="233" class="alignnone size-full wp-image-2177" /></a></div>
<p><strong>12.</strong> <span  id="writer-content"><a href="http://www.tangram.to/" target="_blank">Tangram</a></span></p>
<div align="center" class="border-media"><a href="http://www.tangram.to/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/tangram.jpg" alt="tangram" title="tangram" width="560" height="299" class="alignnone size-full wp-image-2178" /></a></div>
<p><strong>13.</strong> <span  id="writer-content"><a href="http://www.duke-interactive.com" target="_blank">Duke Interactive</a></span></p>
<div align="center" class="border-media"><a href="http://www.duke-interactive.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/duke_interactive.jpg" alt="duke_interactive" title="duke_interactive" width="560" height="361" class="alignnone size-full wp-image-2180" /></a></div>
<p><strong>14.</strong> <span  id="writer-content"><a href="http://www.fb.se" target="_blank">F&#038;B Forsman Bodenfors</a></span></p>
<div align="center" class="border-media"><a href="http://www.fb.se" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/fb.jpg" alt="fb" title="fb" width="560" height="404" class="alignnone size-full wp-image-2181" /></a></div>
<p><strong>15.</strong> <span  id="writer-content"><a href="http://www.checklandkindleysides.com/" target="_blank">Checkland Kindleysides</a></span></p>
<div align="center" class="border-media"><a href="http://www.checklandkindleysides.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/checklandkindleysides.jpg" alt="checklandkindleysides" title="checklandkindleysides" width="560" height="265" class="alignnone size-full wp-image-2182" /></a></div>
<p><strong>16.</strong> <span  id="writer-content"><a href="http://www.neostream.com/" target="_blank">Neostream</a></span></p>
<div align="center" class="border-media"><a href="http://www.neostream.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/neostream.jpg" alt="neostream" title="neostream" width="560" height="239" class="alignnone size-full wp-image-2183" /></a></div>
<p><strong>17.</strong> <span  id="writer-content"><a href="http://www.cartelle.nl" target="_blank">Cartelle</a></span></p>
<div align="center" class="border-media"><a href="http://www.cartelle.nl" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/cartelle.jpg" alt="cartelle" title="cartelle" width="560" height="340" class="alignnone size-full wp-image-2184" /></a></div>
<p><strong>18.</strong> <span  id="writer-content"><a href="http://www.also-online.com/" target="_blank">Also Online</a></span></p>
<div align="center" class="border-media"><a href="http://www.also-online.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/also_online.jpg" alt="also_online" title="also_online" width="560" height="380" class="alignnone size-full wp-image-2185" /></a></div>
<p><strong>19.</strong> <span  id="writer-content"><a href="http://www.razorfish.com" target="_blank">Razorfish</a></span></p>
<div align="center" class="border-media"><a href="http://www.razorfish.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/razorfish.jpg" alt="razorfish" title="razorfish" width="560" height="376" class="alignnone size-full wp-image-2187" /></a></div>
<p><strong>20.</strong> <span  id="writer-content"><a href="http://www.d10studio.com.mx/" target="_blank">D10Studio</a></span></p>
<div align="center" class="border-media"><a href="http://www.d10studio.com.mx/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/d10studio.jpg" alt="d10studio" title="d10studio" width="560" height="361" class="alignnone size-full wp-image-2188" /></a></div>
<p><strong>21.</strong> <span  id="writer-content"><a href="http://www.dankastudio.fr/?lang=EN" target="_blank">Danka Studio</a></span></p>
<div align="center" class="border-media"><a href="http://www.dankastudio.fr/?lang=EN" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/dankastudio.jpg" alt="dankastudio" title="dankastudio" width="560" height="320" class="alignnone size-full wp-image-2189" /></a></div>
<p><strong>22.</strong> <span  id="writer-content"><a href="http://www.hatica.com/lab/3d/escena/" target="_blank">Hatica</a></span></p>
<div align="center" class="border-media"><a href="http://www.hatica.com/lab/3d/escena/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/hatica.jpg" alt="hatica" title="hatica" width="560" height="349" class="alignnone size-full wp-image-2190" /></a></div>
<p><strong>23.</strong> <span  id="writer-content"><a href="http://brandstudio.ru/" target="_blank">Brand Studio</a></span></p>
<div align="center" class="border-media"><a href="http://brandstudio.ru/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/brandstudio.jpg" alt="brandstudio" title="brandstudio" width="560" height="390" class="alignnone size-full wp-image-2191" /></a></div>
<p><strong>24.</strong> <span  id="writer-content"><a href="http://www.zign.com.br/" target="_blank">Zign</a></span></p>
<div align="center" class="border-media"><a href="http://www.zign.com.br/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/zign.jpg" alt="zign" title="zign" width="560" height="297" class="alignnone size-full wp-image-2192" /></a></div>
<p><strong>25.</strong> <span  id="writer-content"><a href="http://www.caime-friends.de/cf.htm" target="_blank">Caime &#038; Friends</a></span></p>
<div align="center" class="border-media"><a href="http://www.caime-friends.de/cf.htm" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/caime_friends.jpg" alt="caime_friends" title="caime_friends" width="560" height="295" class="alignnone size-full wp-image-2193" /></a></div>
<p><strong>26.</strong> <span  id="writer-content"><a href="http://www.nuovadesignlab.it/" target="_blank">Nuova Design Lab</a></span></p>
<div align="center" class="border-media"><a href="http://www.nuovadesignlab.it/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/nuova_designlab.jpg" alt="nuova_designlab" title="nuova_designlab" width="560" height="356" class="alignnone size-full wp-image-2194" /></a></div>
<p><strong>27.</strong> <span  id="writer-content"><a href="http://underdog.tv/" target="_blank">Underdog</a></span></p>
<div align="center" class="border-media"><a href="http://underdog.tv/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/underdog.jpg" alt="underdog" title="underdog" width="560" height="364" class="alignnone size-full wp-image-2195" /></a></div>
<p><strong>28.</strong> <span  id="writer-content"><a href="http://www.multiadaptor.com" target="_blank">Multiadaptor</a></span></p>
<div align="center" class="border-media"><a href="http://www.multiadaptor.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/multiadaptor.jpg" alt="multiadaptor" title="multiadaptor" width="560" height="369" class="alignnone size-full wp-image-2197" /></a></div>
<p><strong>29.</strong> <span  id="writer-content"><a href="http://www.waypointdesign.be" target="_blank">Waypoint Design</a></span></p>
<div align="center" class="border-media"><a href="http://www.waypointdesign.be" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/waypointdesign.jpg" alt="waypointdesign" title="waypointdesign" width="560" height="235" class="alignnone size-full wp-image-2198" /></a></div>
<p><strong>30.</strong> <span  id="writer-content"><a href="http://fieroanimals.com/" target="_blank">Fiero Animals</a></span></p>
<div align="center" class="border-media"><a href="http://fieroanimals.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/fiero_animals.jpg" alt="fiero_animals" title="fiero_animals" width="560" height="322" class="alignnone size-full wp-image-2199" /></a></div>
<p><strong>31.</strong> <span  id="writer-content"><a href="http://www.flash-zone.com/" target="_blank">Flash Zone</a></span></p>
<div align="center" class="border-media"><a href="http://www.flash-zone.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/flash_zone.jpg" alt="flash_zone" title="flash_zone" width="560" height="293" class="alignnone size-full wp-image-2200" /></a></div>
<p><strong>32.</strong> <span  id="writer-content"><a href="http://www.dead-line.com/" target="_blank">Dead Line</a></span></p>
<div align="center" class="border-media"><a href="http://www.dead-line.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/dead_line.jpg" alt="dead_line" title="dead_line" width="560" height="309" class="alignnone size-full wp-image-2201" /></a></div>
<p><strong>33.</strong> <span  id="writer-content"><a href="http://www.cubic.com.br" target="_blank">Cubic</a></span></p>
<div align="center" class="border-media"><a href="http://www.cubic.com.br" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/cubic.jpg" alt="cubic" title="cubic" width="560" height="391" class="alignnone size-full wp-image-2202" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>When building a flash site the creativeness of one can reach out bound limits. But what happens if we are having a lack of imagination? I gathered a 30+ list of agency flash websites where you can find inspiration starting from various flash preloaders, visual effect, dynamic design and so on.</p>
<p><span id="more-2164"></span>Take your time and dive into the list bellow. These agency websites, not only they have a sparkling design but also they hold an interesting portfolio. I trust that you will find them useful for your own development.</p>
<p>You can also check a previous post that we have published <span  id="writer-content"><a href="http://www.flashuser.net/general/20-awesome-agency-websites.html" target="_blank">20 awesome agency websites</a></span>. </p>
<p><strong>1.</strong> <span  id="writer-content"><a href="http://screenagers.com" target="_blank">Screenagers</a></span></p>
<div align="center" class="border-media"><a href="http://screenagers.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/screenagers.jpg" alt="screenagers" title="screenagers" width="560" height="392" class="alignnone size-full wp-image-2165" /></a></div>
<p><strong>2.</strong> <span  id="writer-content"><a href="http://www.theeggrepublic.com/" target="_blank">The Egg Republic</a></span></p>
<div align="center" class="border-media"><a href="http://www.theeggrepublic.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/theeggrepublic.jpg" alt="theeggrepublic" title="theeggrepublic" width="560" height="323" class="alignnone size-full wp-image-2167" /></a></div>
<p><strong>3.</strong> <span  id="writer-content"><a href="http://www.jam3media.com/" target="_blank">Jam3Media</a></span></p>
<div align="center" class="border-media"><a href="http://www.jam3media.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/jam3media.jpg" alt="jam3media" title="jam3media" width="560" height="328" class="alignnone size-full wp-image-2168" /></a></div>
<p><strong>4.</strong> <span  id="writer-content"><a href="http://www.sociodesign.co.uk/" target="_blank">Socio Design</a></span></p>
<div align="center" class="border-media"><a href="http://www.sociodesign.co.uk/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/sociodesign.jpg" alt="sociodesign" title="sociodesign" width="560" height="374" class="alignnone size-full wp-image-2169" /></a></div>
<p><strong>5.</strong> <span  id="writer-content"><a href="http://www.hellodesign.com" target="_blank">Hello Design</a></span></p>
<div align="center" class="border-media"><a href="http://www.hellodesign.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/hellodesign.jpg" alt="hellodesign" title="hellodesign" width="560" height="307" class="alignnone size-full wp-image-2170" /></a></div>
<p><strong>6.</strong> <span  id="writer-content"><a href="http://www.buzzimage.com/" target="_blank">Buzz Image</a></span></p>
<div align="center" class="border-media"><a href="http://www.buzzimage.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/buzzimage.jpg" alt="buzzimage" title="buzzimage" width="560" height="350" class="alignnone size-full wp-image-2171" /></a></div>
<p><strong>7.</strong> <span  id="writer-content"><a href="http://lesite.ca/index.html" target="_blank">Le Site</a></span></p>
<div align="center" class="border-media"><a href="http://lesite.ca/index.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/lesite.jpg" alt="lesite" title="lesite" width="560" height="285" class="alignnone size-full wp-image-2172" /></a></div>
<p><strong>8.</strong> <span  id="writer-content"><a href="http://www.un.titled.co.uk" target="_blank">Un.Titled</a></span></p>
<div align="center" class="border-media"><a href="http://www.un.titled.co.uk" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/untitled.jpg" alt="untitled" title="untitled" width="560" height="265" class="alignnone size-full wp-image-2173" /></a></div>
<p><strong>9.</strong> <span  id="writer-content"><a href="http://www.trix.pt/" target="_blank">Trix</a></span></p>
<div align="center" class="border-media"><a href="http://www.trix.pt/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/trix.jpg" alt="trix" title="trix" width="560" height="293" class="alignnone size-full wp-image-2175" /></a></div>
<p><strong>10.</strong> <span  id="writer-content"><a href="http://www.aaltra.eu/" target="_blank">Aaltra</a></span></p>
<div align="center" class="border-media"><a href="http://www.aaltra.eu/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/aaltra.jpg" alt="aaltra" title="aaltra" width="560" height="355" class="alignnone size-full wp-image-2176" /></a></div>
<p><strong>11.</strong> <span  id="writer-content"><a href="http://www.pixelinglife.com/" target="_blank">Pixeling Life</a></span></p>
<div align="center" class="border-media"><a href="http://www.pixelinglife.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/pixelinglife.jpg" alt="pixelinglife" title="pixelinglife" width="560" height="233" class="alignnone size-full wp-image-2177" /></a></div>
<p><strong>12.</strong> <span  id="writer-content"><a href="http://www.tangram.to/" target="_blank">Tangram</a></span></p>
<div align="center" class="border-media"><a href="http://www.tangram.to/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/tangram.jpg" alt="tangram" title="tangram" width="560" height="299" class="alignnone size-full wp-image-2178" /></a></div>
<p><strong>13.</strong> <span  id="writer-content"><a href="http://www.duke-interactive.com" target="_blank">Duke Interactive</a></span></p>
<div align="center" class="border-media"><a href="http://www.duke-interactive.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/duke_interactive.jpg" alt="duke_interactive" title="duke_interactive" width="560" height="361" class="alignnone size-full wp-image-2180" /></a></div>
<p><strong>14.</strong> <span  id="writer-content"><a href="http://www.fb.se" target="_blank">F&#038;B Forsman Bodenfors</a></span></p>
<div align="center" class="border-media"><a href="http://www.fb.se" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/fb.jpg" alt="fb" title="fb" width="560" height="404" class="alignnone size-full wp-image-2181" /></a></div>
<p><strong>15.</strong> <span  id="writer-content"><a href="http://www.checklandkindleysides.com/" target="_blank">Checkland Kindleysides</a></span></p>
<div align="center" class="border-media"><a href="http://www.checklandkindleysides.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/checklandkindleysides.jpg" alt="checklandkindleysides" title="checklandkindleysides" width="560" height="265" class="alignnone size-full wp-image-2182" /></a></div>
<p><strong>16.</strong> <span  id="writer-content"><a href="http://www.neostream.com/" target="_blank">Neostream</a></span></p>
<div align="center" class="border-media"><a href="http://www.neostream.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/neostream.jpg" alt="neostream" title="neostream" width="560" height="239" class="alignnone size-full wp-image-2183" /></a></div>
<p><strong>17.</strong> <span  id="writer-content"><a href="http://www.cartelle.nl" target="_blank">Cartelle</a></span></p>
<div align="center" class="border-media"><a href="http://www.cartelle.nl" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/cartelle.jpg" alt="cartelle" title="cartelle" width="560" height="340" class="alignnone size-full wp-image-2184" /></a></div>
<p><strong>18.</strong> <span  id="writer-content"><a href="http://www.also-online.com/" target="_blank">Also Online</a></span></p>
<div align="center" class="border-media"><a href="http://www.also-online.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/also_online.jpg" alt="also_online" title="also_online" width="560" height="380" class="alignnone size-full wp-image-2185" /></a></div>
<p><strong>19.</strong> <span  id="writer-content"><a href="http://www.razorfish.com" target="_blank">Razorfish</a></span></p>
<div align="center" class="border-media"><a href="http://www.razorfish.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/razorfish.jpg" alt="razorfish" title="razorfish" width="560" height="376" class="alignnone size-full wp-image-2187" /></a></div>
<p><strong>20.</strong> <span  id="writer-content"><a href="http://www.d10studio.com.mx/" target="_blank">D10Studio</a></span></p>
<div align="center" class="border-media"><a href="http://www.d10studio.com.mx/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/d10studio.jpg" alt="d10studio" title="d10studio" width="560" height="361" class="alignnone size-full wp-image-2188" /></a></div>
<p><strong>21.</strong> <span  id="writer-content"><a href="http://www.dankastudio.fr/?lang=EN" target="_blank">Danka Studio</a></span></p>
<div align="center" class="border-media"><a href="http://www.dankastudio.fr/?lang=EN" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/dankastudio.jpg" alt="dankastudio" title="dankastudio" width="560" height="320" class="alignnone size-full wp-image-2189" /></a></div>
<p><strong>22.</strong> <span  id="writer-content"><a href="http://www.hatica.com/lab/3d/escena/" target="_blank">Hatica</a></span></p>
<div align="center" class="border-media"><a href="http://www.hatica.com/lab/3d/escena/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/hatica.jpg" alt="hatica" title="hatica" width="560" height="349" class="alignnone size-full wp-image-2190" /></a></div>
<p><strong>23.</strong> <span  id="writer-content"><a href="http://brandstudio.ru/" target="_blank">Brand Studio</a></span></p>
<div align="center" class="border-media"><a href="http://brandstudio.ru/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/brandstudio.jpg" alt="brandstudio" title="brandstudio" width="560" height="390" class="alignnone size-full wp-image-2191" /></a></div>
<p><strong>24.</strong> <span  id="writer-content"><a href="http://www.zign.com.br/" target="_blank">Zign</a></span></p>
<div align="center" class="border-media"><a href="http://www.zign.com.br/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/zign.jpg" alt="zign" title="zign" width="560" height="297" class="alignnone size-full wp-image-2192" /></a></div>
<p><strong>25.</strong> <span  id="writer-content"><a href="http://www.caime-friends.de/cf.htm" target="_blank">Caime &#038; Friends</a></span></p>
<div align="center" class="border-media"><a href="http://www.caime-friends.de/cf.htm" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/caime_friends.jpg" alt="caime_friends" title="caime_friends" width="560" height="295" class="alignnone size-full wp-image-2193" /></a></div>
<p><strong>26.</strong> <span  id="writer-content"><a href="http://www.nuovadesignlab.it/" target="_blank">Nuova Design Lab</a></span></p>
<div align="center" class="border-media"><a href="http://www.nuovadesignlab.it/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/nuova_designlab.jpg" alt="nuova_designlab" title="nuova_designlab" width="560" height="356" class="alignnone size-full wp-image-2194" /></a></div>
<p><strong>27.</strong> <span  id="writer-content"><a href="http://underdog.tv/" target="_blank">Underdog</a></span></p>
<div align="center" class="border-media"><a href="http://underdog.tv/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/underdog.jpg" alt="underdog" title="underdog" width="560" height="364" class="alignnone size-full wp-image-2195" /></a></div>
<p><strong>28.</strong> <span  id="writer-content"><a href="http://www.multiadaptor.com" target="_blank">Multiadaptor</a></span></p>
<div align="center" class="border-media"><a href="http://www.multiadaptor.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/multiadaptor.jpg" alt="multiadaptor" title="multiadaptor" width="560" height="369" class="alignnone size-full wp-image-2197" /></a></div>
<p><strong>29.</strong> <span  id="writer-content"><a href="http://www.waypointdesign.be" target="_blank">Waypoint Design</a></span></p>
<div align="center" class="border-media"><a href="http://www.waypointdesign.be" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/waypointdesign.jpg" alt="waypointdesign" title="waypointdesign" width="560" height="235" class="alignnone size-full wp-image-2198" /></a></div>
<p><strong>30.</strong> <span  id="writer-content"><a href="http://fieroanimals.com/" target="_blank">Fiero Animals</a></span></p>
<div align="center" class="border-media"><a href="http://fieroanimals.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/fiero_animals.jpg" alt="fiero_animals" title="fiero_animals" width="560" height="322" class="alignnone size-full wp-image-2199" /></a></div>
<p><strong>31.</strong> <span  id="writer-content"><a href="http://www.flash-zone.com/" target="_blank">Flash Zone</a></span></p>
<div align="center" class="border-media"><a href="http://www.flash-zone.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/flash_zone.jpg" alt="flash_zone" title="flash_zone" width="560" height="293" class="alignnone size-full wp-image-2200" /></a></div>
<p><strong>32.</strong> <span  id="writer-content"><a href="http://www.dead-line.com/" target="_blank">Dead Line</a></span></p>
<div align="center" class="border-media"><a href="http://www.dead-line.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/dead_line.jpg" alt="dead_line" title="dead_line" width="560" height="309" class="alignnone size-full wp-image-2201" /></a></div>
<p><strong>33.</strong> <span  id="writer-content"><a href="http://www.cubic.com.br" target="_blank">Cubic</a></span></p>
<div align="center" class="border-media"><a href="http://www.cubic.com.br" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/09/cubic.jpg" alt="cubic" title="cubic" width="560" height="391" class="alignnone size-full wp-image-2202" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/general/30-awesome-agency-flash-websites.html/feed</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Freebie: XML Image Viewer AS3</title>
		<link>http://www.flashuser.net/flash-actionscript-as3/freebie-xml-image-viewer-as3.html</link>
		<comments>http://www.flashuser.net/flash-actionscript-as3/freebie-xml-image-viewer-as3.html#comments</comments>
		<pubDate>Wed, 05 Aug 2009 14:22:58 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[xml image]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1006</guid>
		<description><![CDATA[<p>This freebie is a XML driven image viewer built in Actionscript 3.0. It&#8217;s very easy to integrate in your projects, change the images path and description text from XML. </p>
<p><span id="more-1006"></span>If you want to change the thumbs into vertical mode configure <strong>horizontalMode</strong> variable from the FLA file. Also for other parameters check the FLA. Don&#8217;t forget to give us credits for this file if you intend to use it. </p>
<div align="center" class="border-media">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_image_viewer_as3_2147176114"
			class="flashmovie"
			width="500"
			height="350">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/image_viewer/image_viewer_as3.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/image_viewer/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/image_viewer/image_viewer_as3.swf"
			name="fm_image_viewer_as3_2147176114"
			width="500"
			height="350">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/image_viewer/" />
	<!--<![endif]-->
		<br />
 <!-- Begin Alternate Content --></p>
<p>
 <a href="http://adobe.com/go/getflashplayer"><br />
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /><br />
</a>
 </p>
<p><!-- End Alternate Content --></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
</div>
<div id="download-file"><a href="http://www.flashuser.net/flash-files/freebie/image_viewer/image_viewer.zip" target="_blank"><span>Download Source</span></a></div>
]]></description>
			<content:encoded><![CDATA[<p>This freebie is a XML driven image viewer built in Actionscript 3.0. It&#8217;s very easy to integrate in your projects, change the images path and description text from XML. </p>
<p><span id="more-1006"></span>If you want to change the thumbs into vertical mode configure <strong>horizontalMode</strong> variable from the FLA file. Also for other parameters check the FLA. Don&#8217;t forget to give us credits for this file if you intend to use it. </p>
<div align="center" class="border-media">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_image_viewer_as3_1097061817"
			class="flashmovie"
			width="500"
			height="350">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/image_viewer/image_viewer_as3.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/image_viewer/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/image_viewer/image_viewer_as3.swf"
			name="fm_image_viewer_as3_1097061817"
			width="500"
			height="350">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/image_viewer/" />
	<!--<![endif]-->
		<br />
 <!-- Begin Alternate Content --></p>
<p>
 <a href="http://adobe.com/go/getflashplayer"><br />
<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /><br />
</a>
 </p>
<p><!-- End Alternate Content --></p>

	<!--[if !IE]>-->
	</object>
	<!--<![endif]-->
</object>
</div>
<div id="download-file"><a href="http://www.flashuser.net/flash-files/freebie/image_viewer/image_viewer.zip" target="_blank"><span>Download Source</span></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-actionscript-as3/freebie-xml-image-viewer-as3.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>20 Awesome Agency Websites</title>
		<link>http://www.flashuser.net/general/20-awesome-agency-websites.html</link>
		<comments>http://www.flashuser.net/general/20-awesome-agency-websites.html#comments</comments>
		<pubDate>Fri, 26 Jun 2009 16:59:36 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[agency]]></category>
		<category><![CDATA[flash website]]></category>
		<category><![CDATA[portfolio]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=203</guid>
		<description><![CDATA[<p>Websites build with Flash always will be subject of discussion.  People who enjoy them and appreciate the effort that designers and developers do to create such amazing things and on the other hand persons that really hate them from the start. I&#8217;m glad that I&#8217;m in the first category and hope that you too as well. </p>
<p><span id="more-203"></span></p>
<p>Below I selected 20 interactive agency Flash websites that inspired me. Take your time to visit them all and also have a look to their portfolios, that are great as well.</p>
<p><span id="writer-content"><a href="http://thetoke.com" color="FF0000" target="_blank">Thetoke</a></span><br />
The three navigation possibilities from the work section are amazing.</p>
<div align="center" class="border-media"><a href="http://thetoke.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/thetoke.jpg" alt="thetoke" title="thetoke" width="560" height="296" class="alignnone size-full wp-image-205" /></a></div>
<p><span id="writer-content"><a href="http://www.vegaone.de" color="FF0000" target="_blank">Vegaone</a></span><br />
Crazy combination and harmony colors.</p>
<div align="center" class="border-media"><a href="http://www.vegaone.de" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/vegaone.jpg" alt="vegaone" title="vegaone" width="560" height="309" class="alignnone size-full wp-image-207" /></a></div>
<p><span id="writer-content"><a href="http://www.econtent.hu" color="FF0000" target="_blank">e-Content Solutions</a></span></p>
<div align="center" class="border-media"><a href="http://www.econtent.hu" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/econtent.jpg" alt="econtent" title="econtent" width="560" height="320" class="alignnone size-full wp-image-209" /></a></div>
<p><span id="writer-content"><a href="http://www.hellomonday.net/" color="FF0000" target="_blank">Hello Monday</a></span><br />
Winning 2009 Webby Award for Fashion Website.</p>
<div align="center" class="border-media"><a href="http://www.hellomonday.net/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/hellomonday.jpg" alt="hellomonday" title="hellomonday" width="560" height="329" class="alignnone size-full wp-image-211" /></a></div>
<p><span id="writer-content"><a href="http://in2media.com/" color="FF0000" target="_blank">In2Media</a></span></p>
<div align="center" class="border-media"><a href="http://in2media.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/in2media.jpg" alt="in2media" title="in2media" width="560" height="264" class="alignnone size-full wp-image-212" /></a></div>
<p><span id="writer-content"><a href="http://www.schematic.com" color="FF0000" target="_blank">Schematic</a></span></p>
<div align="center" class="border-media"><a href="http://www.schematic.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/schematic.jpg" alt="schematic" title="schematic" width="560" height="322" class="alignnone size-full wp-image-218" /></a></div>
<p><span id="writer-content"><a href="http://www.thisisgrow.com/" color="FF0000" target="_blank">ThisisGrow</a></span><br />
Simple and clean look.</p>
<div align="center" class="border-media"><a href="http://www.thisisgrow.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/thisisgrow.jpg" alt="thisisgrow" title="thisisgrow" width="560" height="328" class="alignnone size-full wp-image-220" /></a></div>
<p><span id="writer-content"><a href="http://www.digaworks.com/" color="FF0000" target="_blank">DigaWorks</a></span><br />
Nice interaction with the environment.</p>
<div align="center" class="border-media"><a href="http://www.digaworks.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/digaworks.jpg" alt="digaworks" title="digaworks" width="560" height="225" class="alignnone size-full wp-image-221" /></a></div>
<p><span id="writer-content"><a href="http://www.orisma.com" color="FF0000" target="_blank">Orisma</a></span></p>
<div align="center" class="border-media"><a href="http://www.orisma.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/orisma.jpg" alt="orisma" title="orisma" width="560" height="250" class="alignnone size-full wp-image-223" /></a></div>
<p><span id="writer-content"><a href="http://www.mindmediumcreative.com" color="FF0000" target="_blank">MindMediumCreative</a></span></p>
<div align="center" class="border-media"><a href="http://www.mindmediumcreative.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/mindmediumcreative.jpg" alt="mindmediumcreative" title="mindmediumcreative" width="560" height="360" class="alignnone size-full wp-image-224" /></a></div>
<p><span id="writer-content"><a href="http://www.t2.tv/" color="FF0000" target="_blank">TakeTwo</a></span><br />
You can also drag the background to navigate.</p>
<div align="center" class="border-media"><a href="http://www.t2.tv/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/taketwo.jpg" alt="taketwo" title="taketwo" width="560" height="278" class="alignnone size-full wp-image-225" /></a></div>
<p><span id="writer-content"><a href="http://www.12-am.com" color="FF0000" target="_blank">12-am</a></span><br />
Simple good looking website.</p>
<div align="center" class="border-media"><a href="http://www.12-am.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/12-am.jpg" alt="12-am" title="12-am" width="560" height="299" class="alignnone size-full wp-image-208" /></a></div>
<p><span id="writer-content"><a href="http://www.elipseagency.com" color="FF0000" target="_blank">Elipse Agency</a></span></p>
<div align="center" class="border-media"><a href="http://www.elipseagency.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/elipseagency.jpg" alt="elipseagency" title="elipseagency" width="560" height="322" class="alignnone size-full wp-image-226" /></a></div>
<p><span id="writer-content"><a href="http://www.mymediaisrich.com" color="FF0000" target="_blank">My Media is Rich</a></span></p>
<div align="center" class="border-media"><a href="http://www.mymediaisrich.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/mymediaisrich.jpg" alt="mymediaisrich" title="mymediaisrich" width="560" height="316" class="alignnone size-full wp-image-227" /></a></div>
<p><span id="writer-content"><a href="http://iam-studios.nl/" color="FF0000" target="_blank">I am studios</a></span><br />
Great interactivity with the environment.</p>
<div align="center" class="border-media"><a href="http://iam-studios.nl/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/iamstudios.jpg" alt="iamstudios" title="iamstudios" width="560" height="282" class="alignnone size-full wp-image-228" /></a></div>
<p><span id="writer-content"><a href="http://www.deluxe.pl" color="FF0000" target="_blank">Deluxe</a></span></p>
<div align="center" class="border-media"><a href="http://www.deluxe.pl" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/deluxe.jpg" alt="deluxe" title="deluxe" width="560" height="263" class="alignnone size-full wp-image-229" /></a></div>
<p><span id="writer-content"><a href="http://www.olainteractiveagency.com/" color="FF0000" target="_blank">Ola Interactive Agency</a></span></p>
<div align="center" class="border-media"><a href="http://www.olainteractiveagency.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/olainteractiveagency.jpg" alt="olainteractiveagency" title="olainteractiveagency" width="560" height="296" class="alignnone size-full wp-image-230" /></a></div>
<p><span id="writer-content"><a href="http://ff0000.com/" color="FF0000" target="_blank">Red Interactive Agency</a></span></p>
<div align="center" class="border-media"><a href="http://ff0000.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/redinteractiveagency.jpg" alt="redinteractiveagency" title="redinteractiveagency" width="560" height="318" class="alignnone size-full wp-image-231" /></a></div>
<p><span id="writer-content"><a href="http://www.spinlight.com/" color="FF0000" target="_blank">SpinLight</a></span></p>
<div align="center" class="border-media"><a href="http://www.spinlight.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/spinlight.jpg" alt="spinlight" title="spinlight" width="560" height="540" class="alignnone size-full wp-image-210" /></a></div>
<p><span id="writer-content"><a href="http://2advanced.com/" color="FF0000" target="_blank">2Advanced Studios</a></span><br />
Probably one of the oldest flash websites.</p>
<div align="center" class="border-media"><a href="http://2advanced.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/2advanced.jpg" alt="2advanced" title="2advanced" width="560" height="350" class="alignnone size-full wp-image-219" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Websites build with Flash always will be subject of discussion.  People who enjoy them and appreciate the effort that designers and developers do to create such amazing things and on the other hand persons that really hate them from the start. I&#8217;m glad that I&#8217;m in the first category and hope that you too as well. </p>
<p><span id="more-203"></span></p>
<p>Below I selected 20 interactive agency Flash websites that inspired me. Take your time to visit them all and also have a look to their portfolios, that are great as well.</p>
<p><span id="writer-content"><a href="http://thetoke.com" color="FF0000" target="_blank">Thetoke</a></span><br />
The three navigation possibilities from the work section are amazing.</p>
<div align="center" class="border-media"><a href="http://thetoke.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/thetoke.jpg" alt="thetoke" title="thetoke" width="560" height="296" class="alignnone size-full wp-image-205" /></a></div>
<p><span id="writer-content"><a href="http://www.vegaone.de" color="FF0000" target="_blank">Vegaone</a></span><br />
Crazy combination and harmony colors.</p>
<div align="center" class="border-media"><a href="http://www.vegaone.de" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/vegaone.jpg" alt="vegaone" title="vegaone" width="560" height="309" class="alignnone size-full wp-image-207" /></a></div>
<p><span id="writer-content"><a href="http://www.econtent.hu" color="FF0000" target="_blank">e-Content Solutions</a></span></p>
<div align="center" class="border-media"><a href="http://www.econtent.hu" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/econtent.jpg" alt="econtent" title="econtent" width="560" height="320" class="alignnone size-full wp-image-209" /></a></div>
<p><span id="writer-content"><a href="http://www.hellomonday.net/" color="FF0000" target="_blank">Hello Monday</a></span><br />
Winning 2009 Webby Award for Fashion Website.</p>
<div align="center" class="border-media"><a href="http://www.hellomonday.net/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/hellomonday.jpg" alt="hellomonday" title="hellomonday" width="560" height="329" class="alignnone size-full wp-image-211" /></a></div>
<p><span id="writer-content"><a href="http://in2media.com/" color="FF0000" target="_blank">In2Media</a></span></p>
<div align="center" class="border-media"><a href="http://in2media.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/in2media.jpg" alt="in2media" title="in2media" width="560" height="264" class="alignnone size-full wp-image-212" /></a></div>
<p><span id="writer-content"><a href="http://www.schematic.com" color="FF0000" target="_blank">Schematic</a></span></p>
<div align="center" class="border-media"><a href="http://www.schematic.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/schematic.jpg" alt="schematic" title="schematic" width="560" height="322" class="alignnone size-full wp-image-218" /></a></div>
<p><span id="writer-content"><a href="http://www.thisisgrow.com/" color="FF0000" target="_blank">ThisisGrow</a></span><br />
Simple and clean look.</p>
<div align="center" class="border-media"><a href="http://www.thisisgrow.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/thisisgrow.jpg" alt="thisisgrow" title="thisisgrow" width="560" height="328" class="alignnone size-full wp-image-220" /></a></div>
<p><span id="writer-content"><a href="http://www.digaworks.com/" color="FF0000" target="_blank">DigaWorks</a></span><br />
Nice interaction with the environment.</p>
<div align="center" class="border-media"><a href="http://www.digaworks.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/digaworks.jpg" alt="digaworks" title="digaworks" width="560" height="225" class="alignnone size-full wp-image-221" /></a></div>
<p><span id="writer-content"><a href="http://www.orisma.com" color="FF0000" target="_blank">Orisma</a></span></p>
<div align="center" class="border-media"><a href="http://www.orisma.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/orisma.jpg" alt="orisma" title="orisma" width="560" height="250" class="alignnone size-full wp-image-223" /></a></div>
<p><span id="writer-content"><a href="http://www.mindmediumcreative.com" color="FF0000" target="_blank">MindMediumCreative</a></span></p>
<div align="center" class="border-media"><a href="http://www.mindmediumcreative.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/mindmediumcreative.jpg" alt="mindmediumcreative" title="mindmediumcreative" width="560" height="360" class="alignnone size-full wp-image-224" /></a></div>
<p><span id="writer-content"><a href="http://www.t2.tv/" color="FF0000" target="_blank">TakeTwo</a></span><br />
You can also drag the background to navigate.</p>
<div align="center" class="border-media"><a href="http://www.t2.tv/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/taketwo.jpg" alt="taketwo" title="taketwo" width="560" height="278" class="alignnone size-full wp-image-225" /></a></div>
<p><span id="writer-content"><a href="http://www.12-am.com" color="FF0000" target="_blank">12-am</a></span><br />
Simple good looking website.</p>
<div align="center" class="border-media"><a href="http://www.12-am.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/12-am.jpg" alt="12-am" title="12-am" width="560" height="299" class="alignnone size-full wp-image-208" /></a></div>
<p><span id="writer-content"><a href="http://www.elipseagency.com" color="FF0000" target="_blank">Elipse Agency</a></span></p>
<div align="center" class="border-media"><a href="http://www.elipseagency.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/elipseagency.jpg" alt="elipseagency" title="elipseagency" width="560" height="322" class="alignnone size-full wp-image-226" /></a></div>
<p><span id="writer-content"><a href="http://www.mymediaisrich.com" color="FF0000" target="_blank">My Media is Rich</a></span></p>
<div align="center" class="border-media"><a href="http://www.mymediaisrich.com" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/mymediaisrich.jpg" alt="mymediaisrich" title="mymediaisrich" width="560" height="316" class="alignnone size-full wp-image-227" /></a></div>
<p><span id="writer-content"><a href="http://iam-studios.nl/" color="FF0000" target="_blank">I am studios</a></span><br />
Great interactivity with the environment.</p>
<div align="center" class="border-media"><a href="http://iam-studios.nl/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/iamstudios.jpg" alt="iamstudios" title="iamstudios" width="560" height="282" class="alignnone size-full wp-image-228" /></a></div>
<p><span id="writer-content"><a href="http://www.deluxe.pl" color="FF0000" target="_blank">Deluxe</a></span></p>
<div align="center" class="border-media"><a href="http://www.deluxe.pl" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/deluxe.jpg" alt="deluxe" title="deluxe" width="560" height="263" class="alignnone size-full wp-image-229" /></a></div>
<p><span id="writer-content"><a href="http://www.olainteractiveagency.com/" color="FF0000" target="_blank">Ola Interactive Agency</a></span></p>
<div align="center" class="border-media"><a href="http://www.olainteractiveagency.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/olainteractiveagency.jpg" alt="olainteractiveagency" title="olainteractiveagency" width="560" height="296" class="alignnone size-full wp-image-230" /></a></div>
<p><span id="writer-content"><a href="http://ff0000.com/" color="FF0000" target="_blank">Red Interactive Agency</a></span></p>
<div align="center" class="border-media"><a href="http://ff0000.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/redinteractiveagency.jpg" alt="redinteractiveagency" title="redinteractiveagency" width="560" height="318" class="alignnone size-full wp-image-231" /></a></div>
<p><span id="writer-content"><a href="http://www.spinlight.com/" color="FF0000" target="_blank">SpinLight</a></span></p>
<div align="center" class="border-media"><a href="http://www.spinlight.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/spinlight.jpg" alt="spinlight" title="spinlight" width="560" height="540" class="alignnone size-full wp-image-210" /></a></div>
<p><span id="writer-content"><a href="http://2advanced.com/" color="FF0000" target="_blank">2Advanced Studios</a></span><br />
Probably one of the oldest flash websites.</p>
<div align="center" class="border-media"><a href="http://2advanced.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/2advanced.jpg" alt="2advanced" title="2advanced" width="560" height="350" class="alignnone size-full wp-image-219" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/general/20-awesome-agency-websites.html/feed</wfw:commentRss>
		<slash:comments>3</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>
