<?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 on: Use your own ActionScript 3.0 classes and custom events in Adobe Flash (Part 1)</title>
	<atom:link href="http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 02 Dec 2011 15:11:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Team Roster</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-11143</link>
		<dc:creator>Team Roster</dc:creator>
		<pubDate>Sat, 30 Oct 2010 10:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-11143</guid>
		<description>You you should edit the webpage subject Use your own ActionScript 3.0 classes and custom events in Adobe Flash (Part 1)  &#124;  Swedish fika to  more better for your subject you write. I liked the post even sononetheless.</description>
		<content:encoded><![CDATA[<p>You you should edit the webpage subject Use your own ActionScript 3.0 classes and custom events in Adobe Flash (Part 1)  |  Swedish fika to  more better for your subject you write. I liked the post even sononetheless.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobM</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-7722</link>
		<dc:creator>BobM</dc:creator>
		<pubDate>Fri, 23 Oct 2009 13:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-7722</guid>
		<description>Hi Simon,

Yes, the incorrect path was the problem. Thank you for your help.
See you in Part 2
BobM 8O)</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>Yes, the incorrect path was the problem. Thank you for your help.<br />
See you in Part 2<br />
BobM 8O)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-7715</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Thu, 22 Oct 2009 18:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-7715</guid>
		<description>@ BobM

It looks like you&#039;ve placed the files the way you should. I just went through the steps myself and I actually got the same error but that was because I accidentally placed my XMLLoaderEvent.as and XMLLoader.as directly into the folder AS3Classes. 

I want you to take another look just to be sure that you&#039;ve placed the XMLLoaderEvent.as and XMLLoader.as in the folder named com that is placed inside the folder named AS3Classes. 

Then I want you to take a look on what source-path you&#039;ve actually entered to make your flash file able to find the classes you&#039;ve placed in your com folder that&#039;s located inside the folder named AS3Classes. 

Make sure that your source path ends with: 
C:\Documents and Settings\User\Desktop\AS3Classes 

The source path should not end like this:
C:\Documents and Settings\User\Desktop\AS3Classes\com

Please let me know if any of this helps.</description>
		<content:encoded><![CDATA[<p>@ BobM</p>
<p>It looks like you&#8217;ve placed the files the way you should. I just went through the steps myself and I actually got the same error but that was because I accidentally placed my XMLLoaderEvent.as and XMLLoader.as directly into the folder AS3Classes. </p>
<p>I want you to take another look just to be sure that you&#8217;ve placed the XMLLoaderEvent.as and XMLLoader.as in the folder named com that is placed inside the folder named AS3Classes. </p>
<p>Then I want you to take a look on what source-path you&#8217;ve actually entered to make your flash file able to find the classes you&#8217;ve placed in your com folder that&#8217;s located inside the folder named AS3Classes. </p>
<p>Make sure that your source path ends with:<br />
C:\Documents and Settings\User\Desktop\AS3Classes </p>
<p>The source path should not end like this:<br />
C:\Documents and Settings\User\Desktop\AS3Classes\com</p>
<p>Please let me know if any of this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BobM</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-7713</link>
		<dc:creator>BobM</dc:creator>
		<pubDate>Thu, 22 Oct 2009 10:38:27 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-7713</guid>
		<description>I&#039;ve tried this 4 times now and cannot get past part 1.
Am I doing it wrong?
I have 2 folders on my desktop the first one is:
 &quot;AS3Classes&quot; containing
&quot;com&quot; folder containing
XMLLoader.as and XMLLoaderEvent.as
The second folder is &quot;CustomEvents&quot; containing
Main.fla
Main.as
and additional folders for images and xml.

I repeatedly get the following error:
5001: The name of package &#039;com&#039; does not reflect the location of this file. Please change the package definition&#039;s name inside this file, or move the file. C:\Documents and Settings\User\Desktop\AS3Classes\com\XMLLoader.as

Where am I going wrong?
Please help.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried this 4 times now and cannot get past part 1.<br />
Am I doing it wrong?<br />
I have 2 folders on my desktop the first one is:<br />
 &#8220;AS3Classes&#8221; containing<br />
&#8220;com&#8221; folder containing<br />
XMLLoader.as and XMLLoaderEvent.as<br />
The second folder is &#8220;CustomEvents&#8221; containing<br />
Main.fla<br />
Main.as<br />
and additional folders for images and xml.</p>
<p>I repeatedly get the following error:<br />
5001: The name of package &#8216;com&#8217; does not reflect the location of this file. Please change the package definition&#8217;s name inside this file, or move the file. C:\Documents and Settings\User\Desktop\AS3Classes\com\XMLLoader.as</p>
<p>Where am I going wrong?<br />
Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John H</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-5142</link>
		<dc:creator>John H</dc:creator>
		<pubDate>Tue, 09 Jun 2009 21:40:43 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-5142</guid>
		<description>@somebody
It would be ridiculous to credit stuff like this as it counts as common solutions. 

...but I use to overide the toString() and clone() when I have custom variables in the subclass :)

@Ida, Simon and Alex
Keep up the good work! Hope everything is goin great for you all!</description>
		<content:encoded><![CDATA[<p>@somebody<br />
It would be ridiculous to credit stuff like this as it counts as common solutions. </p>
<p>&#8230;but I use to overide the toString() and clone() when I have custom variables in the subclass <img src='http://www.swedishfika.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@Ida, Simon and Alex<br />
Keep up the good work! Hope everything is goin great for you all!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ida</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-4919</link>
		<dc:creator>Ida</dc:creator>
		<pubDate>Fri, 29 May 2009 09:27:35 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-4919</guid>
		<description>@Anonymous
Hi there anonymous person! 
I&#039;m sorry but I can&#039;t give you an answer to why this post disappeared. I wasn&#039;t involved. I happened to notice it was gone and I put it back up as soon as I could. We did find that comment again and it&#039;s posted.
What I just would like to say for now is that the author of this post is by no means taking credit for inventing and/or learning about events all by himself.  Stay cool and thanks for taking your time reading and commenting our blog.</description>
		<content:encoded><![CDATA[<p>@Anonymous<br />
Hi there anonymous person!<br />
I&#8217;m sorry but I can&#8217;t give you an answer to why this post disappeared. I wasn&#8217;t involved. I happened to notice it was gone and I put it back up as soon as I could. We did find that comment again and it&#8217;s posted.<br />
What I just would like to say for now is that the author of this post is by no means taking credit for inventing and/or learning about events all by himself.  Stay cool and thanks for taking your time reading and commenting our blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-4917</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 29 May 2009 08:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-4917</guid>
		<description>This post is interesting, some time after it&#039;s posted a comment is posted about the lack of credits for the post, then the post disappears and then it reappears without the comment. Censorship?</description>
		<content:encoded><![CDATA[<p>This post is interesting, some time after it&#8217;s posted a comment is posted about the lack of credits for the post, then the post disappears and then it reappears without the comment. Censorship?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Someone</title>
		<link>http://www.swedishfika.com/2009/05/02/use-your-own-actionscript-30-classes-and-custom-events-in-adobe-flash-part-1/comment-page-1/#comment-4920</link>
		<dc:creator>Someone</dc:creator>
		<pubDate>Thu, 14 May 2009 09:30:37 +0000</pubDate>
		<guid isPermaLink="false">http://swedishfika.com/?p=295#comment-4920</guid>
		<description>No credit to John Häggerud for teaching you this?</description>
		<content:encoded><![CDATA[<p>No credit to John Häggerud for teaching you this?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

