<rss version="2.0">
	<channel>
		<title>FlashXML.net</title>
		<link>http://www.flashxml.net/</link>
		<description>How Flash Components should be built</description>
		<pubDate>Tue, 24 Jan 2012 16:59:11 +0200</pubDate>
		<language>en</language>
		<item>
			<title><![CDATA[How to use alternative method to embed our components]]></title>
			<link>http://www.flashxml.net/how-to-use-alternative-method-to-embed-our-components.html</link>
			<comments>http://www.flashxml.net/how-to-use-alternative-method-to-embed-our-components.html#swmi-comments</comments>
			<pubDate>Tue, 24 Jan 2012 16:59:11 +0200</pubDate>
			<description><![CDATA[<p>By default, we give instructions to use SWFObject <span class="mw-redirect">open-source</span> JavaScript library to embed Adobe Flash content onto web pages. This is  an example of embedding code using SWFObject for our product 3D Banner  FX:</p>
<pre class="sh_html">&lt;script type="text/javascript" src="FOLDER/swfobject.js"&gt;&lt;/script&gt;<br />&lt;script type="text/javascript"&gt;<br />&nbsp;&nbsp; &nbsp;var flashvars = {};<br />    flashvars.folderPath = "FOLDER/";<br />    flashvars.settingsXML = "SETTINGSNAME.xml";<br /> &nbsp; &nbsp;var params = {};<br />&nbsp;&nbsp; &nbsp;params.scale = "noscale";<br />&nbsp;&nbsp; &nbsp;params.salign = "tl";<br />&nbsp;&nbsp; &nbsp;params.wmode = "transparent";<br />    params.allowScriptAccess = "always";<br />    params.allowFullScreen = "true";<br />&nbsp;&nbsp; &nbsp;var attributes = {};<br />&nbsp;&nbsp; &nbsp;swfobject.embedSWF("FOLDER/3DBannerFX.swf", "Div3DBannerFX", "600", "400", "9.0.0", false, flashvars, params, attributes);<br />&lt;/script&gt;<br /></pre>
<p>The above code is added in the HEAD section of the website and the following code is added in the BODY section of the website:</p>
<pre class="sh_html">&lt;div id="Div3DBannerFX"&gt;&lt;/div&gt;<br /></pre>
<p>The alternative method of embedding doesn't use JavaScript but HTML tags only. This is an example for our product 3D Banner FX:</p>
<pre class="sh_html">&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="400" id="Flash" align="middle"&gt;<br />&lt;param name="movie" value="FOLDER/3DBannerFX.swf" /&gt;<br />&lt;param name="quality" value="high" /&gt;<br />&lt;param name="bgcolor" value="#ffffff" /&gt;<br />&lt;param name="salign" value= "tl" /&gt;<br />&lt;param name="scale" value="noscale" /&gt;<br />&lt;param name="wmode" value="transparent"&gt;<br />&lt;param name="allowScriptAccess" value="always" /&gt;<br />&lt;param name="allowFullScreen" value="true" /&gt;<br />&lt;param name="flashvars" value="folderPath=FOLDER/&amp;settingsXML=SETTINGSNAME.xml"&gt;<br />&lt;embed src="FOLDER/3DBannerFX.swf" width="600" height="400" name="Flash" align="middle" quality="high" bgcolor="#ffffff" salign="tl" scale="noscale" wmode="transparent" allowScriptAccess="always" allowFullScreen="true" flashvars="folderPath=FOLDER/&amp;settingsXML=SETTINGSNAME.xml" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /&gt;<br />&lt;/object&gt;<br /></pre>
<p>The code from above is added in the BODY section of the website where you want the product to be displayed.</p>
<p>To specify your own width and height replace <strong>600</strong> and <strong>400</strong> values with your own in both locations: at the beginning and the end of the embedding code.</p>
<p>Don't  forget to replace FOLDER with the location of the folder where the SWF  and its assets are located. You can read more about this <a href="http://www.flashxml.net/path-issues-with-swf-files-configured-via-xml.html">here</a>.</p>
<p>Also, you have to replace SETTINGSNAME with the name of your <strong>settings.xml</strong> file. You can find out more about this <a href="http://www.flashxml.net/short-explanation-on-how-fx-components-read-xml-files.html">here</a>.</p>
<p>If you don't use <strong>folderPath</strong> and/or <strong>settingsXML</strong> <strong>flashvars</strong> then don't add them at all in the embedding code.</p>]]></description>
		</item>
		<item>
			<title><![CDATA[Slide Menu FX]]></title>
			<link>http://www.flashxml.net/slide-menu.html</link>
			<comments>http://www.flashxml.net/slide-menu.html#swmi-comments</comments>
			<pubDate>Thu, 05 Jan 2012 13:24:59 +0200</pubDate>
			<description><![CDATA[<p>- various position and animation of the menu items<br />- personalized images for normal, rollOver, and active states<br />- customizable slider<br />- sound effects for rollOver and click events<br />- background and shade customization properties<br />- more customizable properties on the Live Demo</p>]]></description>
		</item>
		<item>
			<title><![CDATA[How to make products scale on browser's zoom]]></title>
			<link>http://www.flashxml.net/how-to-make-products-scale-on-browsers-zoom.html</link>
			<comments>http://www.flashxml.net/how-to-make-products-scale-on-browsers-zoom.html#swmi-comments</comments>
			<pubDate>Wed, 14 Dec 2011 14:52:14 +0200</pubDate>
			<description><![CDATA[<p>By default, our products don't scale when you use the browser's zoom function (zoom in Ctrl +, zoom out Ctrl -) because we're offering the main SWF file on a specific 1680px width and 1050px height so everyone can use it at any size they want, specified in the <strong>settings.xml</strong> file.</p>
<p>To make our products scale on browser's zoom function you have to open the FLA file that is available only in the <strong>paid version</strong> of our products and set the stage's size the same as the width and height from the <strong>settings.xml</strong> file.</p>
<p>For those that don't know how to change the size of the stage follow these steps:</p>
<p>1. Open the FLA file</p>
<p>2. Click anywhere on the white area of the scene</p>
<p>3. Go to <strong>Properties</strong> panel (Ctrl + F3) and click on the <strong>Edit...</strong> button next to <strong>Size</strong> field</p>
<p>4. Set the dimensions you want for width and height and press OK</p>
<p>5. Recompile the file using Control -&gt; Test Movie (Ctrl + Enter) from the main menu.</p>
<p>After that, you need to replace the SWF file downloaded from our website with the new one updated after the recompile action and then clear the cache of your browser. You can learn how to do that <a href="http://www.flashxml.net/how-to-clear-your-browsers-cache.html">here</a>.</p>
<p>The final modification is in the product's embedding code. Search for the following line:</p>
<pre class="sh_html">params.scale = "noscale";<br /></pre>
<p>and change the <strong>noscale</strong> value to <strong>default</strong> like this:</p>
<pre class="sh_html">params.scale = "default";<br /></pre>
<p>After that our products will scale when the browser's zoom function is used. Note that if you change the product's dimension in the <strong>settings.xml</strong> file you'll have to repeat the part where you set the stage's size the same as the new ones.</p>]]></description>
		</item>
		<item>
			<title><![CDATA[How to publish components and galleries multiple times in WordPress or Joomla]]></title>
			<link>http://www.flashxml.net/how-to-publish-components-and-galleries-multiple-times-in-wordpress-or-joomla.html</link>
			<comments>http://www.flashxml.net/how-to-publish-components-and-galleries-multiple-times-in-wordpress-or-joomla.html#swmi-comments</comments>
			<pubDate>Wed, 14 Dec 2011 14:48:31 +0200</pubDate>
			<description><![CDATA[<p>If you're using one of the following galleries:</p>
<p><a style="line-height: 16px;" href="http://www.flashxml.net/customizable-grid-gallery.html" target="_blank"></a><a style="line-height: 16px;" href="http://www.flashxml.net/customizable-grid-gallery.html" target="_blank">Customizable Grid Gallery FX</a><br style="line-height: 16px;" /><a style="line-height: 16px;" href="http://www.flashxml.net/dock-gallery.html" target="_blank">Dock Gallery FX</a><br style="line-height: 16px;" /><a style="line-height: 16px;" href="http://www.flashxml.net/elite-gallery.html" target="_blank">Elite Gallery FX</a><br style="line-height: 16px;" /><a style="line-height: 16px;" href="http://www.flashxml.net/flexible-media-gallery.html" target="_blank">Flexible Media Gallery FX</a><br style="line-height: 16px;" /><a style="line-height: 16px;" href="http://www.flashxml.net/image-scrolling-gallery.html" target="_blank">Image Scrolling Gallery FX</a><br style="line-height: 16px;" /><a style="line-height: 16px;" href="http://www.flashxml.net/list-gallery.html" target="_blank">List Gallery FX</a><br style="line-height: 16px;" /><a style="line-height: 16px;" href="http://www.flashxml.net/photo-gallery.html" target="_blank">Photo Gallery FX</a></p>
<p>then go to <a href="http://www.flashxml.net/how-to-publish-galleries-multiple-times.html">this</a> page.</p>
<p>For any other component or gallery read the following:</p>
<p><span style="line-height: 16px;">First of all, you'll need a new </span><strong style="line-height: 16px;">settings file</strong><span style="line-height: 16px;">&nbsp;(e.g.&nbsp;</span><strong style="line-height: 16px;">settings2.xml</strong><span style="line-height: 16px;">)</span><span style="line-height: 16px;">.</span><br style="line-height: 16px;" /><span style="line-height: 16px;">Secondly, you'll need a new set of<strong> images file</strong>&nbsp;(e.g.&nbsp;</span><strong style="line-height: 16px;">images2.xml</strong><span style="line-height: 16px;">)&nbsp;</span><span style="line-height: 16px;">with the new images you want to use.</span><br style="line-height: 16px;" /><span style="line-height: 16px;">In the new&nbsp;</span><strong style="line-height: 16px;">settings2.xml</strong><span style="line-height: 16px;">&nbsp;file&nbsp;</span><span style="line-height: 16px;">you'll have to specify through the&nbsp;</span><strong style="line-height: 16px;">assets</strong><span style="line-height: 16px;">&nbsp;element to load&nbsp;</span><strong style="line-height: 16px;">images2.xml</strong><span style="line-height: 16px;">&nbsp;file.</span></p>
<p>Note that some products have <strong>menu.xml</strong> or <strong>videos.xml</strong> instead of <strong>images.xml</strong>.</p>
<p><span style="line-height: 16px;"><br /></span></p>
<h3>For WordPress Websites</h3>
<p style="line-height: 16px;"><br />Here is an example how to specify the 3D Banner with the new set of settings files:<br /><br /></p>
<pre style="font-size: 12px; background-color: #ffffff;">[3d-banner-fx settings="settings2.xml"][/3d-banner-fx]</pre>
<p style="line-height: 16px;">&nbsp;</p>
<h3>For Joomla Websites</h3>
<p style="line-height: 16px;"><br />Here is an example how to specify the 3D Banner with the new set of settings files:<br /><br /></p>
<pre style="font-size: 12px; background-color: #ffffff;">{3dbannerfx settings=settings2.xml}{/3dbannerfx}</pre>]]></description>
		</item>
		<item>
			<title><![CDATA[How to customize skin.xml]]></title>
			<link>http://www.flashxml.net/how-to-customize-skinxml.html</link>
			<comments>http://www.flashxml.net/how-to-customize-skinxml.html#swmi-comments</comments>
			<pubDate>Wed, 14 Dec 2011 13:08:07 +0200</pubDate>
			<description><![CDATA[<p>We realize that this may prove to be a little challenging at times  and we thought it might be a good idea to write a few tutorials on how to  skin some components. Mind you, even if this particular article is  focused on the <a href="http://www.flashxml.net/image-zoomer.html" target="_blank">Image Zoomer</a>, you will be able to apply the principles  you learn here to most of the other components.</p>
<p>For the purpose of this tutorial we will be using an already created  design, the one that is on the first demo of the <a href="http://www.flashxml.net/image-zoomer.html" target="_blank">Image Zoomer</a>.</p>
<h3>Step 1 &ndash; Understanding the grid</h3>
<p>The whole idea behind our skinning system is a specially made grid  that maps out the surface of the stage. It is composed of 9 equally  large areas, each of them with a width and height equal to ? of the  stage&rsquo;s width and height. Each of these areas is called a cell and is  divided into 9 even smaller areas. Take a look at the following picture  to get a visual representation.</p>
<div class="poster_img"><img src="/blog/wp-content/uploads/2010/11/grid_named.png" alt="" /><br /> <span>&nbsp;</span></div>
<div class="poster_img" style="text-align: center;"><span>A visual representation of the grid system</span></div>
<p>&nbsp;</p>
<p>The 9 large areas are named in accordance with their position  relative to the stage. For example, the first of these is in the top  left corner. The position is Top Left, which we have further abbreviated  to TL. The 8th one (counting from left to right, up down) is in the  Bottom Center of the stage, therefore BC. As you can see, the first  letter represents the line in which the cell is placed (which can be  Top, Center or Bottom) and the second one stands for the column in which  the cell is situated (and can vary between Left, Center and Right).</p>
<p>As you can see, the same principle applies to the smaller areas.</p>
<h3>Step 2 &ndash; Placing the elements</h3>
<p>Now that we have understood how the grid behind the skin works, you  might think that you might want to have more control over the  positioning of the elements. If you will open your <strong>skin.xml</strong> file, you  will notice that you have some more attributes when declaring a group of  elements. A group of elements usually contains similar buttons, or  buttons that you want to always keep together.</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/group.jpg" alt="" /><br /> <span>A group of buttons</span></div>
<div class="poster_img" style="text-align: left;"><span><br /></span></div>
<p>After declaring a group, you must then specify a grid position (via  the gridPosition attribute). Please take a look at the following example  to better understand how this works.</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/gridPosition.jpg" alt="" /><br /> <span>How to use the <strong>gridPosition</strong> attribute</span></div>
<p>&nbsp;</p>
<p>With that part completed, you then need to position the group of  buttons inside the big cell that you selected previously. This should  follow the same approach as before, as the grid acts the same for  smaller cells as well. You might also find the following image useful  during this process.</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/cellPosition.jpg" alt="" /><br /> <span>How to use the <strong>cellPosition</strong> attribute</span></div>
<p>&nbsp;</p>
<p>After these 2 attributes, you can select an orientation for that  specific group. If the buttons you want to position are &ldquo;left&rdquo; and  &ldquo;right&rdquo;, then the orientation should be &ldquo;horizontal&rdquo; (as this is how  most people would expect to see these kind of buttons aligned). If you  would want to position the &ldquo;up&rdquo; and &ldquo;down&rdquo; buttons(or in the case of the  zoomIn and zoomOut buttons, as seen in the pictures bellow), then  orientation should be &ldquo;vertical&rdquo; (again, because most people would  expect this kind of layout).</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/orientationAndSpacing.jpg" alt="" /><br /> <span>Orientation &amp; Spacing attributes</span></div>
<p>&nbsp;</p>
<p>The spacing attribute, as seen above, controls the amount of space  between elements of the same group. So, for example, if you set  spacing=&rdquo;15&rdquo; in the group that controls the left and right buttons, the  component would leave a 15 pixel gap between the buttons, as you can see  in the picture above.</p>
<p>As for the last two parameters available, <strong>paddingH</strong> and <strong>paddingV</strong> control the offset (in pixels) of the group they are defined in. This  offset is relative to the <strong>gridPosition</strong> and <strong>cellPosition</strong> set previously  and can be both negative and positive.</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/padding.jpg" alt="" /><br /> <span>Using the <strong>paddingH</strong> and <strong>paddingH</strong> attributes</span></div>
<h3>Types of buttons</h3>
<p>You will notice that each button has several states inside. These are  usually &ldquo;out&rdquo;, &ldquo;over&rdquo; and &ldquo;down&rdquo;. This means that you can put a  different image for each state of the button.<br /> out &ndash; the button looks like this when there is no interaction with it<br /> over &ndash; starts when the user rolls their mouse over the button and ends when the mouse leaves the button.<br /> down &ndash; activated when the user clicks on the mouse</p>
<p>You need to keep in mind that not all the buttons are the same. Some  are named &ldquo;button&rdquo;, others &ldquo;holdButton&rdquo; and there are certain structures  like &ldquo;doubleButton&rdquo;.</p>
<p>We will go into more detail regarding these types of buttons now.</p>
<p>The <strong>button</strong> is just that, nothing out of the ordinary.</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/button1.jpg" alt="" /><br /> <span>The 3 states available for a button</span></div>
<p>&nbsp;</p>
<p>A <strong>holdButton</strong> is a button you can click and hold,  and its effect gets multiplied (for example, if you click and hold the  &ldquo;left&rdquo; button, the image will continually scroll to the left, until the  end of the stage).</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/holdButton.jpg" alt="" /><br /> <span>The principles involved in the functioning of a hold button</span></div>
<p>&nbsp;</p>
<p>A <strong>doubleButton</strong> is a button that, once clicked,  changes to another button completely, with a different functionality.  Think of a &ldquo;play/pause&rdquo; button. When you click on &ldquo;play&rdquo;, a song/movie  starts playing and the button changes to &ldquo;pause&rdquo;. When you click that,  the song/movie pauses &ndash; different action from the previous one.</p>
<div class="poster_img" style="text-align: center;"><img src="/blog/wp-content/uploads/2010/11/doubleButton.jpg" alt="" /><br /> <span>The cycle of states that each double button passes through</span></div>
<p>&nbsp;</p>
<p>That about covers what the Image Zoomer uses in terms of skins.</p>]]></description>
		</item>
		<item>
			<title><![CDATA[How to clear your browser's cache]]></title>
			<link>http://www.flashxml.net/how-to-clear-your-browsers-cache.html</link>
			<comments>http://www.flashxml.net/how-to-clear-your-browsers-cache.html#swmi-comments</comments>
			<pubDate>Thu, 01 Dec 2011 13:28:23 +0200</pubDate>
			<description><![CDATA[<p>Follow the directions provided below to clear the cache of your browser.</p>
<h3><strong>Internet Explorer</strong></h3>
<p>Close all Microsoft Internet Explorer browser windows.</p>
<p>On a computer running Microsoft Windows 7 or Windows Vista operating systems, click the&nbsp;<strong>Start&nbsp;</strong>button, click&nbsp;<strong>Control Panel</strong>, and then click&nbsp;<strong>Network and Internet</strong>.</p>
<p>On a computer running Windows XP, click <strong>Start</strong>, scroll to&nbsp;<strong>Settings</strong>, and then click&nbsp;<strong>Control Panel</strong>.</p>
<p>Note that if the <strong>Control Panel</strong> window is empty, click&nbsp;<strong>View all Control Panel Options</strong>&nbsp;in the left section of the window to show all icons.</p>
<p>Click&nbsp;<strong>Internet Options</strong>.</p>
<p>In the&nbsp;<strong>Browsing history</strong>&nbsp;section of the <strong>General</strong> tab, click&nbsp;<strong>Delete</strong>&hellip;.&nbsp;<span style="line-height: 16px;">&nbsp;As an alternative, you can get here pressing&nbsp;</span><strong style="line-height: 16px;">Ctrl+Shift+Del</strong><span style="line-height: 16px;">&nbsp;<span style="line-height: 16px;">on your keyboard</span></span><span style="line-height: 16px;">.</span></p>
<p>In the&nbsp;<strong>Delete Browsing History</strong>&nbsp;window, click the following check boxes:</p>
<ul class="inside">
<li>Preserve Favorites website data</li>
<li>Temporary Internet Files</li>
<li>Cookies</li>
</ul>
<p>Click&nbsp;<strong>Delete</strong>.</p>
<p>In the <strong>Browsing history</strong> section of the <strong>General</strong> tab, click&nbsp;<strong>Settings</strong>.</p>
<p>Under&nbsp;<strong>Check for newer versions of stored pages</strong>, select the&nbsp;<strong>Every time I visit the webpage</strong>&nbsp;radio button.</p>
<p>Click&nbsp;<strong>OK</strong>&nbsp;to apply your changes.</p>
<p>Click&nbsp;<strong>OK</strong>&nbsp;to close the Internet Options window.</p>
<p>&nbsp;</p>
<h3><strong>Mozilla Firefox</strong></h3>
<p>On the&nbsp;<strong>Tools</strong>&nbsp;menu, click&nbsp;<strong>Clear Recent History </strong>(or<strong>&nbsp;</strong><span style="line-height: 16px;">press&nbsp;</span><span style="line-height: 16px;"><strong>Ctrl+Shift+Del</strong></span><span style="line-height: 16px;">&nbsp;on your keyboard</span>).</p>
<p>In the&nbsp;<strong>Time range to clear</strong>: dropdown menu, select the&nbsp;<strong>Everything</strong>&nbsp;default option.</p>
<p>Ensure that the following are checked under&nbsp;<strong>Details</strong>:</p>
<ul class="inside">
<li>Cookies</li>
<li>Cache</li>
</ul>
<p>Click&nbsp;<strong>Clear Now</strong>.</p>
<p>&nbsp;</p>
<h3><strong>Google Chrome</strong></h3>
<p>Click the&nbsp;<strong>Wrench</strong>&nbsp;icon in the upper-right corner of the browser, and then click&nbsp;<strong>Options.</strong></p>
<p>In the Options window, click the&nbsp;<strong>Under the Hood</strong>&nbsp;tab.</p>
<p>Click the&nbsp;<strong>Clear browsing data...</strong>&nbsp;button under Privacy. As an alternative, you can get here pressing&nbsp;<strong>Ctrl+Shift+Del</strong>&nbsp;on your keyboard.</p>
<p>In the <strong>Clear Browsing Data</strong> window, click the&nbsp;<strong>Empty the cache</strong>&nbsp;check box.</p>
<p>Change the&nbsp;<strong>Obliterate the following items from:&nbsp;</strong>drop-down list to&nbsp;<strong>the beginning of time</strong>.</p>
<p>Click the&nbsp;<strong>Clear browsing data&nbsp;</strong>button.</p>
<p>&nbsp;</p>
<h3><strong>Apple Safari</strong></h3>
<p>On the&nbsp;<strong>Edit</strong>&nbsp;menu, click&nbsp;<strong>Empty Cache</strong>&hellip;(<span style="line-height: 16px;">or</span><strong style="line-height: 16px;">&nbsp;</strong><span style="line-height: 16px;">press&nbsp;</span><strong>Ctrl+Alt+E</strong>&nbsp;on your keyboard). If the menu bar in the browser window is not displaying, press&nbsp;<strong>Alt</strong>&nbsp;on your keyboard.</p>
<p>In the&nbsp;<strong>Are you sure you want to empty the cache?</strong>&nbsp;dialog box that opens, click&nbsp;<strong>Empty</strong>.</p>
<p>&nbsp;</p>
<h3><strong>Opera</strong></h3>
<p>Click on <strong>Settings</strong> in your Opera menu, located at the top of your browser window. When the drop-down menu appears, click on the <strong>Delete Private Data...</strong> choice.</p>
<p>In the dialog window labeled <strong>Delete private data</strong> that will be displayed click on the arrow labeled <strong>Detailed Options</strong>.</p>
<p>Click the <strong>Delete entire cache</strong> check box.</p>
<p>Click on the <strong>Delete</strong> button.</p>]]></description>
		</item>
		<item>
			<title><![CDATA[Monochrome]]></title>
			<link>http://www.flashxml.net/monochrome.html</link>
			<comments>http://www.flashxml.net/monochrome.html#swmi-comments</comments>
			<pubDate>Wed, 21 Sep 2011 15:56:01 +0300</pubDate>
			<description><![CDATA[<p style="line-height: 16px;">Fine art demands fine framing, and art published on the web is no different. Now, some artists are taking this approach and some are not. George Edward Moore once said that a great artist is always ahead of his time or behind it. Our new Monochrome Template is the fore mentioned framing that any art creator or collector so eagerly needs. It embodies awesome features as the Accordion News Reader FX, Horizontal Pop Menu FX, Multilevel Menu FX, YouTube Vimeo Player FX, Basic Mp3 Player FX although the main features of this theme are the galleries. The best gallery components available at the moment with full customisation control, great performance and fabulous style of course. The design is bold and refined, yet it's style never stands out to much thus chipping in on your work. Because at the end of the day it is your work we want to give the royal treatment.</p>
<h3>XML Customizable Template</h3>
<p style="line-height: 16px;">By editing the included configuration xml files you can modify the assets to obtain a brand new and original look for your flash website. Background images and colors, text content, gallery images, navigation buttons are just a few examples of things that you can customize in your template.</p>
<h3><strong>Included Flash Components &amp; Galleries:</strong></h3>
<ul class="inside">
<li><a title="Accordion FX" href="http://www.flashxml.net/accordion.html" target="_self">Accordion FX</a></li>
<li><a title="Accordion News Reader FX" href="http://www.flashxml.net/accordion-news-reader.html" target="_self">Accordion News Reader FX</a></li>
<li><a title="Contact Form FX" href="http://www.flashxml.net/contact-form.html" target="_self">Contact Form FX</a></li>
<li><a title="Horizontal PopMenu FX" href="http://www.flashxml.net/horizontal-popmenu.html" target="_self">Horizontal PopMenu FX</a></li>
<li><a title="Image Slider FX" href="http://www.flashxml.net/image-slider.html" target="_self">Image Slider FX</a></li>
<li><a title="MP3 Player FX" href="http://www.flashxml.net/mp3-player.html" target="_self">MP3 Player FX</a></li>
<li><a title="Multilevel Menu FX" href="http://www.flashxml.net/multilevel-menu.html" target="_self">Multilevel Menu FX</a></li>
<li><a title="YouTube/Vimeo Player FX" href="http://www.flashxml.net/youtube-vimeo-player.html" target="_self">YouTube/Vimeo Player FX</a></li>
</ul>]]></description>
		</item>
		<item>
			<title><![CDATA[Fresh ON]]></title>
			<link>http://www.flashxml.net/fresh-on.html</link>
			<comments>http://www.flashxml.net/fresh-on.html#swmi-comments</comments>
			<pubDate>Wed, 21 Sep 2011 15:46:12 +0300</pubDate>
			<description><![CDATA[<p style="line-height: 16px;">Turn your web feature On and up! This new template is here to do it for you. It's sleek and clean design makes it all about the content as it's core is a top product viewer. It embodies premium components such as the Photo Wall FX, Youtube/Vimeo Player FX, Accordeon News Reader FX, Text Menu FX and fresh minimalistic design thus working as the perfect tool to enhance your website. It is On now!</p>
<h3>XML Customizable Template</h3>
<p style="line-height: 16px;">By editing the included configuration xml files you can modify the assets to obtain a brand new and original look for your flash website. Background images and colors, text content, gallery images, navigation buttons are just a few examples of things that you can customize in your template.</p>
<h3><strong>Included Flash Components &amp; Galleries:</strong></h3>
<ul class="inside">
<li><a title="360 Product Viewer FX" href="http://www.flashxml.net/360-product-viewer.html" target="_self">360 Product Viewer FX</a></li>
<li><a title="Accordion News Reader FX" href="http://www.flashxml.net/accordion-news-reader.html" target="_self">Accordion News Reader FX</a></li>
<li><a title="Contact Form FX" href="http://www.flashxml.net/contact-form.html" target="_self">Contact Form FX</a></li>
<li><a title="MP3 Player FX" href="http://www.flashxml.net/mp3-player.html" target="_self">MP3 Player FX</a></li>
<li><a title="Photo Wall FX" href="http://www.flashxml.net/photo-wall.html" target="_self">Photo Wall FX</a></li>
<li><a title="Product Viewer FX" href="http://www.flashxml.net/product-viewer.html" target="_self">Product Viewer FX</a></li>
<li><a title="Text Menu FX" href="http://www.flashxml.net/text-menu.html" target="_self">Text Menu FX</a></li>
<li><a title="YouTube/Vimeo Player FX" href="http://www.flashxml.net/youtube-vimeo-player.html" target="_self">YouTube/Vimeo Player FX</a></li>
</ul>]]></description>
		</item>
		<item>
			<title><![CDATA[Challenge You]]></title>
			<link>http://www.flashxml.net/challenge-you.html</link>
			<comments>http://www.flashxml.net/challenge-you.html#swmi-comments</comments>
			<pubDate>Tue, 20 Sep 2011 14:22:37 +0300</pubDate>
			<description><![CDATA[<p style="line-height: 16px;">Joe Brown once said that a challenge is an opportunity to prove your ability to yourself, and others. We think so too. Challenge You is a new web template for those who aren't afraid of change. The stakes are high and the competition knows it, so it's time for a reboot and reshape. Challenge You, brings together top components such as the Photo Wall FX, Polaroid Gallery FX, YouTube/ Vimeo Player FX, Circles Photo Gallery FX in one hip stylish pack. Staying on top will be no challenge at all with these tools at hand!</p>
<h3>XML Customizable Template</h3>
<p style="line-height: 16px;">By editing the included configuration xml files you can modify the assets to obtain a brand new and original look for your flash website. Background images and colors, text content, gallery images, navigation buttons are just a few examples of things that you can customize in your template.</p>
<h3><strong>Included Flash Components &amp; Galleries:</strong></h3>
<ul class="inside">
<li><a title="Contact Form FX" href="http://www.flashxml.net/contact-form.html" target="_self">Contact Form FX</a></li>
<li><a title="HTML Content Scroller FX" href="http://www.flashxml.net/html-content-scroller.html" target="_self">HTML Content Scroller FX</a></li>
<li><a title="MP3 Player FX" href="http://www.flashxml.net/mp3-player.html" target="_self">MP3 Player FX</a></li>
<li><a title="MultiRow Gallery FX" href="http://www.flashxml.net/multirow-gallery.html" target="_self">MultiRow Gallery FX</a></li>
<li><a title="News Reader FX" href="http://www.flashxml.net/news-reader.html" target="_self">News Reader FX</a></li>
<li><a title="Photo Flipper FX" href="http://www.flashxml.net/photo-flipper.html" target="_self">Photo Flipper FX</a></li>
<li><a title="Photo Wall FX" href="http://www.flashxml.net/photo-wall.html" target="_self">Photo Wall FX</a></li>
<li><a title="Polaroid Gallery FX" href="http://www.flashxml.net/polaroid-gallery.html" target="_self">Polaroid Galler FX</a></li>
<li><a title="Text Menu FX" href="http://www.flashxml.net/text-menu.html" target="_self">Text Menu FX</a></li>
<li><a title="YouTube/Vimeo Player FX" href="http://www.flashxml.net/youtube-vimeo-player.html" target="_self">YouTube/Vimeo Player FX</a></li>
</ul>]]></description>
		</item>
		<item>
			<title><![CDATA[MultiRow Gallery FX]]></title>
			<link>http://www.flashxml.net/multirow-gallery.html</link>
			<comments>http://www.flashxml.net/multirow-gallery.html#swmi-comments</comments>
			<pubDate>Wed, 14 Sep 2011 10:16:49 +0300</pubDate>
			<description><![CDATA[<p>- customizable widths and heights for the whole application<br /> - easy to embed into any website at your custom size without any Flash knowledge<br /> - autoplay function<br /> - the images can expand or link to an url<br /> - possibility to use images (JPG,PNG) and FLV video files<br /> - many more customizable properties on the Live Demo</p>]]></description>
		</item>
	</channel>
</rss>
