<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Aaron Jefferson Villanueva&#039;s Blog Site</title>
	<atom:link href="http://malebolgia.shadowsonawall.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://malebolgia.shadowsonawall.net</link>
	<description>Programming / Designing Blogging from windows to mac.</description>
	<lastBuildDate>Sat, 13 Nov 2010 14:45:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on NSZombieEnabled Causes memory Leak. by Azman</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/nszombieenabled-causes-memory-leak.html/comment-page-1#comment-32</link>
		<dc:creator>Azman</dc:creator>
		<pubDate>Sat, 13 Nov 2010 14:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=220#comment-32</guid>
		<description>Hi, 

I&#039;ve same leaks when I use NSZombie with Instruments !</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;ve same leaks when I use NSZombie with Instruments !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 and Mootools Slimbox by Aaron</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/flash-as3-and-mootools-slimbox.html/comment-page-1#comment-31</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 17 Aug 2010 08:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=199#comment-31</guid>
		<description>base on &lt;a href=&quot;http://code.google.com/p/slimbox/wiki/MooToolsAPI&quot; rel=&quot;nofollow&quot;&gt;http://code.google.com/p/slimbox/wiki/MooToolsAPI&lt;/a&gt;

Under &lt;strong&gt;Multiple images&lt;/strong&gt;, you can use.
&lt;pre lang=&quot;javascript&quot;&gt; 
Slimbox.open([[&quot;cat.jpg&quot;, &quot;Nice cat&quot;], [&quot;dog.jpg&quot;]], 0);
&lt;/pre&gt;


so I guess you can use it in AS3:
&lt;pre lang=&quot;actionscript3&quot;  &gt; 
ExternalInterface.call(&quot;Slimbox.open&quot;,&quot;[[&#039;/images/cat.png&#039;, &#039;Nice cat&#039;], [&#039;/images/dog.jpg&#039;,&#039;Nice Dog&#039;]]&quot;);
&lt;/pre&gt;

Let me know if it works. :)
</description>
		<content:encoded><![CDATA[<p>base on <a href="http://code.google.com/p/slimbox/wiki/MooToolsAPI" rel="nofollow">http://code.google.com/p/slimbox/wiki/MooToolsAPI</a></p>
<p>Under <strong>Multiple images</strong>, you can use.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;">Slimbox.<span style="color: #000066;">open</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#91;</span><span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;cat.jpg&quot;</span><span style="color: #339933;">,</span> <span style="color: #3366CC;">&quot;Nice cat&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#91;</span><span style="color: #3366CC;">&quot;dog.jpg&quot;</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #CC0000;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>so I guess you can use it in AS3:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #004993;">ExternalInterface</span>.<span style="color: #004993;">call</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;Slimbox.open&quot;</span>,<span style="color: #990000;">&quot;[['/images/cat.png', 'Nice cat'], ['/images/dog.jpg','Nice Dog']]&quot;</span><span style="color: #000000;">&#41;</span>;</pre></div></div>

<p>Let me know if it works. <img src='http://malebolgia.shadowsonawall.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 and Mootools Slimbox by KeepWalking</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/flash-as3-and-mootools-slimbox.html/comment-page-1#comment-30</link>
		<dc:creator>KeepWalking</dc:creator>
		<pubDate>Tue, 17 Aug 2010 06:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=199#comment-30</guid>
		<description>Hi, How can I put many images and next button. What is it flash code to works? thanks.</description>
		<content:encoded><![CDATA[<p>Hi, How can I put many images and next button. What is it flash code to works? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 and Mootools Slimbox by admin</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/flash-as3-and-mootools-slimbox.html/comment-page-1#comment-29</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 12 Aug 2010 15:56:11 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=199#comment-29</guid>
		<description>Hi LostMind - you can use Iframe - put your swf on a HTML file, and call it via iFrame - let me know if that helps</description>
		<content:encoded><![CDATA[<p>Hi LostMind &#8211; you can use Iframe &#8211; put your swf on a HTML file, and call it via iFrame &#8211; let me know if that helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 and Mootools Slimbox by LostMind</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/flash-as3-and-mootools-slimbox.html/comment-page-1#comment-28</link>
		<dc:creator>LostMind</dc:creator>
		<pubDate>Wed, 11 Aug 2010 12:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=199#comment-28</guid>
		<description>Hello! How can I use this to open a SWF?</description>
		<content:encoded><![CDATA[<p>Hello! How can I use this to open a SWF?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendster Overlay layout by admin</title>
		<link>http://malebolgia.shadowsonawall.net/design/friendster-overlay-layout.html/comment-page-1#comment-15</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Dec 2009 08:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=36#comment-15</guid>
		<description>hehe please visit markytrigger site. for more overlays layout, also friendster updated again their site. I bet there will be a problem overlaying your desired layouts.</description>
		<content:encoded><![CDATA[<p>hehe please visit markytrigger site. for more overlays layout, also friendster updated again their site. I bet there will be a problem overlaying your desired layouts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla 1.5 phpbb bridge bug fixed by Vistiadar</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/joomla-1-5-phpbb-bridge-bug-fixed.html/comment-page-1#comment-7</link>
		<dc:creator>Vistiadar</dc:creator>
		<pubDate>Sun, 22 Nov 2009 09:01:39 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=92#comment-7</guid>
		<description>Thanks a a lot</description>
		<content:encoded><![CDATA[<p>Thanks a a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Joomla 1.5 phpbb bridge bug fixed by Carolyne</title>
		<link>http://malebolgia.shadowsonawall.net/code-programming/joomla-1-5-phpbb-bridge-bug-fixed.html/comment-page-1#comment-6</link>
		<dc:creator>Carolyne</dc:creator>
		<pubDate>Fri, 04 Sep 2009 10:33:39 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=92#comment-6</guid>
		<description>I had the same problem and your suggested work. Thanks for blogging it. :o)</description>
		<content:encoded><![CDATA[<p>I had the same problem and your suggested work. Thanks for blogging it. <img src='http://malebolgia.shadowsonawall.net/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendster Overlay layout by ruth</title>
		<link>http://malebolgia.shadowsonawall.net/design/friendster-overlay-layout.html/comment-page-1#comment-3</link>
		<dc:creator>ruth</dc:creator>
		<pubDate>Sun, 04 Jan 2009 05:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=36#comment-3</guid>
		<description>pagawa po ng overlay. 
im black lover. 

thanks! 
Ü</description>
		<content:encoded><![CDATA[<p>pagawa po ng overlay.<br />
im black lover. </p>
<p>thanks!<br />
Ü</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Friendster Overlay layout by michelle</title>
		<link>http://malebolgia.shadowsonawall.net/design/friendster-overlay-layout.html/comment-page-1#comment-5</link>
		<dc:creator>michelle</dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:54:43 +0000</pubDate>
		<guid isPermaLink="false">http://malebolgia.shadowsonawall.net/?p=36#comment-5</guid>
		<description>can you overlay my profile layout?

thanks...</description>
		<content:encoded><![CDATA[<p>can you overlay my profile layout?</p>
<p>thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

