<?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</title>
	<atom:link href="http://www.flashuser.net/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, 10 Feb 2010 12:01:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>X-Treme Accordion XML</title>
		<link>http://www.flashuser.net/flash-actionscript-as2/flash-x-treme-accordion-xml.html</link>
		<comments>http://www.flashuser.net/flash-actionscript-as2/flash-x-treme-accordion-xml.html#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:01:55 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[flash accordion]]></category>
		<category><![CDATA[xml]]></category>

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

		<guid isPermaLink="false">http://www.flashuser.net/?p=2887</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2887"></span></p>
<p><span  id="writer-content"><a href="http://www.puma.jp/tribes/" target="_blank">Puma Tribes</a></span></p>
<div align="center" class="border-media"><a href="http://www.puma.jp/tribes/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/puma_tribes.jpg" alt="puma_tribes" title="puma_tribes" width="560" height="322" class="alignnone size-full wp-image-2889" /></a></div>
<p><span  id="writer-content"><a href="http://www.nerdfilms.tv/" target="_blank">Nerdfilms</a></span></p>
<div align="center" class="border-media"><a href="http://www.nerdfilms.tv/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/nerdfilms.jpg" alt="nerdfilms" title="nerdfilms" width="560" height="271" class="alignnone size-full wp-image-2890" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/as3_paypal_donate_button.html" target="_blank">AS3 PayPal Donate Button</a></span><br />
This is the PayPal Donate button done in Flash CS4 and ActionScript 3. Shows you how to handle form data in Flash and adds a great deal of functionality to your site.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as3_paypal_donate_button.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/paypal_donate_button.jpg" alt="paypal_donate_button" title="paypal_donate_button" width="503" height="188" class="alignnone size-full wp-image-2891" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-110.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2887"></span></p>
<p><span  id="writer-content"><a href="http://www.puma.jp/tribes/" target="_blank">Puma Tribes</a></span></p>
<div align="center" class="border-media"><a href="http://www.puma.jp/tribes/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/puma_tribes.jpg" alt="puma_tribes" title="puma_tribes" width="560" height="322" class="alignnone size-full wp-image-2889" /></a></div>
<p><span  id="writer-content"><a href="http://www.nerdfilms.tv/" target="_blank">Nerdfilms</a></span></p>
<div align="center" class="border-media"><a href="http://www.nerdfilms.tv/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/nerdfilms.jpg" alt="nerdfilms" title="nerdfilms" width="560" height="271" class="alignnone size-full wp-image-2890" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/as3_paypal_donate_button.html" target="_blank">AS3 PayPal Donate Button</a></span><br />
This is the PayPal Donate button done in Flash CS4 and ActionScript 3. Shows you how to handle form data in Flash and adds a great deal of functionality to your site.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as3_paypal_donate_button.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/paypal_donate_button.jpg" alt="paypal_donate_button" title="paypal_donate_button" width="503" height="188" class="alignnone size-full wp-image-2891" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-110.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-110.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 109</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-109.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-109.html#comments</comments>
		<pubDate>Thu, 19 Nov 2009 20:18:52 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[adidas]]></category>
		<category><![CDATA[ninjas]]></category>
		<category><![CDATA[tooltip]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2879</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2879"></span></p>
<p><span  id="writer-content"><a href="http://www.minininjas.com/us/" target="_blank">Mini Ninjas</a></span></p>
<div align="center" class="border-media"><a href="http://www.minininjas.com/us/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/mini_ninjas.jpg" alt="mini_ninjas" title="mini_ninjas" width="560" height="322" class="alignnone size-full wp-image-2881" /></a></div>
<p><span  id="writer-content"><a href="http://www.adidas.com/campaigns/adidasdfb/content/" target="_blank">Adidas &#8211; Teamgeist</a></span></p>
<div align="center" class="border-media"><a href="http://www.adidas.com/campaigns/adidasdfb/content/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/adidas_teamgeist.jpg" alt="adidas_teamgeist" title="adidas_teamgeist" width="560" height="363" class="alignnone size-full wp-image-2882" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/xml_tooltip_text_rotator.html" target="_blank">XML Tooltip Text Rotator</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_tooltip_text_rotator.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/xml_tooltip_text.jpg" alt="xml_tooltip_text" title="xml_tooltip_text" width="560" height="289" class="alignnone size-full wp-image-2883" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-109.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2879"></span></p>
<p><span  id="writer-content"><a href="http://www.minininjas.com/us/" target="_blank">Mini Ninjas</a></span></p>
<div align="center" class="border-media"><a href="http://www.minininjas.com/us/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/mini_ninjas.jpg" alt="mini_ninjas" title="mini_ninjas" width="560" height="322" class="alignnone size-full wp-image-2881" /></a></div>
<p><span  id="writer-content"><a href="http://www.adidas.com/campaigns/adidasdfb/content/" target="_blank">Adidas &#8211; Teamgeist</a></span></p>
<div align="center" class="border-media"><a href="http://www.adidas.com/campaigns/adidasdfb/content/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/adidas_teamgeist.jpg" alt="adidas_teamgeist" title="adidas_teamgeist" width="560" height="363" class="alignnone size-full wp-image-2882" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/xml_tooltip_text_rotator.html" target="_blank">XML Tooltip Text Rotator</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/xml_tooltip_text_rotator.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/xml_tooltip_text.jpg" alt="xml_tooltip_text" title="xml_tooltip_text" width="560" height="289" class="alignnone size-full wp-image-2883" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-109.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-109.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 108</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-108.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-108.html#comments</comments>
		<pubDate>Wed, 18 Nov 2009 11:50:51 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[flash template]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2871</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2871"></span></p>
<p><span  id="writer-content"><a href="http://www.jimcarrey.com/" target="_blank">Jim Carrey</a></span></p>
<div align="center" class="border-media"><a href="http://www.jimcarrey.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/jim_carey.jpg" alt="jim_carey" title="jim_carey" width="560" height="286" class="alignnone size-full wp-image-2874" /></a></div>
<p><span  id="writer-content"><a href="http://www.comunicacion.com/" target="_blank">W360</a></span></p>
<div align="center" class="border-media"><a href="http://www.comunicacion.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/w360.jpg" alt="w360" title="w360" width="560" height="289" class="alignnone size-full wp-image-2875" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/full_photograper_xml_website_gallery.html" target="_blank">Full Photograper XML Website Gallery</a></span><br />
 It is a professional XML template that includes all necessary components, presentation of a portfolio. All parts website is set in XML files.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_photograper_xml_website_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/flash_photographer_template.jpg" alt="flash_photographer_template" title="flash_photographer_template" width="560" height="290" class="alignnone size-full wp-image-2876" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-108.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2871"></span></p>
<p><span  id="writer-content"><a href="http://www.jimcarrey.com/" target="_blank">Jim Carrey</a></span></p>
<div align="center" class="border-media"><a href="http://www.jimcarrey.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/jim_carey.jpg" alt="jim_carey" title="jim_carey" width="560" height="286" class="alignnone size-full wp-image-2874" /></a></div>
<p><span  id="writer-content"><a href="http://www.comunicacion.com/" target="_blank">W360</a></span></p>
<div align="center" class="border-media"><a href="http://www.comunicacion.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/w360.jpg" alt="w360" title="w360" width="560" height="289" class="alignnone size-full wp-image-2875" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/full_photograper_xml_website_gallery.html" target="_blank">Full Photograper XML Website Gallery</a></span><br />
 It is a professional XML template that includes all necessary components, presentation of a portfolio. All parts website is set in XML files.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/full_photograper_xml_website_gallery.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/flash_photographer_template.jpg" alt="flash_photographer_template" title="flash_photographer_template" width="560" height="290" class="alignnone size-full wp-image-2876" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-108.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-108.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AIR 2.0 and FP 10.1 &#8211; new beta releases from Adobe</title>
		<link>http://www.flashuser.net/flash-news/air-2-0-and-fp-10-1-new-releases-from-adobe.html</link>
		<comments>http://www.flashuser.net/flash-news/air-2-0-and-fp-10-1-new-releases-from-adobe.html#comments</comments>
		<pubDate>Tue, 17 Nov 2009 21:48:36 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash News]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[AIR 2.0]]></category>
		<category><![CDATA[FP 10.1]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2860</guid>
		<description><![CDATA[<p>At this year’s Adobe Max Conference we were announced to expect two major product releases from Adobe. They kept their word: just yesterday Adobe made public the beta release of AIR 2.0, the next iteration of the AIR platform, and the prerelease of Flash® Player 10.1.</p>
<p><span id="more-2860"></span><strong>AIR 2.0</strong> comes with great updates and new features that will enable developers to create cross-platform applications faster and more secure. Working with AIR 2.0 will turn out to be an exceptional application experience. Here is the list provided by Adobe Labs with the improved features:</p>
<ul id="circle">
<li>Open documents with default application</li>
<li>Mass storage volume detection</li>
<li>Native process API</li>
<li>Microphone data access</li>
<li>Multi-touch and gesture events</li>
<li>Global error handling</li>
<li>Improved IPv6 support</li>
<li>Server sockets sup</li>
<li>Database transaction savepoints</li>
<li>Screen reader support (Windows only)</li>
<li>File promises (Windows/Mac only)</li>
<li>IME API and IME text input enhancement</li>
<li>Webkit update with HTML5/CSS3 support</li>
<li>Improved security and support for enterprise and government standards</li>
</ul>
<p>As for the prerelease of <strong>FP 10.1</strong> we must know that this “is the first runtime release of the Open Screen Project that enables uncompromised Web browsing of expressive applications, content and video across devices”.  Flash Player is a cross-platform runtime across desktop and mobile devices, therefore having support on a wide range of devices from smartphones to netbooks or smartbooks.</p>
<h2 class="sub-title">Note</h2>
<p>A thing we should consider is that both versions are either beta or prerelease which means they will probably have some bugs, but the full half of the glass is that we can explore these new features and test them on our new projects. As Adobe developers is our job to provide a feedback in order to improve the future alpha releases.</p>
<p>For further information about these products and were you can download them access the <span  id="writer-content"><a href="http://labs.adobe.com/" target="_blank">Adobe Labs</a></span> page.</p>
 tweetmeme_url='http://www.flashuser.net/flash-news/air-2-0-and-fp-10-1-new-releases-from-adobe.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>At this year’s Adobe Max Conference we were announced to expect two major product releases from Adobe. They kept their word: just yesterday Adobe made public the beta release of AIR 2.0, the next iteration of the AIR platform, and the prerelease of Flash® Player 10.1.</p>
<p><span id="more-2860"></span><strong>AIR 2.0</strong> comes with great updates and new features that will enable developers to create cross-platform applications faster and more secure. Working with AIR 2.0 will turn out to be an exceptional application experience. Here is the list provided by Adobe Labs with the improved features:</p>
<ul id="circle">
<li>Open documents with default application</li>
<li>Mass storage volume detection</li>
<li>Native process API</li>
<li>Microphone data access</li>
<li>Multi-touch and gesture events</li>
<li>Global error handling</li>
<li>Improved IPv6 support</li>
<li>Server sockets sup</li>
<li>Database transaction savepoints</li>
<li>Screen reader support (Windows only)</li>
<li>File promises (Windows/Mac only)</li>
<li>IME API and IME text input enhancement</li>
<li>Webkit update with HTML5/CSS3 support</li>
<li>Improved security and support for enterprise and government standards</li>
</ul>
<p>As for the prerelease of <strong>FP 10.1</strong> we must know that this “is the first runtime release of the Open Screen Project that enables uncompromised Web browsing of expressive applications, content and video across devices”.  Flash Player is a cross-platform runtime across desktop and mobile devices, therefore having support on a wide range of devices from smartphones to netbooks or smartbooks.</p>
<h2 class="sub-title">Note</h2>
<p>A thing we should consider is that both versions are either beta or prerelease which means they will probably have some bugs, but the full half of the glass is that we can explore these new features and test them on our new projects. As Adobe developers is our job to provide a feedback in order to improve the future alpha releases.</p>
<p>For further information about these products and were you can download them access the <span  id="writer-content"><a href="http://labs.adobe.com/" target="_blank">Adobe Labs</a></span> page.</p>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-news/air-2-0-and-fp-10-1-new-releases-from-adobe.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-news/air-2-0-and-fp-10-1-new-releases-from-adobe.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 107</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-107.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-107.html#comments</comments>
		<pubDate>Wed, 11 Nov 2009 19:41:04 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[3d engine]]></category>
		<category><![CDATA[flash xml]]></category>
		<category><![CDATA[inspiration]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2853</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2853"></span></p>
<p><span  id="writer-content"><a href="http://www.happyingreenville.com/" target="_blank">Happy in Greenville</a></span></p>
<div align="center" class="border-media"><a href="http://www.happyingreenville.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/happy_in_greenville.jpg" alt="happy_in_greenville" title="happy_in_greenville" width="560" height="243" class="alignnone size-full wp-image-2855" /></a></div>
<p><span  id="writer-content"><a href="http://eksrtd.com/" target="_blank">EKSRTD</a></span></p>
<div align="center" class="border-media"><a href="http://eksrtd.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/eksrtd.jpg" alt="eksrtd" title="eksrtd" width="560" height="190" class="alignnone size-full wp-image-2856" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/3d_sphere_text_menu.html" target="_blank">3D Sphere Text Menu</a></span><br />
It is a cool text menu based on a 3d engine simulating a sphere. It has tons of options and it can be used in many ways, from displaying tags on your website to your site&#8217;s menu. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/3d_sphere_text_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/3d_sphere_text_menu.jpg" alt="3d_sphere_text_menu" title="3d_sphere_text_menu" width="560" height="277" class="alignnone size-full wp-image-2857" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-107.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2853"></span></p>
<p><span  id="writer-content"><a href="http://www.happyingreenville.com/" target="_blank">Happy in Greenville</a></span></p>
<div align="center" class="border-media"><a href="http://www.happyingreenville.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/happy_in_greenville.jpg" alt="happy_in_greenville" title="happy_in_greenville" width="560" height="243" class="alignnone size-full wp-image-2855" /></a></div>
<p><span  id="writer-content"><a href="http://eksrtd.com/" target="_blank">EKSRTD</a></span></p>
<div align="center" class="border-media"><a href="http://eksrtd.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/eksrtd.jpg" alt="eksrtd" title="eksrtd" width="560" height="190" class="alignnone size-full wp-image-2856" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/3d_sphere_text_menu.html" target="_blank">3D Sphere Text Menu</a></span><br />
It is a cool text menu based on a 3d engine simulating a sphere. It has tons of options and it can be used in many ways, from displaying tags on your website to your site&#8217;s menu. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/3d_sphere_text_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/3d_sphere_text_menu.jpg" alt="3d_sphere_text_menu" title="3d_sphere_text_menu" width="560" height="277" class="alignnone size-full wp-image-2857" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-107.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-107.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 106</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-106.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-106.html#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:47:28 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[theatre]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2845</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2845"></span></p>
<p><span  id="writer-content"><a href="http://www.putonapanto.com/" target="_blank">Put on a Panto</a></span></p>
<div align="center" class="border-media"><a href="http://www.putonapanto.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/putonapanto.jpg" alt="putonapanto" title="putonapanto" width="560" height="256" class="alignnone size-full wp-image-2848" /></a></div>
<p><span  id="writer-content"><a href="http://www.bandit3.com/" target="_blank">Brandit3</a></span></p>
<div align="center" class="border-media"><a href="http://www.bandit3.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/brandit3.jpg" alt="brandit3" title="brandit3" width="560" height="267" class="alignnone size-full wp-image-2849" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_and_slideshow_02.html" target="_blank"> Advanced Image Gallery XML 02 AS2</a></span><br />
XML Image Gallery / XML Photo Gallery &#038; XML Slideshow &#038; XML Banner Rotator Actionscript 2.0.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_and_slideshow_02.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/advanced_image_gallery_02.jpg" alt="advanced_image_gallery_02" title="advanced_image_gallery_02" width="560" height="283" class="alignnone size-full wp-image-2850" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-106.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2845"></span></p>
<p><span  id="writer-content"><a href="http://www.putonapanto.com/" target="_blank">Put on a Panto</a></span></p>
<div align="center" class="border-media"><a href="http://www.putonapanto.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/putonapanto.jpg" alt="putonapanto" title="putonapanto" width="560" height="256" class="alignnone size-full wp-image-2848" /></a></div>
<p><span  id="writer-content"><a href="http://www.bandit3.com/" target="_blank">Brandit3</a></span></p>
<div align="center" class="border-media"><a href="http://www.bandit3.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/brandit3.jpg" alt="brandit3" title="brandit3" width="560" height="267" class="alignnone size-full wp-image-2849" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_and_slideshow_02.html" target="_blank"> Advanced Image Gallery XML 02 AS2</a></span><br />
XML Image Gallery / XML Photo Gallery &#038; XML Slideshow &#038; XML Banner Rotator Actionscript 2.0.</p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/advanced_image_gallery_and_slideshow_02.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/advanced_image_gallery_02.jpg" alt="advanced_image_gallery_02" title="advanced_image_gallery_02" width="560" height="283" class="alignnone size-full wp-image-2850" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-106.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-106.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
 tweetmeme_url='http://www.flashuser.net/flash-components/3d-image-rotator-carousel-as2.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></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>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-components/3d-image-rotator-carousel-as2.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></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>Flash of the Day 105</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-105.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-105.html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 22:08:30 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[snowboard]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2829</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2829"></span></p>
<p><span  id="writer-content"><a href="http://www.shaunwhite.com/projectx/?fbid=tYfCdoV8k5r" target="_blank">RedBull Project X</a></span></p>
<div align="center" class="border-media"><a href="http://www.shaunwhite.com/projectx/?fbid=tYfCdoV8k5r" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/redbull_projectx.jpg" alt="redbull_projectx" title="redbull_projectx" width="560" height="218" class="alignnone size-full wp-image-2831" /></a></div>
<p><span  id="writer-content"><a href="http://www.ctcleanenergy.com/innoflash" target="_blank">The power to make a difference</a></span></p>
<div align="center" class="border-media"><a href="http://www.ctcleanenergy.com/innoflash" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/power_to_make_a-_difference.jpg" alt="power_to_make_a _difference" title="power_to_make_a _difference" width="560" height="250" class="alignnone size-full wp-image-2832" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/as3_tree_menu.html" target="_blank"> AS3 Tree Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as3_tree_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/as3_tree_menu.jpg" alt="as3_tree_menu" title="as3_tree_menu" width="546" height="273" class="alignnone size-full wp-image-2833" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-105.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2829"></span></p>
<p><span  id="writer-content"><a href="http://www.shaunwhite.com/projectx/?fbid=tYfCdoV8k5r" target="_blank">RedBull Project X</a></span></p>
<div align="center" class="border-media"><a href="http://www.shaunwhite.com/projectx/?fbid=tYfCdoV8k5r" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/redbull_projectx.jpg" alt="redbull_projectx" title="redbull_projectx" width="560" height="218" class="alignnone size-full wp-image-2831" /></a></div>
<p><span  id="writer-content"><a href="http://www.ctcleanenergy.com/innoflash" target="_blank">The power to make a difference</a></span></p>
<div align="center" class="border-media"><a href="http://www.ctcleanenergy.com/innoflash" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/power_to_make_a-_difference.jpg" alt="power_to_make_a _difference" title="power_to_make_a _difference" width="560" height="250" class="alignnone size-full wp-image-2832" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/as3_tree_menu.html" target="_blank"> AS3 Tree Menu</a></span></p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as3_tree_menu.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/as3_tree_menu.jpg" alt="as3_tree_menu" title="as3_tree_menu" width="546" height="273" class="alignnone size-full wp-image-2833" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-105.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-105.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash of the Day 104</title>
		<link>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-104.html</link>
		<comments>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-104.html#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:04:36 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Flash of the day]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[fable]]></category>
		<category><![CDATA[movie]]></category>

		<guid isPermaLink="false">http://www.flashuser.net/?p=2821</guid>
		<description><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2821"></span></p>
<p><span  id="writer-content"><a href="http://www.fablehaven.eu/" target="_blank">Fable Haven</a></span></p>
<div align="center" class="border-media"><a href="http://www.fablehaven.eu/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/fable_haven.jpg" alt="fable_haven" title="fable_haven" width="560" height="241" class="alignnone size-full wp-image-2823" /></a></div>
<p><span  id="writer-content"><a href="http://www.christmascaroltree.com/" target="_blank">Christmas Carol Tree</a></span></p>
<div align="center" class="border-media"><a href="http://www.christmascaroltree.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/christmas_carol_tree.jpg" alt="christmas_carol_tree" title="christmas_carol_tree" width="560" height="246" class="alignnone size-full wp-image-2824" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/as3_date_picker.html" target="_blank">AS3 Date Picker</a></span><br />
This date chooser is a welcome adition to your project. There are tons of ways you could use this, it&#8217;s all up to you. It&#8217;s very easy to use and implement, written in neat Actionscript 3.0 code. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as3_date_picker.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/as3_date_chooser.jpg" alt="as3_date_chooser" title="as3_date_chooser" width="560" height="278" class="alignnone size-full wp-image-2825" /></a></div>
 tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-104.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; ]]></description>
			<content:encoded><![CDATA[<p>Because we like to keep up the inspiration, we post daily sparks both for designers and developers.</p>
<p>If you&#8217;d like to contribute send us via contact form the link that inspired you and specify in the message for &#8220;Flash of the day&#8221;  or via Twitter <span  id="writer-content"><a href="http://www.twitter.com/flashuser" target="_blank">http://www.twitter.com/flashuser</a></span></p>
<p><span id="more-2821"></span></p>
<p><span  id="writer-content"><a href="http://www.fablehaven.eu/" target="_blank">Fable Haven</a></span></p>
<div align="center" class="border-media"><a href="http://www.fablehaven.eu/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/fable_haven.jpg" alt="fable_haven" title="fable_haven" width="560" height="241" class="alignnone size-full wp-image-2823" /></a></div>
<p><span  id="writer-content"><a href="http://www.christmascaroltree.com/" target="_blank">Christmas Carol Tree</a></span></p>
<div align="center" class="border-media"><a href="http://www.christmascaroltree.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/christmas_carol_tree.jpg" alt="christmas_carol_tree" title="christmas_carol_tree" width="560" height="246" class="alignnone size-full wp-image-2824" /></a></div>
<p><span  id="writer-content"><a href="http://www.flashcomponents.net/component/as3_date_picker.html" target="_blank">AS3 Date Picker</a></span><br />
This date chooser is a welcome adition to your project. There are tons of ways you could use this, it&#8217;s all up to you. It&#8217;s very easy to use and implement, written in neat Actionscript 3.0 code. </p>
<div align="center" class="border-media"><a href="http://www.flashcomponents.net/component/as3_date_picker.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/11/as3_date_chooser.jpg" alt="as3_date_chooser" title="as3_date_chooser" width="560" height="278" class="alignnone size-full wp-image-2825" /></a></div>
<div><table> <td><script type="text/javascript">tweetmeme_url='http://www.flashuser.net/flash-of-the-day/flash-of-the-day-104.html'; tweetmeme_style = 'normal';tweetmeme_source = 'flashuser'; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/flash-of-the-day/flash-of-the-day-104.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
