<?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 Components</title>
	<atom:link href="http://www.flashuser.net/category/flash-components/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>3D Image Rotator Carousel AS2</title>
		<link>http://www.flashuser.net/flash-components/3d-image-rotator-carousel-as2.html</link>
		<comments>http://www.flashuser.net/flash-components/3d-image-rotator-carousel-as2.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 20:14:47 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[carousel]]></category>
		<category><![CDATA[rotate]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2838</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-2838"></span>Check the preview for the 3D Image Rotator Carousel (Actionscript 2):</p>
<p><strong>NOTE:</strong> You can use <strong>A / D</strong> (for left/right camera movement) , <strong>W / S</strong> and <strong>mouseWheel</strong> for changing the menu depth, <strong>PGUP / PGDN</strong> to move / roll the camera in the example. </p>
<div align="center" class="border-media"><a href="http://www.flashuser.net/flash-files/freebie/3d_rotate_carousel/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/3d_rotate_preview.jpg" alt="3d_rotate_preview" title="3d_rotate_preview" width="560" height="250" class="alignnone size-full wp-image-2840" /></a></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li>Use this file to easily achieve any 3D Carousel configuration using advanced camera controls along with perspective, depth, fading and much more! </li>
<li> Dynamic image mirror &#038; roll over image coloring support </li>
<li>You can include images with fixed or variable size </li>
<li>Support for external URLs and browser window resize </li>
<li>Support for logo &#038; image titles </li>
<li>Native camera keyboard and mouse controls </li>
<li>Optionally set the main XML configuration 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">3D Image Rotator Carousel AS2</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 carousel open up the <strong>config.xml</strong> file and adjust the parameters according to your needs. You can setup the carousel radius, the image logo, the object mirror to be visible or not, the carousel angles and much more. To add a new image to the carousel use the following code:</p>
<pre class="brush: xml;">
&lt;object source=&quot;images/pic01.png&quot; url=&quot;http://www.flashcomponents.net/author/Flashtuning.html&quot; window=&quot;_blank&quot; title=&quot;Image 1&quot; /&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 3d carousel in a Flash project (FLA file needed) check out the <span  id="writer-content"><a href="http://www.flashtuning.net/components/3D-Rotate-Carousel-AS-2.0_5.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">3DRotateCarouselAS2_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/3D-Rotate-Carousel-AS-2.0_5.html" target="_blank">Flashtuning.net</a></span>. If you want to use the carousel 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/3D-Rotate-Carousel-AS-2.0_5.html" target="_blank">3D Image Rotator Carousel AS2</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-2838"></span>Check the preview for the 3D Image Rotator Carousel (Actionscript 2):</p>
<p><strong>NOTE:</strong> You can use <strong>A / D</strong> (for left/right camera movement) , <strong>W / S</strong> and <strong>mouseWheel</strong> for changing the menu depth, <strong>PGUP / PGDN</strong> to move / roll the camera in the example. </p>
<div align="center" class="border-media"><a href="http://www.flashuser.net/flash-files/freebie/3d_rotate_carousel/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/3d_rotate_preview.jpg" alt="3d_rotate_preview" title="3d_rotate_preview" width="560" height="250" class="alignnone size-full wp-image-2840" /></a></div>
<h2 class="sub-title">Features</h2>
<ul id="circle">
<li>Use this file to easily achieve any 3D Carousel configuration using advanced camera controls along with perspective, depth, fading and much more! </li>
<li> Dynamic image mirror &#038; roll over image coloring support </li>
<li>You can include images with fixed or variable size </li>
<li>Support for external URLs and browser window resize </li>
<li>Support for logo &#038; image titles </li>
<li>Native camera keyboard and mouse controls </li>
<li>Optionally set the main XML configuration 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">3D Image Rotator Carousel AS2</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 carousel open up the <strong>config.xml</strong> file and adjust the parameters according to your needs. You can setup the carousel radius, the image logo, the object mirror to be visible or not, the carousel angles and much more. To add a new image to the carousel use the following code:</p>
<pre class="brush: xml;">
&lt;object source=&quot;images/pic01.png&quot; url=&quot;http://www.flashcomponents.net/author/Flashtuning.html&quot; window=&quot;_blank&quot; title=&quot;Image 1&quot; /&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 3d carousel in a Flash project (FLA file needed) check out the <span  id="writer-content"><a href="http://www.flashtuning.net/components/3D-Rotate-Carousel-AS-2.0_5.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">3DRotateCarouselAS2_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/3D-Rotate-Carousel-AS-2.0_5.html" target="_blank">Flashtuning.net</a></span>. If you want to use the carousel 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/3D-Rotate-Carousel-AS-2.0_5.html" target="_blank">3D Image Rotator Carousel AS2</a></span> page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/3d-image-rotator-carousel-as2.html/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>25 Outstanding Flash Website Templates</title>
		<link>http://www.flashuser.net/flash-components/25-outstanding-flash-website-templates.html</link>
		<comments>http://www.flashuser.net/flash-components/25-outstanding-flash-website-templates.html#comments</comments>
		<pubDate>Mon, 24 Aug 2009 18:59:23 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash Templates]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1642</guid>
		<description><![CDATA[<p>The choice of a well-designed template for your website can turn out to be a difficult thing today, since the large amount that exists on the Internet. So I thought to make a list of 25 outstanding website templates made exclusively in Flash, that are very easy to use and to understand. The templates are selected from <span id="writer-content"><a href="http://www.flashcomponents.net" color="FF0000" target="_blank">FlashComponents</a></span> website.</p>
<p><span id="more-1642"></span>They require a low level of programming knowledge (you don’t even have to know Flash to use them). Everything can be set from a main .xml file. The templates are resizable adjusting after the browser size. </p>
<p>They cover a wide area regarding personal portfolios, photographer sites, video presentation or design company sites. You can find there a helpful point of inspiration to start from. I hope to be useful for you.</p>
<p><strong>1. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography.html" color="FF0000" target="_blank">XML Template Photography</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photography.jpg" alt="xml_photography" title="xml_photography" width="560" height="342" class="alignnone size-full wp-image-1646" /></a></div>
<p><strong>2. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/slick_full_website_template_with_cms_and_2_skins.html" color="FF0000" target="_blank"> Slick Full Website Template with CMS and 2 Skins</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/slick_full_website_template_with_cms_and_2_skins.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_with_cms.jpg" alt="template_with_cms" title="template_with_cms" width="560" height="227" class="alignnone size-full wp-image-1647" /></a></div>
<p><strong>3. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_side_xml_template.html" color="FF0000" target="_blank">Flash Side XML Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_side_xml_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/slide_xml_photo.jpg" alt="slide_xml_photo" title="slide_xml_photo" width="560" height="235" class="alignnone size-full wp-image-1648" /></a></div>
<p><strong>4. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/ikoote_v1.0_xml_flash_website.html" color="FF0000" target="_blank">ikoOte v1.0 &#8211; XML/Flash website</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/ikoote_v1.0_xml_flash_website.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/ikote_xml_website.jpg" alt="ikote_xml_website" title="ikote_xml_website" width="560" height="283" class="alignnone size-full wp-image-1704" /></a></div>
<p><strong>5. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/power_xml_template_2.0.html" color="FF0000" target="_blank">Power XML Template 2.0</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/power_xml_template_2.0.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/power_xml_template.jpg" alt="power_xml_template" title="power_xml_template" width="560" height="269" class="alignnone size-full wp-image-1705" /></a></div>
<p><strong>6. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_web_template_-_fullscreen.html" color="FF0000" target="_blank">XML Web Template &#8211; FullScreen</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_web_template_-_fullscreen.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/web_fullscreen.jpg" alt="web_fullscreen" title="web_fullscreen" width="560" height="226" class="alignnone size-full wp-image-1673" /></a></div>
<p><strong>7. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/advance_xml_website_template.html" color="FF0000" target="_blank">Advance XML Website Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advance_xml_website_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/adv_xml_flash_template.jpg" alt="adv_xml_flash_template" title="adv_xml_flash_template" width="560" height="278" class="alignnone size-full wp-image-1706" /></a></div>
<p><strong>8. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_website_template_v2.html" color="FF0000" target="_blank">XML Website Template v2</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_website_template_v2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_website_template_v2.jpg" alt="xml_website_template_v2" title="xml_website_template_v2" width="560" height="288" class="alignnone size-full wp-image-1709" /></a></div>
<p><strong>9. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_e-commerce_site_with_admin_panel.html" color="FF0000" target="_blank">Full E-commerce Site with Admin Panel</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_e-commerce_site_with_admin_panel.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/full_ecommerce_website.jpg" alt="full_ecommerce_website" title="full_ecommerce_website" width="560" height="251" class="alignnone size-full wp-image-1710" /></a></div>
<p><strong>10. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_assets_site.html" color="FF0000" target="_blank">Flash Assets Site</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_assets_site.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/assets_flash.jpg" alt="assets_flash" title="assets_flash" width="560" height="289" class="alignnone size-full wp-image-1677" /></a></div>
<p><strong>11. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_xml_web_template_photographer_template_image_gallery_v3.html" color="FF0000" target="_blank">XML Template &#8211; Photographer</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_xml_web_template_photographer_template_image_gallery_v3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_jhon_photo.jpg" alt="xml_jhon_photo" title="xml_jhon_photo" width="560" height="292" class="alignnone size-full wp-image-1678" /></a></div>
<p><strong>12. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/photographer_xml_template_fullscreen_highly_customizable.html" color="FF0000" target="_blank"> Photographer XML Template FullScreen &#8211; Highly Customizable</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/photographer_xml_template_fullscreen_highly_customizable.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/photographer_xml_template.jpg" alt="photographer_xml_template" title="photographer_xml_template" width="560" height="300" class="alignnone size-full wp-image-1711" /></a></div>
<p><strong>13. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_photographer_template.html" color="FF0000" target="_blank">XML Photographer Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_photographer_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photographer_template.jpg" alt="xml_photographer_template" title="xml_photographer_template" width="560" height="359" class="alignnone size-full wp-image-1712" /></a></div>
<p><strong>14. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography_with_color_theme.html" color="FF0000" target="_blank">XML Template Photography with color theme &#8211; PURPLE THEME</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography_with_color_theme.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photo_template_purple.jpg" alt="xml_photo_template_purple" title="xml_photo_template_purple" width="560" height="299" class="alignnone size-full wp-image-1714" /></a></div>
<p><strong>15. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/horizontal_portfolio_v5.html" color="FF0000" target="_blank">Horizontal Portfolio V5</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/horizontal_portfolio_v5.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_15.jpg" alt="template_15" title="template_15" width="560" height="334" class="alignnone size-full wp-image-1682" /></a></div>
<p><strong>16. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/photo_xml_full_portfolio_template.html" color="FF0000" target="_blank">Photo XML FULL Portfolio &#8211; Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/photo_xml_full_portfolio_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_16.jpg" alt="template_16" title="template_16" width="560" height="285" class="alignnone size-full wp-image-1683" /></a></div>
<p><strong>17. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/photo_portfolio_xml_v3.html" color="FF0000" target="_blank">Photo Portfolio XML v3</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/photo_portfolio_xml_v3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_17.jpg" alt="template_17" title="template_17" width="560" height="235" class="alignnone size-full wp-image-1684" /></a></div>
<p><strong>18. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_template_xml_website.html" color="FF0000" target="_blank">XML Template &#8211; XML Website</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_template_xml_website.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_18.jpg" alt="template_18" title="template_18" width="560" height="310" class="alignnone size-full wp-image-1685" /></a></div>
<p><strong>19. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_xml_video_template_as3.html" color="FF0000" target="_blank">Video Template [AS3] [XML]</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_xml_video_template_as3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_19.jpg" alt="template_19" title="template_19" width="560" height="334" class="alignnone size-full wp-image-1686" /></a></div>
<p><strong>20. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_design_studio_template.html" color="FF0000" target="_blank">XML Design Studio Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_design_studio_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_20.jpg" alt="template_20" title="template_20" width="560" height="337" class="alignnone size-full wp-image-1687" /></a></div>
<p><strong>21. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_xml_web_photographer_template.html" color="FF0000" target="_blank"> Full XML Web Template &#8211; Photographer Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_xml_web_photographer_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_21.jpg" alt="template_21" title="template_21" width="560" height="275" class="alignnone size-full wp-image-1688" /></a></div>
<p><strong>22. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/powerfull_xml_template.html" color="FF0000" target="_blank">PowerFull XML Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/powerfull_xml_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_22.jpg" alt="template_22" title="template_22" width="560" height="230" class="alignnone size-full wp-image-1689" /></a></div>
<p><strong>23. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_xml_portfolio_website.html" color="FF0000" target="_blank"> Full XML Portfolio Website</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_xml_portfolio_website.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_23.jpg" alt="template_23" title="template_23" width="560" height="194" class="alignnone size-full wp-image-1690" /></a></div>
<p><strong>24. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/zc_litlebig_template.html" color="FF0000" target="_blank">ZC LITTLEBIG Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/zc_litlebig_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_24.jpg" alt="template_24" title="template_24" width="560" height="248" class="alignnone size-full wp-image-1691" /></a></div>
<p><strong>25. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/lively_xml_website_template.html" color="FF0000" target="_blank">Lively XML Website Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/lively_xml_website_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/lively_xml_website.jpg" alt="lively_xml_website" title="lively_xml_website" width="560" height="346" class="alignnone size-full wp-image-1715" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>The choice of a well-designed template for your website can turn out to be a difficult thing today, since the large amount that exists on the Internet. So I thought to make a list of 25 outstanding website templates made exclusively in Flash, that are very easy to use and to understand. The templates are selected from <span id="writer-content"><a href="http://www.flashcomponents.net" color="FF0000" target="_blank">FlashComponents</a></span> website.</p>
<p><span id="more-1642"></span>They require a low level of programming knowledge (you don’t even have to know Flash to use them). Everything can be set from a main .xml file. The templates are resizable adjusting after the browser size. </p>
<p>They cover a wide area regarding personal portfolios, photographer sites, video presentation or design company sites. You can find there a helpful point of inspiration to start from. I hope to be useful for you.</p>
<p><strong>1. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography.html" color="FF0000" target="_blank">XML Template Photography</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photography.jpg" alt="xml_photography" title="xml_photography" width="560" height="342" class="alignnone size-full wp-image-1646" /></a></div>
<p><strong>2. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/slick_full_website_template_with_cms_and_2_skins.html" color="FF0000" target="_blank"> Slick Full Website Template with CMS and 2 Skins</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/slick_full_website_template_with_cms_and_2_skins.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_with_cms.jpg" alt="template_with_cms" title="template_with_cms" width="560" height="227" class="alignnone size-full wp-image-1647" /></a></div>
<p><strong>3. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_side_xml_template.html" color="FF0000" target="_blank">Flash Side XML Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_side_xml_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/slide_xml_photo.jpg" alt="slide_xml_photo" title="slide_xml_photo" width="560" height="235" class="alignnone size-full wp-image-1648" /></a></div>
<p><strong>4. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/ikoote_v1.0_xml_flash_website.html" color="FF0000" target="_blank">ikoOte v1.0 &#8211; XML/Flash website</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/ikoote_v1.0_xml_flash_website.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/ikote_xml_website.jpg" alt="ikote_xml_website" title="ikote_xml_website" width="560" height="283" class="alignnone size-full wp-image-1704" /></a></div>
<p><strong>5. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/power_xml_template_2.0.html" color="FF0000" target="_blank">Power XML Template 2.0</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/power_xml_template_2.0.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/power_xml_template.jpg" alt="power_xml_template" title="power_xml_template" width="560" height="269" class="alignnone size-full wp-image-1705" /></a></div>
<p><strong>6. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_web_template_-_fullscreen.html" color="FF0000" target="_blank">XML Web Template &#8211; FullScreen</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_web_template_-_fullscreen.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/web_fullscreen.jpg" alt="web_fullscreen" title="web_fullscreen" width="560" height="226" class="alignnone size-full wp-image-1673" /></a></div>
<p><strong>7. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/advance_xml_website_template.html" color="FF0000" target="_blank">Advance XML Website Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advance_xml_website_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/adv_xml_flash_template.jpg" alt="adv_xml_flash_template" title="adv_xml_flash_template" width="560" height="278" class="alignnone size-full wp-image-1706" /></a></div>
<p><strong>8. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_website_template_v2.html" color="FF0000" target="_blank">XML Website Template v2</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_website_template_v2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_website_template_v2.jpg" alt="xml_website_template_v2" title="xml_website_template_v2" width="560" height="288" class="alignnone size-full wp-image-1709" /></a></div>
<p><strong>9. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_e-commerce_site_with_admin_panel.html" color="FF0000" target="_blank">Full E-commerce Site with Admin Panel</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_e-commerce_site_with_admin_panel.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/full_ecommerce_website.jpg" alt="full_ecommerce_website" title="full_ecommerce_website" width="560" height="251" class="alignnone size-full wp-image-1710" /></a></div>
<p><strong>10. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_assets_site.html" color="FF0000" target="_blank">Flash Assets Site</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_assets_site.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/assets_flash.jpg" alt="assets_flash" title="assets_flash" width="560" height="289" class="alignnone size-full wp-image-1677" /></a></div>
<p><strong>11. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_xml_web_template_photographer_template_image_gallery_v3.html" color="FF0000" target="_blank">XML Template &#8211; Photographer</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_xml_web_template_photographer_template_image_gallery_v3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_jhon_photo.jpg" alt="xml_jhon_photo" title="xml_jhon_photo" width="560" height="292" class="alignnone size-full wp-image-1678" /></a></div>
<p><strong>12. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/photographer_xml_template_fullscreen_highly_customizable.html" color="FF0000" target="_blank"> Photographer XML Template FullScreen &#8211; Highly Customizable</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/photographer_xml_template_fullscreen_highly_customizable.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/photographer_xml_template.jpg" alt="photographer_xml_template" title="photographer_xml_template" width="560" height="300" class="alignnone size-full wp-image-1711" /></a></div>
<p><strong>13. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_photographer_template.html" color="FF0000" target="_blank">XML Photographer Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_photographer_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photographer_template.jpg" alt="xml_photographer_template" title="xml_photographer_template" width="560" height="359" class="alignnone size-full wp-image-1712" /></a></div>
<p><strong>14. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography_with_color_theme.html" color="FF0000" target="_blank">XML Template Photography with color theme &#8211; PURPLE THEME</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_xml_template_photography_with_color_theme.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/xml_photo_template_purple.jpg" alt="xml_photo_template_purple" title="xml_photo_template_purple" width="560" height="299" class="alignnone size-full wp-image-1714" /></a></div>
<p><strong>15. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/horizontal_portfolio_v5.html" color="FF0000" target="_blank">Horizontal Portfolio V5</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/horizontal_portfolio_v5.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_15.jpg" alt="template_15" title="template_15" width="560" height="334" class="alignnone size-full wp-image-1682" /></a></div>
<p><strong>16. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/photo_xml_full_portfolio_template.html" color="FF0000" target="_blank">Photo XML FULL Portfolio &#8211; Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/photo_xml_full_portfolio_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_16.jpg" alt="template_16" title="template_16" width="560" height="285" class="alignnone size-full wp-image-1683" /></a></div>
<p><strong>17. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/photo_portfolio_xml_v3.html" color="FF0000" target="_blank">Photo Portfolio XML v3</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/photo_portfolio_xml_v3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_17.jpg" alt="template_17" title="template_17" width="560" height="235" class="alignnone size-full wp-image-1684" /></a></div>
<p><strong>18. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_template_xml_website.html" color="FF0000" target="_blank">XML Template &#8211; XML Website</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_template_xml_website.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_18.jpg" alt="template_18" title="template_18" width="560" height="310" class="alignnone size-full wp-image-1685" /></a></div>
<p><strong>19. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_xml_video_template_as3.html" color="FF0000" target="_blank">Video Template [AS3] [XML]</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_xml_video_template_as3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_19.jpg" alt="template_19" title="template_19" width="560" height="334" class="alignnone size-full wp-image-1686" /></a></div>
<p><strong>20. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_design_studio_template.html" color="FF0000" target="_blank">XML Design Studio Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_design_studio_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_20.jpg" alt="template_20" title="template_20" width="560" height="337" class="alignnone size-full wp-image-1687" /></a></div>
<p><strong>21. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_xml_web_photographer_template.html" color="FF0000" target="_blank"> Full XML Web Template &#8211; Photographer Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_xml_web_photographer_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_21.jpg" alt="template_21" title="template_21" width="560" height="275" class="alignnone size-full wp-image-1688" /></a></div>
<p><strong>22. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/powerfull_xml_template.html" color="FF0000" target="_blank">PowerFull XML Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/powerfull_xml_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_22.jpg" alt="template_22" title="template_22" width="560" height="230" class="alignnone size-full wp-image-1689" /></a></div>
<p><strong>23. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/full_xml_portfolio_website.html" color="FF0000" target="_blank"> Full XML Portfolio Website</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_xml_portfolio_website.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_23.jpg" alt="template_23" title="template_23" width="560" height="194" class="alignnone size-full wp-image-1690" /></a></div>
<p><strong>24. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/zc_litlebig_template.html" color="FF0000" target="_blank">ZC LITTLEBIG Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/zc_litlebig_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/template_24.jpg" alt="template_24" title="template_24" width="560" height="248" class="alignnone size-full wp-image-1691" /></a></div>
<p><strong>25. </strong> <span id="writer-content"><a href="http://www.flashcomponents.net/component/lively_xml_website_template.html" color="FF0000" target="_blank">Lively XML Website Template</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/lively_xml_website_template.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/lively_xml_website.jpg" alt="lively_xml_website" title="lively_xml_website" width="560" height="346" class="alignnone size-full wp-image-1715" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/25-outstanding-flash-website-templates.html/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Review: HTML / XML Table Renderer</title>
		<link>http://www.flashuser.net/flash-components/review-html-xml-table-renderer.html</link>
		<comments>http://www.flashuser.net/flash-components/review-html-xml-table-renderer.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 11:03:06 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[ActionScript 3.0]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[flash table]]></category>
		<category><![CDATA[table render]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=1536</guid>
		<description><![CDATA[<p>As a developer you encounter different issues when working on a project. One of them is to create a html replica of a table in Flash. To have features such as column span and row span, cellspacing and padding and many others that allows you to manage your table in Flash like in HTML. </p>
<p><span id="more-1536"></span>I faced a similar situation myself and thought to spare you of precious time to do such a work, by sharing with you a useful source.</p>
<p>It seems that somebody spent his time and managed to create it for us. It’s about the <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-2.0_10.html" target="_blank">Flashtuning HTML Table Renderer</a></span> component that provides an advanced XML/HTML table rendering engine for Flash, complete with CSS support and advanced features such as row and column spans. The component can render all common types of content (text, SWF files, images and Flash library objects) and allows embedding custom fonts and offers advanced text rendering controls. </p>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_table_renderer_css_1260423251"
			class="flashmovie"
			width="380"
			height="260">
	<param name="movie" value="http://www.flashuser.net/flash-files/reviews/table_renderer/table_renderer_css.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/reviews/table_renderer/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/reviews/table_renderer/table_renderer_css.swf"
			name="fm_table_renderer_css_1260423251"
			width="380"
			height="260">
		<param name="base" value="http://www.flashuser.net/flash-files/reviews/table_renderer/" />
	<!--<![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 id="sub-title">Requirements</h2>
<p>The Table Renderer is available in two versions one for <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-2.0_10.html" target="_blank">Actionscript 2.0</a></span> and the other for <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-3.0_20.html" target="_blank">Actionscript 3.0</a></span>. You choose what is the best for your needs. You can download a <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-2.0_10.html" target="_blank">trial version</a></span> (click on the Free Download link above the examples) that has a limit of 4 X 4 for the tables, as a trial limitation. To get the full version with no restrictions you need to purchase a license for $9.00.</p>
<h2 id="sub-title">Features</h2>
<ul id="circle">
<li> Support for all common HTML tags and attributes and CSS properties supported by Flash</li>
<li> Images/SWF/library objects inclusion into table cells</li>
<li> Easily integrate your own custom actions like roll overs, drag &#038; drop, tool tips</li>
<li> Link to custom ActionScript functions from within the table</li>
<li> Percentage/fixed widths/heights support for the table and/or individual cells</li>
<li> Alpha levels for borders and backgrounds</li>
<li> Font embedding support: you can specify custom library fonts for the table and/or individual cells using the cellfont attribute</li>
<li> Built in Help Book automatically that can be accessed anytime via the Flash Help Panel</li>
</ul>
<h2 id="sub-title">How to use it</h2>
<p>We&#8217;ll set up a simple HTML table in Flash.</p>
<p><strong>1.</strong> Start Adobe Flash and open a new document.</p>
<p><strong>2.</strong> Open the <strong>Components</strong> panel ( Window/Components). You will find the component in the <strong>Flashtuning</strong> folder.</p>
<p><strong>3.</strong> Drag the component (<strong>FtTableRenderer</strong>) from the <strong>Components</strong> panel to the stage. The component graphic symbol should now be displayed on the stage.</p>
<p><strong>4.</strong> Create an XHTML file which includes a table definition using your preffered HTML / Text editor.</p>
<p><strong>5.</strong> Switch back to Adobe Flash, select the component on the stage and configure its parameters in the <strong>Parameters</strong> panel or in the <strong>Component Inspector</strong> panel ( Window/Component Inspector):</p>
<p>Instruct the component to use the newly created table.html file as the<strong> XML/HTML Source File</strong>.</p>
<p><strong>6. </strong>Test the scene (Control/Test Movie).</p>
<p><strong>(!)</strong> Make sure the HTML source is properly formatted (the tags and attributes need to be closed and lowercase) and the cells colspan need to be valid for the table to render correctly.</p>
<h2 id="sub-title">Conclusion</h2>
<p>The possibilities to use such a great component are vast, all you have to do is explore and use your imagination. I think any Flash developer should have it and considering the price I would say it’s a great deal.</p>
]]></description>
			<content:encoded><![CDATA[<p>As a developer you encounter different issues when working on a project. One of them is to create a html replica of a table in Flash. To have features such as column span and row span, cellspacing and padding and many others that allows you to manage your table in Flash like in HTML. </p>
<p><span id="more-1536"></span>I faced a similar situation myself and thought to spare you of precious time to do such a work, by sharing with you a useful source.</p>
<p>It seems that somebody spent his time and managed to create it for us. It’s about the <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-2.0_10.html" target="_blank">Flashtuning HTML Table Renderer</a></span> component that provides an advanced XML/HTML table rendering engine for Flash, complete with CSS support and advanced features such as row and column spans. The component can render all common types of content (text, SWF files, images and Flash library objects) and allows embedding custom fonts and offers advanced text rendering controls. </p>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_table_renderer_css_290524803"
			class="flashmovie"
			width="380"
			height="260">
	<param name="movie" value="http://www.flashuser.net/flash-files/reviews/table_renderer/table_renderer_css.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/reviews/table_renderer/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/reviews/table_renderer/table_renderer_css.swf"
			name="fm_table_renderer_css_290524803"
			width="380"
			height="260">
		<param name="base" value="http://www.flashuser.net/flash-files/reviews/table_renderer/" />
	<!--<![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 id="sub-title">Requirements</h2>
<p>The Table Renderer is available in two versions one for <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-2.0_10.html" target="_blank">Actionscript 2.0</a></span> and the other for <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-3.0_20.html" target="_blank">Actionscript 3.0</a></span>. You choose what is the best for your needs. You can download a <span id="writer-content"><a href="http://www.flashtuning.net/components/HTML-Table-Renderer-AS-2.0_10.html" target="_blank">trial version</a></span> (click on the Free Download link above the examples) that has a limit of 4 X 4 for the tables, as a trial limitation. To get the full version with no restrictions you need to purchase a license for $9.00.</p>
<h2 id="sub-title">Features</h2>
<ul id="circle">
<li> Support for all common HTML tags and attributes and CSS properties supported by Flash</li>
<li> Images/SWF/library objects inclusion into table cells</li>
<li> Easily integrate your own custom actions like roll overs, drag &#038; drop, tool tips</li>
<li> Link to custom ActionScript functions from within the table</li>
<li> Percentage/fixed widths/heights support for the table and/or individual cells</li>
<li> Alpha levels for borders and backgrounds</li>
<li> Font embedding support: you can specify custom library fonts for the table and/or individual cells using the cellfont attribute</li>
<li> Built in Help Book automatically that can be accessed anytime via the Flash Help Panel</li>
</ul>
<h2 id="sub-title">How to use it</h2>
<p>We&#8217;ll set up a simple HTML table in Flash.</p>
<p><strong>1.</strong> Start Adobe Flash and open a new document.</p>
<p><strong>2.</strong> Open the <strong>Components</strong> panel ( Window/Components). You will find the component in the <strong>Flashtuning</strong> folder.</p>
<p><strong>3.</strong> Drag the component (<strong>FtTableRenderer</strong>) from the <strong>Components</strong> panel to the stage. The component graphic symbol should now be displayed on the stage.</p>
<p><strong>4.</strong> Create an XHTML file which includes a table definition using your preffered HTML / Text editor.</p>
<p><strong>5.</strong> Switch back to Adobe Flash, select the component on the stage and configure its parameters in the <strong>Parameters</strong> panel or in the <strong>Component Inspector</strong> panel ( Window/Component Inspector):</p>
<p>Instruct the component to use the newly created table.html file as the<strong> XML/HTML Source File</strong>.</p>
<p><strong>6. </strong>Test the scene (Control/Test Movie).</p>
<p><strong>(!)</strong> Make sure the HTML source is properly formatted (the tags and attributes need to be closed and lowercase) and the cells colspan need to be valid for the table to render correctly.</p>
<h2 id="sub-title">Conclusion</h2>
<p>The possibilities to use such a great component are vast, all you have to do is explore and use your imagination. I think any Flash developer should have it and considering the price I would say it’s a great deal.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/review-html-xml-table-renderer.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Review: Flashtuning ScrollBar Component</title>
		<link>http://www.flashuser.net/flash-components/review-flashtuning-scrollbar-component.html</link>
		<comments>http://www.flashuser.net/flash-components/review-flashtuning-scrollbar-component.html#comments</comments>
		<pubDate>Mon, 03 Aug 2009 17:02:35 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash component]]></category>
		<category><![CDATA[scrollbar]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=952</guid>
		<description><![CDATA[<p>I know that probably every time when you have to design a website, at a certain moment you want something to be scrolled (a movieclip, textfield). You can do a basic scroller or use the default one from Flash of course, but instead why don&#8217;t you use something that can do all that and much more with no limitations and save you precious time.</p>
<p><span id="more-952"></span>The <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html" target="_blank">Advanced Scrollbar</a></span> component developed by <span id="writer-content"><a href="http://www.flashtuning.net" target="_blank">Flashtuning</a></span> provides extended scrolling control over any content type within movie clip and adapts automatically for both static and dynamic types of content.</p>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_scrollbar_sample1_1256418957"
			class="flashmovie"
			width="380"
			height="226">
	<param name="movie" value="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample1.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample1.swf"
			name="fm_scrollbar_sample1_1256418957"
			width="380"
			height="226">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--<![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 id="sub-title">Requirements</h2>
<p>The Scrollbar is available in two versions one for <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html" target="_blank">Actionscript 2.0</a></span> and the other for <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-3.0_15.html" target="_blank">Actionscript 3.0</a></span>. You can download a <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html" target="_blank">trial version</a></span> (click on the Free Download link above the examples) that has a limit of max 350 X 200 pixels for the visible area size and watermark attached, as a trial limitation. To get the full version with no restrictions you need to purchase a license for $7.00.</p>
<h2 id="sub-title">Features</h2>
<ul id="circle">
<li>You can use it in either vertical or horizontal modes and you can configure two component instances to create a Scroll Pane.</li>
<li>Switch scrolling targets during runtime</li>
<li>Choice and adjustment of scroll easing types (basic, bounce, elastic, inertia)</li>
<li>Choice of scrollbar layouts (buttons and slider, buttons only, slider only)</li>
<li>Run-time resizable visible area</li>
<li>Free/Snap to visible area modes support</li>
<li>Autohide/disable mechanism</li>
<li>Mouse wheel support</li>
<li>Customizable skins on per instance or global basis</li>
<li>Skin elements color overlays</li>
<li>Dynamic control through Actionscript API</li>
<li>Fixed Track Body option</li>
<li>Fixed Slider Body option</li>
<li>Use Invisible Mask option</li>
<li>Scroll Percentage option</li>
<li>Built in Help Book that can be accessed via the Flash Help Panel</li>
</ul>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_scrollbar_sample2_1855545238"
			class="flashmovie"
			width="380"
			height="149">
	<param name="movie" value="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample2.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample2.swf"
			name="fm_scrollbar_sample2_1855545238"
			width="380"
			height="149">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--<![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 id="sub-title">How to use it</h2>
<p>We&#8217;ll set up a simple scrolling movie clip with text inside.</p>
<p><strong>1.</strong> Start Adobe Flash, open a new document and set a 30 fps or higher in the Document Properties Panel to achieve a smoother animation.</p>
<p><strong>2.</strong> Open the <strong>Components</strong> panel (Window/Components). You will find the component in the  <strong>Flashtuning</strong> folder.</p>
<p><strong>3.</strong> Drag the component (<strong>FtScrollBar</strong>) from the Components panel to the stage. The component graphic symbol should now be displayed on the stage.</p>
<p><strong>4.</strong> Create a new Movie Clip to be scrolled:</p>
<ul id="circle">
<li>Create a Text Field on the scene and type in few text blocks.</li>
<li>Select the Text Field and convert it to a Movie Clip symbol ( Modify/Convert to Symbol) with the registration point top left.</li>
<li>Give the new Movie Clip an unique instance name (in the Properties Panel).</li>
</ul>
<p><strong>5.</strong> Select the Scroll Bar component on the stage and configure its parameters in the <strong>Parameters</strong> panel or in the <strong>Component Inspector</strong> panel (Window/Component Inspector):</p>
<ul id="circle">
<li>Instruct the component to scroll the newly created Movie Clip as the target movie clip ( <strong>targetMovieClip</strong>).</li>
<li> Set the viewAreaHeight and viewAreaWidth.</li>
<li>Set the snapMode to snapToView value.</li>
<li>Leave the rest of the parameters unchanged unless you want to adjust some values, as they are already populated with default settings.</li>
</ul>
<p><strong>6.</strong> Test the scene (Control/Test Movie).</p>
<h2 id="sub-title">Conclusion</h2>
<p>It&#8217;s probably one of the best flash scrollbars on the market. You will find it useful any time you want to scroll a textfield, an image,a  movieclip and has some great features.</p>
]]></description>
			<content:encoded><![CDATA[<p>I know that probably every time when you have to design a website, at a certain moment you want something to be scrolled (a movieclip, textfield). You can do a basic scroller or use the default one from Flash of course, but instead why don&#8217;t you use something that can do all that and much more with no limitations and save you precious time.</p>
<p><span id="more-952"></span>The <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html" target="_blank">Advanced Scrollbar</a></span> component developed by <span id="writer-content"><a href="http://www.flashtuning.net" target="_blank">Flashtuning</a></span> provides extended scrolling control over any content type within movie clip and adapts automatically for both static and dynamic types of content.</p>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_scrollbar_sample1_200684810"
			class="flashmovie"
			width="380"
			height="226">
	<param name="movie" value="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample1.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample1.swf"
			name="fm_scrollbar_sample1_200684810"
			width="380"
			height="226">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--<![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 id="sub-title">Requirements</h2>
<p>The Scrollbar is available in two versions one for <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html" target="_blank">Actionscript 2.0</a></span> and the other for <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-3.0_15.html" target="_blank">Actionscript 3.0</a></span>. You can download a <span id="writer-content"><a href="http://www.flashtuning.net/components/Advanced-Scroll-Bar-AS-2.0_3.html" target="_blank">trial version</a></span> (click on the Free Download link above the examples) that has a limit of max 350 X 200 pixels for the visible area size and watermark attached, as a trial limitation. To get the full version with no restrictions you need to purchase a license for $7.00.</p>
<h2 id="sub-title">Features</h2>
<ul id="circle">
<li>You can use it in either vertical or horizontal modes and you can configure two component instances to create a Scroll Pane.</li>
<li>Switch scrolling targets during runtime</li>
<li>Choice and adjustment of scroll easing types (basic, bounce, elastic, inertia)</li>
<li>Choice of scrollbar layouts (buttons and slider, buttons only, slider only)</li>
<li>Run-time resizable visible area</li>
<li>Free/Snap to visible area modes support</li>
<li>Autohide/disable mechanism</li>
<li>Mouse wheel support</li>
<li>Customizable skins on per instance or global basis</li>
<li>Skin elements color overlays</li>
<li>Dynamic control through Actionscript API</li>
<li>Fixed Track Body option</li>
<li>Fixed Slider Body option</li>
<li>Use Invisible Mask option</li>
<li>Scroll Percentage option</li>
<li>Built in Help Book that can be accessed via the Flash Help Panel</li>
</ul>
<div align="center" class="border-media">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_scrollbar_sample2_420939775"
			class="flashmovie"
			width="380"
			height="149">
	<param name="movie" value="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample2.swf" />
	<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/reviews/scrollbar/scrollbar_sample2.swf"
			name="fm_scrollbar_sample2_420939775"
			width="380"
			height="149">
		<param name="base" value="http://www.flashuser.net/flash-files/freebie/movie_credits/" />
	<!--<![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 id="sub-title">How to use it</h2>
<p>We&#8217;ll set up a simple scrolling movie clip with text inside.</p>
<p><strong>1.</strong> Start Adobe Flash, open a new document and set a 30 fps or higher in the Document Properties Panel to achieve a smoother animation.</p>
<p><strong>2.</strong> Open the <strong>Components</strong> panel (Window/Components). You will find the component in the  <strong>Flashtuning</strong> folder.</p>
<p><strong>3.</strong> Drag the component (<strong>FtScrollBar</strong>) from the Components panel to the stage. The component graphic symbol should now be displayed on the stage.</p>
<p><strong>4.</strong> Create a new Movie Clip to be scrolled:</p>
<ul id="circle">
<li>Create a Text Field on the scene and type in few text blocks.</li>
<li>Select the Text Field and convert it to a Movie Clip symbol ( Modify/Convert to Symbol) with the registration point top left.</li>
<li>Give the new Movie Clip an unique instance name (in the Properties Panel).</li>
</ul>
<p><strong>5.</strong> Select the Scroll Bar component on the stage and configure its parameters in the <strong>Parameters</strong> panel or in the <strong>Component Inspector</strong> panel (Window/Component Inspector):</p>
<ul id="circle">
<li>Instruct the component to scroll the newly created Movie Clip as the target movie clip ( <strong>targetMovieClip</strong>).</li>
<li> Set the viewAreaHeight and viewAreaWidth.</li>
<li>Set the snapMode to snapToView value.</li>
<li>Leave the rest of the parameters unchanged unless you want to adjust some values, as they are already populated with default settings.</li>
</ul>
<p><strong>6.</strong> Test the scene (Control/Test Movie).</p>
<h2 id="sub-title">Conclusion</h2>
<p>It&#8217;s probably one of the best flash scrollbars on the market. You will find it useful any time you want to scroll a textfield, an image,a  movieclip and has some great features.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/review-flashtuning-scrollbar-component.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Freebie: Good looking Fluid Contact Form</title>
		<link>http://www.flashuser.net/flash-components/freebie-good-looking-flash-contact-form.html</link>
		<comments>http://www.flashuser.net/flash-components/freebie-good-looking-flash-contact-form.html#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:20:32 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=658</guid>
		<description><![CDATA[<p>This free flash file is really great and will help you bring a new look to your projects. It provides extended control over any field within the contact form Movie Clip and adapts automatically for user text input.</p>
<p><span id="more-658"></span></p>
<p>The file is easy to use and customize, you just need to open the FLA file and you can adjust the graphics and the parameters values according to your needs. The form fields are dynamically checked while entering text, when the green text appears means that the field you completed is valid. The email input text has a basic email validation. The code is very well commented so you can modify the parameters easily.</p>
<p>The Fluid Contact Form is built in Actionscript 2.0. You are free to test and use it and don&#8217;t forget to give us credits.</p>
<div align="center" class="border-media">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_contact_form_1706796253"
			class="flashmovie"
			width="300"
			height="400">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/contact_form/contact_form.swf " />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/contact_form/contact_form.swf "
			name="fm_contact_form_1706796253"
			width="300"
			height="400">
	<!--<![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/contact_form/contact_form.zip" color="FF0000" target="_blank"><span>Download Source</span></a></div>
]]></description>
			<content:encoded><![CDATA[<p>This free flash file is really great and will help you bring a new look to your projects. It provides extended control over any field within the contact form Movie Clip and adapts automatically for user text input.</p>
<p><span id="more-658"></span></p>
<p>The file is easy to use and customize, you just need to open the FLA file and you can adjust the graphics and the parameters values according to your needs. The form fields are dynamically checked while entering text, when the green text appears means that the field you completed is valid. The email input text has a basic email validation. The code is very well commented so you can modify the parameters easily.</p>
<p>The Fluid Contact Form is built in Actionscript 2.0. You are free to test and use it and don&#8217;t forget to give us credits.</p>
<div align="center" class="border-media">

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_contact_form_563636535"
			class="flashmovie"
			width="300"
			height="400">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/contact_form/contact_form.swf " />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/contact_form/contact_form.swf "
			name="fm_contact_form_563636535"
			width="300"
			height="400">
	<!--<![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/contact_form/contact_form.zip" color="FF0000" target="_blank"><span>Download Source</span></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/freebie-good-looking-flash-contact-form.html/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Freebie: Flash Component Progress Bar</title>
		<link>http://www.flashuser.net/flash-components/freebie-flash-component-progressbar.html</link>
		<comments>http://www.flashuser.net/flash-components/freebie-flash-component-progressbar.html#comments</comments>
		<pubDate>Fri, 10 Jul 2009 11:53:58 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[flash component]]></category>
		<category><![CDATA[mxp]]></category>
		<category><![CDATA[preloader]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=393</guid>
		<description><![CDATA[<p>This freebie comes from <span id="writer-content"><a href="http://www.flashtuning.net/" color="FF0000" target="_blank">Flashtuning</a></span>, a great flash developer. The Progress Bar component monitors the progress of loading content from multiple sources. It&#8217;s a Flash MXP file so for using you must install it through Adobe Extension Manager. It&#8217;s very well documented and has a built in Help Book, that can be accesed via Flash Help Panel. Available for ActionScript 2.0.</p>
<p><span id="more-393"></span></p>
<p>Here are some of the features:<br />
* Multiple source objects support of different types (eg. movie clip, XML, sound, loader)<br />
* Choice of fill direction<br />
* Customizable skins on a per instance or global basis<br />
* Choice of different display modes<br />
* Choice and adjustment of progress bar fill easing types<br />
* Automatic/Manual progress </p>
<p>If you can&#8217;t handle how to install it, a quick start guide is available on his site. Also check <span id="writer-content"><a href="http://www.flashtuning.net/" color="FF0000" target="_blank">his portfolio</a></span> for other awesome flash files.</p>
<p>Example: </p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_progressbar_254474782"
			class="flashmovie"
			width="380"
			height="95">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/progressbar.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/progressbar.swf"
			name="fm_progressbar_254474782"
			width="380"
			height="95">
	<!--<![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>
<p><span id="writer-content"><a href="http://www.flashtuning.net/components/Progress-Bar-AS-2.0_30.html" color="FF0000" target="_blank">Download the file</a></span></p>
]]></description>
			<content:encoded><![CDATA[<p>This freebie comes from <span id="writer-content"><a href="http://www.flashtuning.net/" color="FF0000" target="_blank">Flashtuning</a></span>, a great flash developer. The Progress Bar component monitors the progress of loading content from multiple sources. It&#8217;s a Flash MXP file so for using you must install it through Adobe Extension Manager. It&#8217;s very well documented and has a built in Help Book, that can be accesed via Flash Help Panel. Available for ActionScript 2.0.</p>
<p><span id="more-393"></span></p>
<p>Here are some of the features:<br />
* Multiple source objects support of different types (eg. movie clip, XML, sound, loader)<br />
* Choice of fill direction<br />
* Customizable skins on a per instance or global basis<br />
* Choice of different display modes<br />
* Choice and adjustment of progress bar fill easing types<br />
* Automatic/Manual progress </p>
<p>If you can&#8217;t handle how to install it, a quick start guide is available on his site. Also check <span id="writer-content"><a href="http://www.flashtuning.net/" color="FF0000" target="_blank">his portfolio</a></span> for other awesome flash files.</p>
<p>Example: </p>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
			id="fm_progressbar_895928477"
			class="flashmovie"
			width="380"
			height="95">
	<param name="movie" value="http://www.flashuser.net/flash-files/freebie/progressbar.swf" />
	<!--[if !IE]>-->
	<object	type="application/x-shockwave-flash"
			data="http://www.flashuser.net/flash-files/freebie/progressbar.swf"
			name="fm_progressbar_895928477"
			width="380"
			height="95">
	<!--<![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>
<p><span id="writer-content"><a href="http://www.flashtuning.net/components/Progress-Bar-AS-2.0_30.html" color="FF0000" target="_blank">Download the file</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/freebie-flash-component-progressbar.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>20 Great Flash Menus on FlashComponents.net</title>
		<link>http://www.flashuser.net/flash-components/20-great-flash-menus-on-flashcomponentsnet.html</link>
		<comments>http://www.flashuser.net/flash-components/20-great-flash-menus-on-flashcomponentsnet.html#comments</comments>
		<pubDate>Mon, 06 Jul 2009 11:02:32 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash Menus]]></category>
		<category><![CDATA[flash menu]]></category>
		<category><![CDATA[navigation]]></category>
		<category><![CDATA[tab]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=304</guid>
		<description><![CDATA[<p>I think that the most important part of a website it&#8217;s his navigation menu. For me it has to be simple, attractive and easy to understand. Because it&#8217;s essential for your audience to know exactly where they are and not get lost in a labyrinth of submenus and sections.</p>
<p><span id="more-304"></span></p>
<p>As a flash lover, I enjoy the animated flash menus because they are interactive and eye-catching. So I decide to share with you 20 navigation menus that caught my attention on FlashComponents.net. Hope they inspire you and if you got a flash menu that you like, share with us.</p>
<p><strong>1. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/dock_menu_xml_3.0.html" color="FF0000" target="_blank">Dock Menu XML 3.0</a></span><br />
Mac OS X Style Dock Menu.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/dock_menu_xml_3.0.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/dock_menu.jpg" alt="dock_menu" title="dock_menu" width="485" height="150" class="alignnone size-full wp-image-310" /></a></div>
<p><strong>2. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_tweened_menu.html" color="FF0000" target="_blank">XML Tweened Menu</a></span><br />
File is prepared for HTML and Flash use (FlashVars and drag&#038;drop). All settings can be changed via XML (slider colors, radius, position, text colors, tweens)</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_tweened_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_tweened_menu.jpg" alt="xml_tweened_menu" title="xml_tweened_menu" width="393" height="90" class="alignnone size-full wp-image-311" /></a></div>
<p><strong>3. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/sliding_accordion_xml_menu_v1.6.html" color="FF0000" target="_blank">Sliding Accordion XML Menu</a></span><br />
Sliding XML Menu with accordion effect.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/sliding_accordion_xml_menu_v1.6.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/sliding_accordion_menu.jpg" alt="sliding_accordion_menu" title="sliding_accordion_menu" width="560" height="125" class="alignnone size-full wp-image-313" /></a></div>
<p><strong>4. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_curve_menu_cs.html" color="FF0000" target="_blank">Curve Menu CS</a></span><br />
CurveMenu CS is a component which can help designer or developer to add a unique curved menu in their Flash website. It is a navigation menu with perfect sliding effect and unique touch control. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_curve_menu_cs.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/curve_menu.jpg" alt="curve_menu" title="curve_menu" width="556" height="200" class="alignnone size-full wp-image-316" /></a></div>
<p><strong>5. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/two_level_menu_04.html" color="FF0000" target="_blank">Two Level Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/two_level_menu_04.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/two_level_menu.jpg" alt="two_level_menu" title="two_level_menu" width="516" height="96" class="alignnone size-full wp-image-317" /></a></div>
<p><strong>6. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/blur_scale_xml_menu.html" color="FF0000" target="_blank">Blur Scale XML Menu</a></span><br />
Scaling &#038; blurring horizontal menu with XML. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/blur_scale_xml_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/blur_scale_menu.jpg" alt="blur_scale_menu" title="blur_scale_menu" width="560" height="107" class="alignnone size-full wp-image-318" /></a></div>
<p><strong>7. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/drop_down_tree_menu_v3.html" color="FF0000" target="_blank">Drop Down Tree Menu</a></span><br />
The Drop Down Tree Menu V3 is a flash component designed to help you load a tree menu structure in a drop-down fashion.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/drop_down_tree_menu_v3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/drop_down_tree_menu.jpg" alt="drop_down_tree_menu" title="drop_down_tree_menu" width="386" height="155" class="alignnone size-full wp-image-319" /></a></div>
<p><strong>8. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/tsunami_text_menu_as3.0.html" color="FF0000" target="_blank">Tsunami Text Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/tsunami_text_menu_as3.0.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/tsunami_menu.jpg" alt="tsunami_menu" title="tsunami_menu" width="259" height="223" class="alignnone size-full wp-image-320" /></a></div>
<p><strong>9. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/3d_zoom_menu_xml_as_3.html" color="FF0000" target="_blank">3D Image Zoom Menu XML</a></span><br />
3D XML driven menu with perspective ,depth, items zooming and coloring.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/3d_zoom_menu_xml_as_3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/3d_zoom_menu.jpg" alt="3d_zoom_menu" title="3d_zoom_menu" width="560" height="162" class="alignnone size-full wp-image-321" /></a></div>
<p><strong>10. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/h_menu.html" color="FF0000" target="_blank">H-Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/h_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/h_menu.jpg" alt="h_menu" title="h_menu" width="560" height="148" class="alignnone size-full wp-image-322" /></a></div>
<p><strong>11. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/elastic_menu.html" color="FF0000" target="_blank">Elastic Menu</a></span><br />
Very easy to set up, that component will generate a horizontal or vertical menu with your own designed buttons. You can set few parameters, and you are good to go! </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/elastic_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/elastic_menu.jpg" alt="elastic_menu" title="elastic_menu" width="431" height="282" class="alignnone size-full wp-image-324" /></a></div>
<p><strong>12. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_tree_menu.html" color="FF0000" target="_blank">Xml Tree Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_tree_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_tree_menu.jpg" alt="xml_tree_menu" title="xml_tree_menu" width="222" height="236" class="alignnone size-full wp-image-327" /></a></div>
<p><strong>13. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_sliding_menu_2.html" color="FF0000" target="_blank">XML Sliding Menu 2</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_sliding_menu_2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_slide_menu.jpg" alt="xml_slide_menu" title="xml_slide_menu" width="427" height="109" class="alignnone size-full wp-image-328" /></a></div>
<p><strong>14. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_accordion_icon_menu.html" color="FF0000" target="_blank">XML Accordion Icon Menu</a></span><br />
The XML Accordion Icon Menu displays images in a vertical menu that opens like an accordion. Icons, titles, URL, and themes, are defined in an external XML file.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_accordion_icon_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_accordion_icon_menu.jpg" alt="xml_accordion_icon_menu" title="xml_accordion_icon_menu" width="560" height="206" class="alignnone size-full wp-image-330" /></a></div>
<p><strong>15. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/ultra_xml_menu.html" color="FF0000" target="_blank">Ultra XML Menu</a></span><br />
You can adjust button colors, font, tween type, speed, sliding direction, align.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/ultra_xml_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/ultra_xml_menu.jpg" alt="ultra_xml_menu" title="ultra_xml_menu" width="173" height="195" class="alignnone size-full wp-image-331" /></a></div>
<p><strong>16. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_3d_rotate_carousel_as_3.html" color="FF0000" target="_blank">3D Image Rotator Carousel XML</a></span><br />
Easy to adjust parameters for fading effects, perspective manipulation, keyboard and/or mouse enabled movements and rotation to setup your desired 3D Carousel in minutes. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_3d_rotate_carousel_as_3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/3d_rotate_carousel.jpg" alt="3d_rotate_carousel" title="3d_rotate_carousel" width="560" height="269" class="alignnone size-full wp-image-332" /></a></div>
<p><strong>17. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/horizontal_dynamic_neon_menu.html" color="FF0000" target="_blank">Horizontal Dynamic Neon Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/horizontal_dynamic_neon_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/horizontal_neon_menu.jpg" alt="horizontal_neon_menu" title="horizontal_neon_menu" width="480" height="42" class="alignnone size-full wp-image-333" /></a></div>
<p><strong>18. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_bounce_up_menu_-_as2.html" color="FF0000" target="_blank">XML Bounce Up Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_bounce_up_menu_-_as2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_bounce_up_menu.jpg" alt="xml_bounce_up_menu" title="xml_bounce_up_menu" width="560" height="112" class="alignnone size-full wp-image-334" /></a></div>
<p><strong>19. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/cool_horizontal_menu.html" color="FF0000" target="_blank">Cool Horizontal Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/cool_horizontal_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/cool_horizontal_menu.jpg" alt="cool_horizontal_menu" title="cool_horizontal_menu" width="560" height="63" class="alignnone size-full wp-image-335" /></a></div>
<p><strong>20. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/elastic_flash_menu.html" color="FF0000" target="_blank">Elastic Flash Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/elastic_flash_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/elastic_flash_menu.jpg" alt="elastic_flash_menu" title="elastic_flash_menu" width="372" height="95" class="alignnone size-full wp-image-336" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>I think that the most important part of a website it&#8217;s his navigation menu. For me it has to be simple, attractive and easy to understand. Because it&#8217;s essential for your audience to know exactly where they are and not get lost in a labyrinth of submenus and sections.</p>
<p><span id="more-304"></span></p>
<p>As a flash lover, I enjoy the animated flash menus because they are interactive and eye-catching. So I decide to share with you 20 navigation menus that caught my attention on FlashComponents.net. Hope they inspire you and if you got a flash menu that you like, share with us.</p>
<p><strong>1. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/dock_menu_xml_3.0.html" color="FF0000" target="_blank">Dock Menu XML 3.0</a></span><br />
Mac OS X Style Dock Menu.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/dock_menu_xml_3.0.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/dock_menu.jpg" alt="dock_menu" title="dock_menu" width="485" height="150" class="alignnone size-full wp-image-310" /></a></div>
<p><strong>2. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_tweened_menu.html" color="FF0000" target="_blank">XML Tweened Menu</a></span><br />
File is prepared for HTML and Flash use (FlashVars and drag&#038;drop). All settings can be changed via XML (slider colors, radius, position, text colors, tweens)</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_tweened_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_tweened_menu.jpg" alt="xml_tweened_menu" title="xml_tweened_menu" width="393" height="90" class="alignnone size-full wp-image-311" /></a></div>
<p><strong>3. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/sliding_accordion_xml_menu_v1.6.html" color="FF0000" target="_blank">Sliding Accordion XML Menu</a></span><br />
Sliding XML Menu with accordion effect.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/sliding_accordion_xml_menu_v1.6.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/sliding_accordion_menu.jpg" alt="sliding_accordion_menu" title="sliding_accordion_menu" width="560" height="125" class="alignnone size-full wp-image-313" /></a></div>
<p><strong>4. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_curve_menu_cs.html" color="FF0000" target="_blank">Curve Menu CS</a></span><br />
CurveMenu CS is a component which can help designer or developer to add a unique curved menu in their Flash website. It is a navigation menu with perfect sliding effect and unique touch control. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_curve_menu_cs.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/curve_menu.jpg" alt="curve_menu" title="curve_menu" width="556" height="200" class="alignnone size-full wp-image-316" /></a></div>
<p><strong>5. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/two_level_menu_04.html" color="FF0000" target="_blank">Two Level Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/two_level_menu_04.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/two_level_menu.jpg" alt="two_level_menu" title="two_level_menu" width="516" height="96" class="alignnone size-full wp-image-317" /></a></div>
<p><strong>6. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/blur_scale_xml_menu.html" color="FF0000" target="_blank">Blur Scale XML Menu</a></span><br />
Scaling &#038; blurring horizontal menu with XML. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/blur_scale_xml_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/blur_scale_menu.jpg" alt="blur_scale_menu" title="blur_scale_menu" width="560" height="107" class="alignnone size-full wp-image-318" /></a></div>
<p><strong>7. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/drop_down_tree_menu_v3.html" color="FF0000" target="_blank">Drop Down Tree Menu</a></span><br />
The Drop Down Tree Menu V3 is a flash component designed to help you load a tree menu structure in a drop-down fashion.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/drop_down_tree_menu_v3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/drop_down_tree_menu.jpg" alt="drop_down_tree_menu" title="drop_down_tree_menu" width="386" height="155" class="alignnone size-full wp-image-319" /></a></div>
<p><strong>8. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/tsunami_text_menu_as3.0.html" color="FF0000" target="_blank">Tsunami Text Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/tsunami_text_menu_as3.0.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/tsunami_menu.jpg" alt="tsunami_menu" title="tsunami_menu" width="259" height="223" class="alignnone size-full wp-image-320" /></a></div>
<p><strong>9. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/3d_zoom_menu_xml_as_3.html" color="FF0000" target="_blank">3D Image Zoom Menu XML</a></span><br />
3D XML driven menu with perspective ,depth, items zooming and coloring.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/3d_zoom_menu_xml_as_3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/3d_zoom_menu.jpg" alt="3d_zoom_menu" title="3d_zoom_menu" width="560" height="162" class="alignnone size-full wp-image-321" /></a></div>
<p><strong>10. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/h_menu.html" color="FF0000" target="_blank">H-Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/h_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/h_menu.jpg" alt="h_menu" title="h_menu" width="560" height="148" class="alignnone size-full wp-image-322" /></a></div>
<p><strong>11. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/elastic_menu.html" color="FF0000" target="_blank">Elastic Menu</a></span><br />
Very easy to set up, that component will generate a horizontal or vertical menu with your own designed buttons. You can set few parameters, and you are good to go! </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/elastic_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/elastic_menu.jpg" alt="elastic_menu" title="elastic_menu" width="431" height="282" class="alignnone size-full wp-image-324" /></a></div>
<p><strong>12. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_tree_menu.html" color="FF0000" target="_blank">Xml Tree Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_tree_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_tree_menu.jpg" alt="xml_tree_menu" title="xml_tree_menu" width="222" height="236" class="alignnone size-full wp-image-327" /></a></div>
<p><strong>13. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_sliding_menu_2.html" color="FF0000" target="_blank">XML Sliding Menu 2</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_sliding_menu_2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_slide_menu.jpg" alt="xml_slide_menu" title="xml_slide_menu" width="427" height="109" class="alignnone size-full wp-image-328" /></a></div>
<p><strong>14. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_accordion_icon_menu.html" color="FF0000" target="_blank">XML Accordion Icon Menu</a></span><br />
The XML Accordion Icon Menu displays images in a vertical menu that opens like an accordion. Icons, titles, URL, and themes, are defined in an external XML file.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_accordion_icon_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_accordion_icon_menu.jpg" alt="xml_accordion_icon_menu" title="xml_accordion_icon_menu" width="560" height="206" class="alignnone size-full wp-image-330" /></a></div>
<p><strong>15. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/ultra_xml_menu.html" color="FF0000" target="_blank">Ultra XML Menu</a></span><br />
You can adjust button colors, font, tween type, speed, sliding direction, align.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/ultra_xml_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/ultra_xml_menu.jpg" alt="ultra_xml_menu" title="ultra_xml_menu" width="173" height="195" class="alignnone size-full wp-image-331" /></a></div>
<p><strong>16. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/flash_3d_rotate_carousel_as_3.html" color="FF0000" target="_blank">3D Image Rotator Carousel XML</a></span><br />
Easy to adjust parameters for fading effects, perspective manipulation, keyboard and/or mouse enabled movements and rotation to setup your desired 3D Carousel in minutes. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/flash_3d_rotate_carousel_as_3.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/3d_rotate_carousel.jpg" alt="3d_rotate_carousel" title="3d_rotate_carousel" width="560" height="269" class="alignnone size-full wp-image-332" /></a></div>
<p><strong>17. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/horizontal_dynamic_neon_menu.html" color="FF0000" target="_blank">Horizontal Dynamic Neon Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/horizontal_dynamic_neon_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/horizontal_neon_menu.jpg" alt="horizontal_neon_menu" title="horizontal_neon_menu" width="480" height="42" class="alignnone size-full wp-image-333" /></a></div>
<p><strong>18. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/xml_bounce_up_menu_-_as2.html" color="FF0000" target="_blank">XML Bounce Up Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_bounce_up_menu_-_as2.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/xml_bounce_up_menu.jpg" alt="xml_bounce_up_menu" title="xml_bounce_up_menu" width="560" height="112" class="alignnone size-full wp-image-334" /></a></div>
<p><strong>19. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/cool_horizontal_menu.html" color="FF0000" target="_blank">Cool Horizontal Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/cool_horizontal_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/cool_horizontal_menu.jpg" alt="cool_horizontal_menu" title="cool_horizontal_menu" width="560" height="63" class="alignnone size-full wp-image-335" /></a></div>
<p><strong>20. </strong><span id="writer-content"><a href="http://www.flashcomponents.net/component/elastic_flash_menu.html" color="FF0000" target="_blank">Elastic Flash Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/elastic_flash_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/07/elastic_flash_menu.jpg" alt="elastic_flash_menu" title="elastic_flash_menu" width="372" height="95" class="alignnone size-full wp-image-336" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/20-great-flash-menus-on-flashcomponentsnet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash of the day #3</title>
		<link>http://www.flashuser.net/flash-components/flash-of-the-day-3.html</link>
		<comments>http://www.flashuser.net/flash-components/flash-of-the-day-3.html#comments</comments>
		<pubDate>Sat, 27 Jun 2009 20:33:55 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[mxp]]></category>
		<category><![CDATA[transformers]]></category>
		<category><![CDATA[transitions]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=245</guid>
		<description><![CDATA[<p>Because we&#8217;d like to be inspired, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter http://www.twitter.com/flashuser</p>
<p><span id="more-245"></span></p>
<p><span id="writer-content"><a href="http://www.transformersmovie.com/" color="FF0000" target="_blank">Transformers: Revenge of the Fallen</a></span><br />
Don&#8217;t miss the second part. Revenge is coming.</p>
<div align="center" class="border-media"><a href="http://www.transformersmovie.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/transformers2.jpg" alt="transformers2" title="transformers2" width="560" height="340" class="alignnone size-full wp-image-247" /></a></div>
<p><span id="writer-content"><a href="http://www.flashcomponents.net/component/mcte_collection_plus.html" color="FF0000" target="_blank">MCTE Collection Plus</a></span><br />
Great flash transition collection package that is a time saver for your projects.<br />
Have you ever wanted to have a single easy to use movie clip transition component that you could use to perform all possible transitions between 2 different states of a movie clip or between 2 different movie clips? </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/mcte_collection_plus.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/mcte.jpg" alt="mcte" title="mcte" width="560" height="341" class="alignnone size-full wp-image-248" /></a></div>
]]></description>
			<content:encoded><![CDATA[<p>Because we&#8217;d like to be inspired, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter http://www.twitter.com/flashuser</p>
<p><span id="more-245"></span></p>
<p><span id="writer-content"><a href="http://www.transformersmovie.com/" color="FF0000" target="_blank">Transformers: Revenge of the Fallen</a></span><br />
Don&#8217;t miss the second part. Revenge is coming.</p>
<div align="center" class="border-media"><a href="http://www.transformersmovie.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/transformers2.jpg" alt="transformers2" title="transformers2" width="560" height="340" class="alignnone size-full wp-image-247" /></a></div>
<p><span id="writer-content"><a href="http://www.flashcomponents.net/component/mcte_collection_plus.html" color="FF0000" target="_blank">MCTE Collection Plus</a></span><br />
Great flash transition collection package that is a time saver for your projects.<br />
Have you ever wanted to have a single easy to use movie clip transition component that you could use to perform all possible transitions between 2 different states of a movie clip or between 2 different movie clips? </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/mcte_collection_plus.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/06/mcte.jpg" alt="mcte" title="mcte" width="560" height="341" class="alignnone size-full wp-image-248" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/flash-of-the-day-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 Most Worth It Flash Galleries</title>
		<link>http://www.flashuser.net/flash-components/15-most-worth-it-flash-galleries.html</link>
		<comments>http://www.flashuser.net/flash-components/15-most-worth-it-flash-galleries.html#comments</comments>
		<pubDate>Thu, 18 Jun 2009 12:35:20 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash Components]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[xml]]></category>

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

		<guid isPermaLink="false">http://www.flashuser.net/?p=25</guid>
		<description><![CDATA[<p><span id="writer-content"><a href="http://www.flashuser.net" color="FF0000">FlashUser.net</a></span> 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.<br />
</br><br />
Our aim is to simplify your daily Flash tasks and provide useful quick tips and tricks and comparison between various Flash products available on the market that take too much time to develop yourself or search the net on tight deadlines.<br />
</br><br />
If you create HTML web site layouts having embedded Flash objects such as XML driven Flash Menus, Flash Galleries, Flash Slideshows, Flash Banner Rotators or if you develop full Flash site templates and applications and need to choose the right Flash component for your project, <span id="writer-content"><a href="http://www.flashuser.net" color="FF0000">FlashUser.net</a></span> is your ultimate Flash Components reviews and essential ActionScript techniques resource.</p>
]]></description>
			<content:encoded><![CDATA[<p><span id="writer-content"><a href="http://www.flashuser.net" color="FF0000">FlashUser.net</a></span> 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.<br />
</br><br />
Our aim is to simplify your daily Flash tasks and provide useful quick tips and tricks and comparison between various Flash products available on the market that take too much time to develop yourself or search the net on tight deadlines.<br />
</br><br />
If you create HTML web site layouts having embedded Flash objects such as XML driven Flash Menus, Flash Galleries, Flash Slideshows, Flash Banner Rotators or if you develop full Flash site templates and applications and need to choose the right Flash component for your project, <span id="writer-content"><a href="http://www.flashuser.net" color="FF0000">FlashUser.net</a></span> is your ultimate Flash Components reviews and essential ActionScript techniques resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-components/flash_reviews_actionscript_techniques.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
