<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flash User &#187; XML gallery</title>
	<atom:link href="http://www.flashuser.net/tag/xml-gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.flashuser.net</link>
	<description>Useful and daily inspiration resources from web design, css, wordpress, graphic design, photography, illustrator, photoshop.</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:23:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Advanced Image Gallery XML AS2</title>
		<link>http://www.flashuser.net/flash-actionscript-as2/advanced-image-gallery-xml-as2.html</link>
		<comments>http://www.flashuser.net/flash-actionscript-as2/advanced-image-gallery-xml-as2.html#comments</comments>
		<pubDate>Thu, 24 Sep 2009 09:00:38 +0000</pubDate>
		<dc:creator>flashuser</dc:creator>
				<category><![CDATA[Actionscript 2.0]]></category>
		<category><![CDATA[Flash Gallery]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[XML gallery]]></category>

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

		<guid isPermaLink="false">http://www.flashuser.net/?p=1208</guid>
		<description><![CDATA[I have posted lately in Flash of the Day section some interesting and useful examples of how to display several photos with Flash: 3D carousel (either horizontal or vertical), XML gallery and so on. So I thought it&#8217;s time to do a research and find photographer sites made exclusive in Flash that are using different features for their slideshows. There for I made a list of 25 websites that fit into this category.And to be honest I found them inspiring, well designed and very interactive. But I&#8217;m going to let you to convince yourself. 1. Jeremy Cowart 2. Hiishii Design&#038;Photo [...]]]></description>
			<content:encoded><![CDATA[<p>I have posted lately in Flash of the Day section some interesting and useful examples of how to display several photos with Flash: 3D carousel (either horizontal or vertical), XML gallery and so on. So I thought it&#8217;s time to do a research and find photographer sites made exclusive in Flash that are using different features for their slideshows.</p>
<p><span id="more-1208"></span>There for I made a list of 25 websites that fit into this category.And to be honest I found them inspiring, well  designed and very interactive. But I&#8217;m going to let you to convince yourself.</p>
<p><strong>1.</strong> <span id="writer-content"><a href="http://jeremycowart.com/" color="FF0000" target="_blank">Jeremy Cowart</a></span></p>
<div align="center" class="border-media"><a href="http://jeremycowart.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/jeremycowart.jpg" alt="jeremycowart" title="jeremycowart" width="560" height="282" class="alignnone size-full wp-image-1211" /></a></div>
<p><strong>2.</strong> <span id="writer-content"><a href="http://www.hiishii.com/photo/" color="FF0000" target="_blank">Hiishii Design&#038;Photo</a></span></p>
<div align="center" class="border-media"><a href="http://www.hiishii.com/photo/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/hiishii.jpg" alt="hiishii" title="hiishii" width="560" height="331" class="alignnone size-full wp-image-1214" /></a></div>
<p><strong>3.</strong> <span id="writer-content"><a href="http://www.seohiroshi.com/" color="FF0000" target="_blank">Hiroshi Seo</a></span></p>
<div align="center" class="border-media"><a href="http://www.seohiroshi.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/hiroshi.jpg" alt="hiroshi" title="hiroshi" width="560" height="313" class="alignnone size-full wp-image-1216" /></a></div>
<p><strong>4.</strong> <span id="writer-content"><a href="http://www.danielweisser.com/" color="FF0000" target="_blank">Daniel Weisser</a></span></p>
<div align="center" class="border-media"><a href="http://www.danielweisser.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/danielweisser.jpg" alt="danielweisser" title="danielweisser" width="560" height="359" class="alignnone size-full wp-image-1218" /></a></div>
<p><strong>5.</strong> <span id="writer-content"><a href="http://www.frieke.com/" color="FF0000" target="_blank">Frieke Janssens</a></span></p>
<div align="center" class="border-media"><a href="http://www.frieke.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/frieke.jpg" alt="frieke" title="frieke" width="560" height="260" class="alignnone size-full wp-image-1219" /></a></div>
<p><strong>6.</strong> <span id="writer-content"><a href="http://www.orange-project.com/" color="FF0000" target="_blank">Sandra Weimar</a></span></p>
<div align="center" class="border-media"><a href="http://www.orange-project.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/orange_project.jpg" alt="orange_project" title="orange_project" width="560" height="350" class="alignnone size-full wp-image-1220" /></a></div>
<p><strong>7.</strong> <span id="writer-content"><a href="http://www.michellemeston.com/" color="FF0000" target="_blank">Michelle Meston</a></span></p>
<div align="center" class="border-media"><a href="http://www.michellemeston.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/michellemeston.jpg" alt="michellemeston" title="michellemeston" width="560" height="344" class="alignnone size-full wp-image-1221" /></a></div>
<p><strong>8.</strong> <span id="writer-content"><a href="http://www.andrewmcgibbon.co.za/site.html" color="FF0000" target="_blank">Andrew McGibbon</a></span></p>
<div align="center" class="border-media"><a href="http://www.andrewmcgibbon.co.za/site.html" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/andrew_mcgibbon.jpg" alt="andrew_mcgibbon" title="andrew_mcgibbon" width="560" height="365" class="alignnone size-full wp-image-1222" /></a></div>
<p><strong>9.</strong> <span id="writer-content"><a href="http://s19382.gridserver.com/" color="FF0000" target="_blank">Grid Server</a></span></p>
<div align="center" class="border-media"><a href="http://s19382.gridserver.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/gridserver.jpg" alt="gridserver" title="gridserver" width="560" height="323" class="alignnone size-full wp-image-1236" /></a></div>
<p><strong>10.</strong> <span id="writer-content"><a href="http://www.bernhardwolff.com/" color="FF0000" target="_blank">Benhard Wolf</a></span></p>
<div align="center" class="border-media"><a href="http://www.bernhardwolff.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/bernhardwolf.jpg" alt="bernhardwolf" title="bernhardwolf" width="560" height="226" class="alignnone size-full wp-image-1237" /></a></div>
<p><strong>11.</strong> <span id="writer-content"><a href="http://chriswoods.ca" color="FF0000" target="_blank">Chris Woods</a></span></p>
<div align="center" class="border-media"><a href="http://chriswoods.ca" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/chriswoods.jpg" alt="chriswoods" title="chriswoods" width="560" height="322" class="alignnone size-full wp-image-1238" /></a></div>
<p><strong>12.</strong> <span id="writer-content"><a href="http://www.azwahsaadiq.com/" color="FF0000" target="_blank">Sadiq Photographer</a></span></p>
<div align="center" class="border-media"><a href="http://www.azwahsaadiq.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/azwahsaadiq.jpg" alt="azwahsaadiq" title="azwahsaadiq" width="560" height="440" class="alignnone size-full wp-image-1239" /></a></div>
<p><strong>13.</strong> <span id="writer-content"><a href="http://www.edlokawa.com/" color="FF0000" target="_blank">Edlo Kawa</a></span></p>
<div align="center" class="border-media"><a href="http://www.edlokawa.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/edokawa.jpg" alt="edokawa" title="edokawa" width="560" height="252" class="alignnone size-full wp-image-1240" /></a></div>
<p><strong>14.</strong> <span id="writer-content"><a href="http://www.holtermand.dk/" color="FF0000" target="_blank">Kim Holtermand</a></span></p>
<div align="center" class="border-media"><a href="http://www.holtermand.dk/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/holtermand.jpg" alt="holtermand" title="holtermand" width="560" height="277" class="alignnone size-full wp-image-1241" /></a></div>
<p><strong>15.</strong> <span id="writer-content"><a href="http://www.werkstette.dk/" color="FF0000" target="_blank">Werkstette</a></span></p>
<div align="center" class="border-media"><a href="http://www.werkstette.dk/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/werkstette.jpg" alt="werkstette" title="werkstette" width="560" height="259" class="alignnone size-full wp-image-1246" /></a></div>
<p><strong>16.</strong> <span id="writer-content"><a href="http://www.ciriljazbec.com/" color="FF0000" target="_blank">Ciril Jazbec</a></span></p>
<div align="center" class="border-media"><a href="http://www.ciriljazbec.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/ciriljazbec.jpg" alt="ciriljazbec" title="ciriljazbec" width="560" height="287" class="alignnone size-full wp-image-1243" /></a></div>
<p><strong>17.</strong> <span id="writer-content"><a href="http://www.bergh.dk/" color="FF0000" target="_blank">Anders Bergh</a></span></p>
<div align="center" class="border-media"><a href="http://www.bergh.dk/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/bergh.jpg" alt="bergh" title="bergh" width="560" height="233" class="alignnone size-full wp-image-1248" /></a></div>
<p><strong>18.</strong> <span id="writer-content"><a href="http://www.photo-cosminatanasiu.ro/" color="FF0000" target="_blank">Cosmin Atanasiu</a></span></p>
<div align="center" class="border-media"><a href="http://www.photo-cosminatanasiu.ro/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/cosmin_atanasiu.jpg" alt="cosmin_atanasiu" title="cosmin_atanasiu" width="560" height="384" class="alignnone size-full wp-image-1249" /></a></div>
<p><strong>19.</strong> <span id="writer-content"><a href="http://www.egofoto.net/" color="FF0000" target="_blank">Senol zorlu</a></span></p>
<div align="center" class="border-media"><a href="http://www.egofoto.net/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/egofoto.jpg" alt="egofoto" title="egofoto" width="560" height="288" class="alignnone size-full wp-image-1250" /></a></div>
<p><strong>20.</strong> <span id="writer-content"><a href="http://www.towndrow.ca/" color="FF0000" target="_blank">Lee Towndrow Photography</a></span></p>
<div align="center" class="border-media"><a href="http://www.towndrow.ca/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/towndrow.jpg" alt="towndrow" title="towndrow" width="560" height="251" class="alignnone size-full wp-image-1251" /></a></div>
<p><strong>21.</strong> <span id="writer-content"><a href="http://deedee.ro/ALB/indexalb.htm" color="FF0000" target="_blank">Dee Dee</a></span></p>
<div align="center" class="border-media"><a href="http://deedee.ro/ALB/indexalb.htm" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/deedee.jpg" alt="deedee" title="deedee" width="560" height="322" class="alignnone size-full wp-image-1252" /></a></div>
<p><strong>22.</strong> <span id="writer-content"><a href="http://www.coreyfishes.com/" color="FF0000" target="_blank">Corey Arnold</a></span></p>
<div align="center" class="border-media"><a href="http://www.coreyfishes.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/coreyfishes.jpg" alt="coreyfishes" title="coreyfishes" width="560" height="319" class="alignnone size-full wp-image-1254" /></a></div>
<p><strong>23.</strong> <span id="writer-content"><a href="http://www.chasejarvis.com/" color="FF0000" target="_blank">Chase Jarvis</a></span></p>
<div align="center" class="border-media"><a href="http://www.chasejarvis.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/chasejarvis.jpg" alt="chasejarvis" title="chasejarvis" width="560" height="371" class="alignnone size-full wp-image-1255" /></a></div>
<p><strong>24.</strong> <span id="writer-content"><a href="http://www.vladimirpotop.ro/" color="FF0000" target="_blank">Vladimir Potop</a></span></p>
<div align="center" class="border-media"><a href="http://www.vladimirpotop.ro/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/vladimirpotop.jpg" alt="vladimirpotop" title="vladimirpotop" width="560" height="286" class="alignnone size-full wp-image-1258" /></a></div>
<p><strong>25.</strong> <span id="writer-content"><a href="http://www.joshuastearns.com/" color="FF0000" target="_blank">Joshua Stearns</a></span></p>
<div align="center" class="border-media"><a href="http://www.joshuastearns.com/" target="_blank"><img src="http://www.flashuser.net/wp-content/uploads/2009/08/joshua_stearns.jpg" alt="joshua_stearns" title="joshua_stearns" width="560" height="362" class="alignnone size-full wp-image-1259" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.flashuser.net/general/25-photographer-sites-made-in-flash.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.flashuser.net @ 2012-02-07 06:06:55 -->
