<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Remi.T</title>
	
	<link>http://www.remitoffoli.com/blog</link>
	<description>Me, myself and I</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:12:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/RemiToffoliComments" /><feedburner:info uri="remitoffolicomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on FlashDevelop : Snippets et arguments dynamiques by antoine fricker</title>
		<link>http://www.remitoffoli.com/blog/2010/09/09/flashdevelop-snippets-et-arguments-dynamiques/comment-page-1/#comment-2719</link>
		<dc:creator>antoine fricker</dc:creator>
		<pubDate>Wed, 30 Nov 2011 12:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=273#comment-2719</guid>
		<description>Je suis tombé sur un thread sur forum Flashdevelop dessus après la lecture de ton post. Peut-être cela te sera utile.
http://www.flashdevelop.org/community/viewtopic.php?f=4&amp;t=4097</description>
		<content:encoded><![CDATA[<p>Je suis tombé sur un thread sur forum Flashdevelop dessus après la lecture de ton post. Peut-être cela te sera utile.<br />
<a href="http://www.flashdevelop.org/community/viewtopic.php?f=4&#038;t=4097" rel="nofollow">http://www.flashdevelop.org/community/viewtopic.php?f=4&#038;t=4097</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Using stage.focus by Bartj3</title>
		<link>http://www.remitoffoli.com/blog/2009/05/03/as3-using-stagefocus/comment-page-1/#comment-1974</link>
		<dc:creator>Bartj3</dc:creator>
		<pubDate>Tue, 02 Aug 2011 11:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=67#comment-1974</guid>
		<description>came here googling for stageFocusRect, thanks for the tip!

Flash expects a Boolean though, so fixed it using stage.stageFocusRect = false;</description>
		<content:encoded><![CDATA[<p>came here googling for stageFocusRect, thanks for the tip!</p>
<p>Flash expects a Boolean though, so fixed it using stage.stageFocusRect = false;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Truncate a TextField with a maxLines by JD</title>
		<link>http://www.remitoffoli.com/blog/2010/11/02/as3-truncate-a-textfield-with-a-maxlines/comment-page-1/#comment-1930</link>
		<dc:creator>JD</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:23:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=282#comment-1930</guid>
		<description>Nice job - works great! Thanks for sharing. One thing I added was this:

// adjust height
textfield.height = textfield.textHeight;

... which resets the textfield height once the text is modified.</description>
		<content:encoded><![CDATA[<p>Nice job &#8211; works great! Thanks for sharing. One thing I added was this:</p>
<p>// adjust height<br />
textfield.height = textfield.textHeight;</p>
<p>&#8230; which resets the textfield height once the text is modified.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Les sites élastiques, c’est fantastique ! by Quentin</title>
		<link>http://www.remitoffoli.com/blog/2011/06/14/les-sites-elastiques-cest-fantastique/comment-page-1/#comment-1736</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Wed, 15 Jun 2011 09:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=343#comment-1736</guid>
		<description>Hyper bien !
Content de t'avoir donné envie d'implémenter ça, good job.</description>
		<content:encoded><![CDATA[<p>Hyper bien !<br />
Content de t&#8217;avoir donné envie d&#8217;implémenter ça, good job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Truncate a TextField with a maxLines by Quentin</title>
		<link>http://www.remitoffoli.com/blog/2010/11/02/as3-truncate-a-textfield-with-a-maxlines/comment-page-1/#comment-1435</link>
		<dc:creator>Quentin</dc:creator>
		<pubDate>Wed, 06 Apr 2011 11:10:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=282#comment-1435</guid>
		<description>Hey!
Why not use the actual ellispsis glyph?

Here's what I'd do: &lt;code&gt;var alt:String = "…";&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Hey!<br />
Why not use the actual ellispsis glyph?</p>
<p>Here&#8217;s what I&#8217;d do: <code>var alt:String = "…";</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Truncate a TextField with a maxLines by foreground</title>
		<link>http://www.remitoffoli.com/blog/2010/11/02/as3-truncate-a-textfield-with-a-maxlines/comment-page-1/#comment-1099</link>
		<dc:creator>foreground</dc:creator>
		<pubDate>Wed, 23 Feb 2011 20:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=282#comment-1099</guid>
		<description>The textfield.getLineOffset(maxLines) function is not worked properly. And textfield.numLines is too. The trues method lies near this code: http://snipplr.com/view.php?codeview&amp;id=47623</description>
		<content:encoded><![CDATA[<p>The textfield.getLineOffset(maxLines) function is not worked properly. And textfield.numLines is too. The trues method lies near this code: <a href="http://snipplr.com/view.php?codeview&#038;id=47623" rel="nofollow">http://snipplr.com/view.php?codeview&#038;id=47623</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ma Samsung Galaxy Tab by DamZ</title>
		<link>http://www.remitoffoli.com/blog/2010/11/30/ma-samsung-galaxy-tab/comment-page-1/#comment-762</link>
		<dc:creator>DamZ</dc:creator>
		<pubDate>Tue, 30 Nov 2010 09:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=307#comment-762</guid>
		<description>S'toi la Galaxy Tab ouais !</description>
		<content:encoded><![CDATA[<p>S&#8217;toi la Galaxy Tab ouais !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Using stage.focus by Kawika</title>
		<link>http://www.remitoffoli.com/blog/2009/05/03/as3-using-stagefocus/comment-page-1/#comment-414</link>
		<dc:creator>Kawika</dc:creator>
		<pubDate>Wed, 01 Sep 2010 00:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=67#comment-414</guid>
		<description>Perfect!  I wanted to hide the crappy yellow rectangle, and now I know how!! Thanks!</description>
		<content:encoded><![CDATA[<p>Perfect!  I wanted to hide the crappy yellow rectangle, and now I know how!! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Exploring cross-scripting, Part 1 by Rémi.T</title>
		<link>http://www.remitoffoli.com/blog/2009/05/26/as3-exploring-cross-scripting-part-1/comment-page-1/#comment-397</link>
		<dc:creator>Rémi.T</dc:creator>
		<pubDate>Fri, 16 Jul 2010 13:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=94#comment-397</guid>
		<description>Hello,

I'm not sure of what you want to implement in Flex. But, the key of all this stuff above is in the LoaderContext class :
http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/

When you load a file (here a swf) using the Loader class, you can specify a context : Loader().load(request,context);

The Context().applicationDomain property define whether or not the loaded classes will be part of the same application domain of your app (new references already loaded will be ignored) or a new application domain (new references already loaded will be duplicaded like the exemple in the post).</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I&#8217;m not sure of what you want to implement in Flex. But, the key of all this stuff above is in the LoaderContext class :<br />
<a href="http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/" rel="nofollow">http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/</a></p>
<p>When you load a file (here a swf) using the Loader class, you can specify a context : Loader().load(request,context);</p>
<p>The Context().applicationDomain property define whether or not the loaded classes will be part of the same application domain of your app (new references already loaded will be ignored) or a new application domain (new references already loaded will be duplicaded like the exemple in the post).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on [AS3] Exploring cross-scripting, Part 1 by Michael</title>
		<link>http://www.remitoffoli.com/blog/2009/05/26/as3-exploring-cross-scripting-part-1/comment-page-1/#comment-396</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Fri, 16 Jul 2010 07:14:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.remitoffoli.com/blog/?p=94#comment-396</guid>
		<description>Hi,

Do you know how to implement this in Flex? I'm planning to build a framework using this concept.. 

The components and action script are in 2 different files in the server. 

Mic</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Do you know how to implement this in Flex? I&#8217;m planning to build a framework using this concept.. </p>
<p>The components and action script are in 2 different files in the server. </p>
<p>Mic</p>
]]></content:encoded>
	</item>
</channel>
</rss>
