<?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"
	>
<channel>
	<title>Comments on: AS2 Component kludging&#8230;</title>
	<atom:link href="http://blog.flashgen.com/2005/11/27/as2-component-kludging/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/</link>
	<description>An infrequent look at developments in the world of the Flash Platform</description>
	<pubDate>Fri, 25 Jul 2008 12:36:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Ozgur Uksal</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-146857</link>
		<dc:creator>Ozgur Uksal</dc:creator>
		<pubDate>Thu, 31 Jan 2008 16:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-146857</guid>
		<description>Appreciated because you share your ideas. But, you have mistaken in your article when you said, "If the method was ACTUALLY private then you wouldn't be able to access it as is illustrated by the above example because it would throw a compile time error, let alone override it to boot." You are not overriding onRollOver  at all by using dispatch method within the body of the onRollOver callback function. All you did was implementing the callback function.

Ozgur Uksal</description>
		<content:encoded><![CDATA[<p>Appreciated because you share your ideas. But, you have mistaken in your article when you said, &#8220;If the method was ACTUALLY private then you wouldn&#8217;t be able to access it as is illustrated by the above example because it would throw a compile time error, let alone override it to boot.&#8221; You are not overriding onRollOver  at all by using dispatch method within the body of the onRollOver callback function. All you did was implementing the callback function.</p>
<p>Ozgur Uksal</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-43902</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 01 Apr 2007 15:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-43902</guid>
		<description>Hi - i found this a very useful post - thank you.

I was trying to apply this technique to the ComboBox, but I don't seem to be able to get it to work.  Whatever I do to enable the onRollOver event dispatch seems to disable the ComboBox functionality.  Any ideas?  Thanks!

Chad</description>
		<content:encoded><![CDATA[<p>Hi - i found this a very useful post - thank you.</p>
<p>I was trying to apply this technique to the ComboBox, but I don&#8217;t seem to be able to get it to work.  Whatever I do to enable the onRollOver event dispatch seems to disable the ComboBox functionality.  Any ideas?  Thanks!</p>
<p>Chad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashGen.Com .: blog :. &#187; FGButton component &#8216;finally&#8217; available</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-843</link>
		<dc:creator>FlashGen.Com .: blog :. &#187; FGButton component &#8216;finally&#8217; available</dc:creator>
		<pubDate>Fri, 05 May 2006 08:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-843</guid>
		<description>[...] I realised last night (by &#8216;realised&#8217; I mean someone pointed out - Stefan  ). That I hadn&#8217;t posted up an actual component based on my earlier post about adding rollOver and rollOut events to the Button component. [...]</description>
		<content:encoded><![CDATA[<p>[...] I realised last night (by &#8216;realised&#8217; I mean someone pointed out - Stefan  ). That I hadn&#8217;t posted up an actual component based on my earlier post about adding rollOver and rollOut events to the Button component. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashGen</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-838</link>
		<dc:creator>FlashGen</dc:creator>
		<pubDate>Thu, 04 May 2006 20:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-838</guid>
		<description>Stefan, not sure if you're subscribed to this post. However I have sent you an MXP with the component, class file and a simple sample file. Hope that helps

regs
FG</description>
		<content:encoded><![CDATA[<p>Stefan, not sure if you&#8217;re subscribed to this post. However I have sent you an MXP with the component, class file and a simple sample file. Hope that helps</p>
<p>regs<br />
FG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-837</link>
		<dc:creator>stefan</dc:creator>
		<pubDate>Thu, 04 May 2006 17:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-837</guid>
		<description>Sorry, but I need some implementation details. creating a FGButton instance with: 
import mypackage.components.FGButton;
myButton = paneContent.createClassObject(FGButton, "myButton", paneContent.getNextHighestDepth());
doesn't show a button on the stage whereas  createClassObject(Button, .. runs fine
Do I have to create a FGButton component?</description>
		<content:encoded><![CDATA[<p>Sorry, but I need some implementation details. creating a FGButton instance with:<br />
import mypackage.components.FGButton;<br />
myButton = paneContent.createClassObject(FGButton, &#8220;myButton&#8221;, paneContent.getNextHighestDepth());<br />
doesn&#8217;t show a button on the stage whereas  createClassObject(Button, .. runs fine<br />
Do I have to create a FGButton component?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simon</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-93</link>
		<dc:creator>simon</dc:creator>
		<pubDate>Thu, 09 Mar 2006 21:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-93</guid>
		<description>nice nice nice. That helped me out loads, I have &lt;a href="http://www.hootandholler.co.uk/index.php?/archives/59-Using-Custom-Components-with-AS-2.0.html" rel="nofollow"&gt;blogged this entry&lt;/a&gt; to spread the word! Thanks a million.</description>
		<content:encoded><![CDATA[<p>nice nice nice. That helped me out loads, I have <a href="http://www.hootandholler.co.uk/index.php?/archives/59-Using-Custom-Components-with-AS-2.0.html" rel="nofollow">blogged this entry</a> to spread the word! Thanks a million.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FlashICT.net &#187; FlashGen.com - brilliant!</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-18</link>
		<dc:creator>FlashICT.net &#187; FlashGen.com - brilliant!</dc:creator>
		<pubDate>Tue, 03 Jan 2006 12:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-18</guid>
		<description>[...] I spent a while fiddling around with an invisible button that would trigger the tooltip, but it was a really irritating and annoying solution.  It simply didn&#8217;t seem the right way of doing it.  Then, by doing a bit more research on the internet, I came across a brilliant solution.  It appears that the fuction was left out of the components, but it is still hidden within Flash somewhere.  Thanks so much to Mike Jones and his FlashGen blog. His post about AS2 component kludging solved the issue. [...]</description>
		<content:encoded><![CDATA[<p>[...] I spent a while fiddling around with an invisible button that would trigger the tooltip, but it was a really irritating and annoying solution.  It simply didn&#8217;t seem the right way of doing it.  Then, by doing a bit more research on the internet, I came across a brilliant solution.  It appears that the fuction was left out of the components, but it is still hidden within Flash somewhere.  Thanks so much to Mike Jones and his FlashGen blog. His post about AS2 component kludging solved the issue. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Field</title>
		<link>http://blog.flashgen.com/2005/11/27/as2-component-kludging/#comment-17</link>
		<dc:creator>Andrew Field</dc:creator>
		<pubDate>Tue, 03 Jan 2006 12:39:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashgen.com/?p=23#comment-17</guid>
		<description>Great - thanks very much for this.  Was fiddling around for ages trying to get a hover-over effect from a standard Flash button.  Really annoying that they'd missed out the rollover function.  Great to see that they didn't really miss it out.  Thanks!</description>
		<content:encoded><![CDATA[<p>Great - thanks very much for this.  Was fiddling around for ages trying to get a hover-over effect from a standard Flash button.  Really annoying that they&#8217;d missed out the rollover function.  Great to see that they didn&#8217;t really miss it out.  Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
