<?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>thecodemonster.net &#187; Image Galleries</title>
	<atom:link href="http://thecodemonster.net/category/image_galleries/feed/" rel="self" type="application/rss+xml" />
	<link>http://thecodemonster.net</link>
	<description>Flash components, actionscript 2 &#38; 3, XML, Image galleries, Download Stock Flash Items made with Flash Actionscript 2 &#38; 3 and XML</description>
	<lastBuildDate>Tue, 23 Feb 2010 21:16:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>XML Based Fullscreen Image Rotator With Proportional Resize &#8211; Flash CS3 &#8211; Actionscript 3</title>
		<link>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/</link>
		<comments>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 09:05:28 +0000</pubDate>
		<dc:creator>Artluvr</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[tweener]]></category>

		<guid isPermaLink="false">http://www.artluvr.com/?p=115</guid>
		<description><![CDATA[
VIEW DEMO
The last two years we see developers using beautiful images for website backgrounds. In Flash sites we can have functionality and interactivity with the background. So what we created a simple background image rotation component for your website. It takes two line to initialize it and a simple XML if you wish to change [...]]]></description>
			<content:encoded><![CDATA[<p><a title="XML Based Fullscreen Image Rotator With Proportional Resize" href="http://artluvr.com/files/xml_based_background_image_rotator/RotatingBackground.html" target="_blank"><img class="alignnone size-full wp-image-116" style="border: 0pt none;" title="xml_based_background_image_rotator" src="http://www.artluvr.com/wp-content/uploads/2009/03/xml_based_background_image_rotator.jpg" alt="xml_based_background_image_rotator" width="600" height="250" /></a></p>
<p><a title="XML Based Fullscreen Image Rotator With Proportional Resize" href="http://artluvr.com/files/xml_based_background_image_rotator/RotatingBackground.html" target="_blank"><strong>VIEW DEMO</strong></a></p>
<p>The last two years we see developers using beautiful images for website backgrounds. In Flash sites we can have functionality and interactivity with the background. <span id="more-115"></span>So what we created a simple background image rotation component for your website. It takes two line to initialize it and a simple XML if you wish to change the images.</p>
<p><strong>You can customize the following:</strong></p>
<ul>
<li>Transition interval between images</li>
<li>Image list</li>
<li>Proportional resize</li>
</ul>
<p><strong>Initializing the component</strong></p>
<p>Copy the RotatingBackground movieclip to the library of your .fla file.</p>
<p>Copy the RotatingBackground.as and images.xml files to the same folder that you have your .fla file.</p>
<p>Write the following two lines of code:</p>
<p><em>var rb:RotatingBackground = new RotatingBackground(&#8220;images.xml&#8221;, 12);<br />
addChild(rb);</em></p>
<p>The first parameter is the name of the xml file and the second the transition interval between the images</p>
<p><strong>XML Structure</strong></p>
<p><em>&lt;?xml version=&#8221;1.0&#8243; encoding=&#8221;utf-8&#8243;?&gt;<br />
&lt;images&gt;<br />
&lt;image file=&#8221;images/1.jpg&#8221; /&gt;<br />
&lt;image file=&#8221;images/2.jpg&#8221; /&gt;<br />
&lt;image file=&#8221;images/3.jpg&#8221; /&gt;<br />
&lt;/images&gt;</em></p>
<p><strong>Requirements</strong></p>
<p>Tweener for AS3 (included in the zip file)</p>
<p><strong>Price: € 6</strong></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="3875760" />
<input alt="PayPal - The safer, easier way to pay online." name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" />
<img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://thecodemonster.net/2009/03/11/xml_based_fullscreen_image_rotator_with_proportional_resize/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>XML based banner rotator &#8211; Actionscript 3, Flash CS3</title>
		<link>http://thecodemonster.net/2008/11/30/xml-based-banner-rotator-actionscript-3-flash-cs3/</link>
		<comments>http://thecodemonster.net/2008/11/30/xml-based-banner-rotator-actionscript-3-flash-cs3/#comments</comments>
		<pubDate>Sun, 30 Nov 2008 22:25:45 +0000</pubDate>
		<dc:creator>Artluvr</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Banner rotator]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[Image Galleries]]></category>
		<category><![CDATA[tweener]]></category>

		<guid isPermaLink="false">http://www.artluvr.com/?p=86</guid>
		<description><![CDATA[
DEMO HERE
This is a simple xml based, banner rotator. It is made with Flash CS3 and AS3. Fully customizable and this means that you can change the following:
Fron inside BannerRotator.as file
const BANNER_NUMBER_SPACING:Number = 30; //the spacing between the number boxes
const BANNER_NUMBER_ALPHA:Number = 0.5; //the initial alpha of the number boxes
const BANNER_SHOW_TRANSITION:Number = 0.5; //the duration [...]]]></description>
			<content:encoded><![CDATA[<p><a title="XML Based Banner Rotator" href="http://www.artluvr.com/files/banner_rotator_as3.html" target="_blank"><img class="alignnone size-full wp-image-90" title="bannerotator" src="http://www.artluvr.com/wp-content/uploads/2008/11/bannerotator.jpg" alt="" width="600" height="293" /><br />
<strong>DEMO HERE</strong></a></p>
<p>This is a simple xml based, banner rotator. It is made with Flash CS3 and AS3. <span id="more-86"></span>Fully customizable and this means that you can change the following:</p>
<p><strong>Fron inside BannerRotator.as file</strong></p>
<p>const BANNER_NUMBER_SPACING:Number = 30; <em>//the spacing between the number boxes</em><br />
const BANNER_NUMBER_ALPHA:Number = 0.5; <em>//the initial alpha of the number boxes</em><br />
const BANNER_SHOW_TRANSITION:Number = 0.5; <em>//the duration of the transition when the banner will be shown</em><br />
const DELAY:Number = 6000; <em>//after how many miliseconds the next banner will be shown</em><br />
const LOADING_COLOR:uint=0&#215;000000; <em>//the color of the loading bar</em><br />
const LOADING_ALPHA:Number=0.5; <em>//the alpha of the loading bar</em></p>
<p><strong>From inside BannerNumber.as</strong></p>
<p>const NUMBER_FONT:String = &#8220;Arial&#8221;; <em>//the font of the banner&#8217;s number</em><br />
const NUMBER_FONT_SIZE:Number = 12; <em>//the font size of the banner&#8217;s number</em><br />
const NUMBER_FONT_COLOR:uint = 0xffffff; <em>//the font color of the banner&#8217;s number</em><br />
const NUMBER_BG_COLOR:uint = 0&#215;000000; <em>//the color of the number background</em><br />
const NUMBER_BLUR_ALPHA:Number = 0.5; <em>//the initial alpha of banner&#8217;s number</em><br />
const NUMBER_TRANSITION_TIME:Number = 0.3; <em>//the duration of the transition when you put your mouse over a banner&#8217;s number</em></p>
<p><strong>From inside the BannerImage.as</strong></p>
<p>const IMAGE_TITLE_FONT:String = &#8220;Arial&#8221;; <em>//the title font</em><br />
const IMAGE_TITLE_FONT_SIZE:Number = 16; <em>//the title font size</em><br />
const IMAGE_TITLE_BOLD:Boolean = false; <em>//is the title bold?</em><br />
const IMAGE_TITLE_COLOR:uint = 0xffffff; <em>//the color of the title</em><br />
const TITLE_X:Number = 10; <em>//the X offset of the title</em><br />
const TITLE_Y:Number = 10; <em>//the Y offset of the title</em><br />
const TITLE_MAXIMUM_WIDTH:Number = 480; <em>//the titles maximum width</em></p>
<p><strong>Fron inside the XML file</strong></p>
<p>URL redirection by clicking on each banner<br />
Descriptions</p>
<p>The xml structure looks like this:</p>
<p>&lt;banner title=&#8221;Welcome to Artluvr.com&#8221; file=&#8221;banners/1.jpg&#8221; url=&#8221;http://www.amazon.com&#8221;&gt;&lt;/banner&gt;</p>
<p>Finally, you display it by simply writing the following code:</p>
<p><strong><em>import br.BannerRotator;</em></strong></p>
<p><strong><em>var brot:MovieClip = new BannerRotator(500,247, &#8220;&#8221;banners.xml&#8221;);<br />
addChild(brot);</em></strong></p>
<p>The above code will create a banner with width 500px, height 247px and will read the file &#8220;banners.xml&#8221;.</p>
<p><strong>Price: € 6</strong></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input name="hosted_button_id" type="hidden" value="1549280" />
<input name="submit" src="https://www.paypal.com/en_US/i/btn/btn_buynowCC_LG_global.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br />
</form>
]]></content:encoded>
			<wfw:commentRss>http://thecodemonster.net/2008/11/30/xml-based-banner-rotator-actionscript-3-flash-cs3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XML Image Gallery &#8211; Actionscript 3, Flash CS3, Tweener</title>
		<link>http://thecodemonster.net/2008/06/25/xml-image-gallery-actionscript-3-flash-cs3-tweener/</link>
		<comments>http://thecodemonster.net/2008/06/25/xml-image-gallery-actionscript-3-flash-cs3-tweener/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 13:39:40 +0000</pubDate>
		<dc:creator>Artluvr</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.artluvr.com/?p=51</guid>
		<description><![CDATA[
VIEW DEMO
This is a simple image gallery that supports thumbnails, descriptions (utf) and fullsize images. When the thumbnails exceed the window width, then the bottom strip moves whenever you move your mouse.
You can also customise the arrow images, change the name of the XML file that holds all the data.
The format of the XML file [...]]]></description>
			<content:encoded><![CDATA[<p><a title="XML Image Gallery - Actionscript 3, Flash CS3, Tweener" href="http://www.artluvr.com/files/Advanced_Image_Gallery/Advanced_Image_Gallery.html" target="_blank"><img class="alignnone size-full wp-image-52" title="Advanced Image Gallery - Actionscript 3 FLASH CS3 Tweener" src="http://www.artluvr.com/wp-content/uploads/2008/06/advanced_image_gallery.jpg" alt="" /></a></p>
<p><a title="XML Image Gallery - Actionscript 3, Flash CS3, Tweener" href="http://www.artluvr.com/files/Advanced_Image_Gallery/Advanced_Image_Gallery.html" target="_blank">VIEW DEMO</a></p>
<p>This is a simple image gallery that supports thumbnails, descriptions (utf) and fullsize images. When the thumbnails exceed the window width, then the bottom strip moves whenever you move your mouse.<span id="more-51"></span></p>
<p>You can also customise the arrow images, change the name of the XML file that holds all the data.</p>
<p><strong>The format of the XML file is :</strong></p>
<p><em>&lt;photographs&gt;<br />
&lt;photograph thumbnail=&#8221;images/01.jpg&#8221; big=&#8221;images/01big.jpg&#8221;&gt;<br />
&lt;description&gt;&lt;![CDATA[Prague 2006. Copyright stateoftorpidity.com]]&gt;&lt;/description&gt;</em></p>
<p><em> &lt;/photograph&gt;<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.<br />
&lt;/photographs&gt;</em></p>
<p><strong>If you wish to initialize the Image gallery all you have to write is:</strong></p>
<p><em>import aig.*;<br />
var a:AdvancedImageGallery = new AdvancedImageGallery(&#8220;gallery.xml&#8221;);<br />
addChild(a);</em></p>
<p><strong>Note: </strong>We recommend that you use it as a standalone gallery.</p>
<p><strong>Price: €11</strong></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but9.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>
<input name="encrypted" type="hidden" value="-----BEGIN PKCS7-----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-----END PKCS7-----" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://thecodemonster.net/2008/06/25/xml-image-gallery-actionscript-3-flash-cs3-tweener/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>XML based image gallery &#8211; Actionscript 3, Flash CS3, Tweener</title>
		<link>http://thecodemonster.net/2008/06/17/xml-based-image-gallery-actionscript-3-flash-cs3-tweener/</link>
		<comments>http://thecodemonster.net/2008/06/17/xml-based-image-gallery-actionscript-3-flash-cs3-tweener/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 12:26:32 +0000</pubDate>
		<dc:creator>Artluvr</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[tweener]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.artluvr.com/?p=49</guid>
		<description><![CDATA[
VIEW DEMO
This is a XML based image gallery made with AS3 and Tweener. You can change this image gallery in just a matter of seconds. Each image can have a description.
You can customize the following:

XML file
Border width
Border color
Text color
Padding
The images of the controls
The Loader component

All you have to do is add the following lines of [...]]]></description>
			<content:encoded><![CDATA[<p><a title="XML based image gallery demo - AS3 Flash CS3 Tweener" href="http://www.artluvr.com/files/imageviewer/ImageViewer.html" target="_blank"><img class="alignnone size-full wp-image-50" title="XML based image gallery Tweener Flash CS3 AS3" src="http://www.artluvr.com/wp-content/uploads/2008/06/imageviewer.jpg" alt="" /></a></p>
<p><a title="XML based image gallery demo - AS3 Flash CS3 Tweener" href="http://www.artluvr.com/files/imageviewer/ImageViewer.html" target="_blank">VIEW DEMO</a></p>
<p>This is a XML based image gallery made with AS3 and Tweener. You can change this image gallery in just a matter of seconds. Each image can have a description.<span id="more-49"></span></p>
<p>You can customize the following:</p>
<ul>
<li>XML file</li>
<li>Border width</li>
<li>Border color</li>
<li>Text color</li>
<li>Padding</li>
<li>The images of the controls</li>
<li>The Loader component</li>
</ul>
<p>All you have to do is add the following lines of code into your fla file:</p>
<p><em>import ImageViewer.*;<br />
var i:ImageViewer = new ImageViewer(&#8220;images.xml&#8221;,10,0xFFFFFF,0xFFFFFF,30);<br />
addChild(i);</em></p>
<p><strong>Important:</strong> This image gallery works better as a standalone image gallery.</p>
<p><strong>Price: €11</strong></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but9.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>
<input name="encrypted" type="hidden" value="-----BEGIN PKCS7-----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-----END PKCS7-----" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://thecodemonster.net/2008/06/17/xml-based-image-gallery-actionscript-3-flash-cs3-tweener/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Auto Resize XML Image Gallery &#8211; Actionscript 3, Flash CS3, Tweener</title>
		<link>http://thecodemonster.net/2008/04/18/auto-resize-xml-image-gallery-actionscript-3-flash-cs3-tweener/</link>
		<comments>http://thecodemonster.net/2008/04/18/auto-resize-xml-image-gallery-actionscript-3-flash-cs3-tweener/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 18:01:00 +0000</pubDate>
		<dc:creator>Artluvr</dc:creator>
				<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[tweener]]></category>

		<guid isPermaLink="false">http://www.artluvr.com/2008/04/18/auto-resize-xml-image-gallery-actionscript-3-flash-cs3-tweener/</guid>
		<description><![CDATA[
VIEW DEMO
Slick gallery is an XML based gallery that resize according to the dimensions of each image. You can have your typical next and previous buttons and you can also have a description for each image. Each image changing has a cool transition and a preloader.
You can customize

The xml filename
The skin color (border, text background)

Price: [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Auto Resize XML Image Gallery - Actionscript 3, Flash CS3, Tweener" href="http://www.artluvr.com/files/slick_gallery/slickgallery.html" target="_blank"><img src="http://www.artluvr.com/wp-content/uploads/2008/04/slick_gallery.jpg" border="0" alt="Auto Resize XML Image Gallery - Actionscript 3, Flash CS3, Tweener" /></a></p>
<p><a title="Auto Resize XML Image Gallery - Actionscript 3, Flash CS3, Tweener" href="http://www.artluvr.com/files/slick_gallery/slickgallery.html" target="_blank">VIEW DEMO</a></p>
<p>Slick gallery is an XML based gallery that resize according to the dimensions of each image. You can have your typical next and previous buttons and you can also have a description for each image. <span id="more-35"></span>Each image changing has a cool transition and a preloader.</p>
<p>You can customize</p>
<ul>
<li>The xml filename</li>
<li>The skin color (border, text background)</li>
</ul>
<p><strong>Price: € 6</strong></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but9.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>
<input name="encrypted" type="hidden" value="-----BEGIN PKCS7-----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-----END PKCS7-----" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://thecodemonster.net/2008/04/18/auto-resize-xml-image-gallery-actionscript-3-flash-cs3-tweener/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
		<item>
		<title>XML Based Zoom Gallery &#8211; Flash, Actionscript 2, FuseKit</title>
		<link>http://thecodemonster.net/2008/04/02/xml-based-zoom-gallery-flash-actionscript-2-fusekit/</link>
		<comments>http://thecodemonster.net/2008/04/02/xml-based-zoom-gallery-flash-actionscript-2-fusekit/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 20:30:51 +0000</pubDate>
		<dc:creator>Artluvr</dc:creator>
				<category><![CDATA[Actionscript 2]]></category>
		<category><![CDATA[flash cs3]]></category>
		<category><![CDATA[FuseKit]]></category>
		<category><![CDATA[image gallery]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[Zoom]]></category>

		<guid isPermaLink="false">http://www.artluvr.com/2008/04/02/xml-based-zoom-gallery-flash-actionscript-2-fusekit/</guid>
		<description><![CDATA[
VIEW DEMO
An XML based gallery where lets you zoom in and out of your gallery.
You can customize the following:

Image width and height
Image container width and height
Zoom in width and height
Zoom out width and height

Price: € 3


 
 
]]></description>
			<content:encoded><![CDATA[<p><a title="XML Based Zoom Gallery" href="http://www.artluvr.com/files/zoom_gallery/zoom_gallery.html" target="_blank"><img src="http://www.artluvr.com/wp-content/uploads/2008/01/demo.jpg" border="0" alt="XML Based Zoom Gallery" /><br />
VIEW DEMO</a></p>
<p>An XML based gallery where lets you zoom in and out of your gallery.<span id="more-26"></span></p>
<p>You can customize the following:</p>
<ul>
<li>Image width and height</li>
<li>Image container width and height</li>
<li>Zoom in width and height</li>
<li>Zoom out width and height</li>
</ul>
<p><strong>Price: € 3</strong></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input name="cmd" type="hidden" value="_s-xclick" />
<input alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/x-click-but9.gif" type="image" /> <img src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /></p>
<input name="encrypted" type="hidden" value="-----BEGIN PKCS7-----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-----END PKCS7-----" /> </form>
]]></content:encoded>
			<wfw:commentRss>http://thecodemonster.net/2008/04/02/xml-based-zoom-gallery-flash-actionscript-2-fusekit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
