<?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: AS3 &#8211; Getting started with Adobe Flash using the free Flash Develop IDE</title>
	<atom:link href="http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.multigesture.net</link>
	<description>A Multi-touch and Multi-gesture research blog</description>
	<lastBuildDate>Mon, 01 Mar 2010 15:44:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: alfonso pilato</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-5360</link>
		<dc:creator>alfonso pilato</dc:creator>
		<pubDate>Sun, 13 Dec 2009 08:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-5360</guid>
		<description>error does not happen when you debug a project, not a stand alone .as file.  this works for both fdbplugin0.4.6.1 and 4.5.0</description>
		<content:encoded><![CDATA[<p>error does not happen when you debug a project, not a stand alone .as file.  this works for both fdbplugin0.4.6.1 and 4.5.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-2975</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Thu, 30 Apr 2009 14:56:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-2975</guid>
		<description>fdbPlugin0.4.6.1 is not working with FlashDevelop 3.0.0 RC2. When I use &quot;Start&quot; from the &quot;Debug&quot; menu:

Object reference not set to an instance of an object.

   at AS3Context.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)
   at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)</description>
		<content:encoded><![CDATA[<p>fdbPlugin0.4.6.1 is not working with FlashDevelop 3.0.0 RC2. When I use &#8220;Start&#8221; from the &#8220;Debug&#8221; menu:</p>
<p>Object reference not set to an instance of an object.</p>
<p>   at AS3Context.PluginMain.HandleEvent(Object sender, NotifyEvent e, HandlingPriority priority)<br />
   at PluginCore.Managers.EventManager.DispatchEvent(Object sender, NotifyEvent e)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-2950</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Thu, 23 Apr 2009 18:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-2950</guid>
		<description>Sorry, I forgot to mention this is fdbPlugin0.4.6.1</description>
		<content:encoded><![CDATA[<p>Sorry, I forgot to mention this is fdbPlugin0.4.6.1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-2949</link>
		<dc:creator>Ronald</dc:creator>
		<pubDate>Thu, 23 Apr 2009 18:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-2949</guid>
		<description>While trying with FD 3.0 RC2, I can set the DebugFlashPlayerPath but after restarting I can&#039;t see the new debugger icons and moreover, I get this error:

Type &#039;FdbPlugin.PluginMain&#039; in Assembly &#039;FdbPlugin, Version=0.4.6.1, Culture=neutral, PublicKeyToken=null&#039; is not marked as serializable.

   at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type)
   at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context)
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo()
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)
   at PluginCore.Utilities.ObjectSerializer.Serialize(String file, Object obj)

Pity, cause debugging is certainly very, very usefull.

Ronald</description>
		<content:encoded><![CDATA[<p>While trying with FD 3.0 RC2, I can set the DebugFlashPlayerPath but after restarting I can&#8217;t see the new debugger icons and moreover, I get this error:</p>
<p>Type &#8216;FdbPlugin.PluginMain&#8217; in Assembly &#8216;FdbPlugin, Version=0.4.6.1, Culture=neutral, PublicKeyToken=null&#8217; is not marked as serializable.</p>
<p>   at System.Runtime.Serialization.FormatterServices.InternalGetSerializableMembers(RuntimeType type)<br />
   at System.Runtime.Serialization.FormatterServices.GetSerializableMembers(Type type, StreamingContext context)<br />
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitMemberInfo()<br />
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.InitSerialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)<br />
   at System.Runtime.Serialization.Formatters.Binary.WriteObjectInfo.Serialize(Object obj, ISurrogateSelector surrogateSelector, StreamingContext context, SerObjectInfoInit serObjectInfoInit, IFormatterConverter converter, ObjectWriter objectWriter)<br />
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Write(WriteObjectInfo objectInfo, NameInfo memberNameInfo, NameInfo typeNameInfo)<br />
   at System.Runtime.Serialization.Formatters.Binary.ObjectWriter.Serialize(Object graph, Header[] inHeaders, __BinaryWriter serWriter, Boolean fCheck)<br />
   at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph, Header[] headers, Boolean fCheck)<br />
   at PluginCore.Utilities.ObjectSerializer.Serialize(String file, Object obj)</p>
<p>Pity, cause debugging is certainly very, very usefull.</p>
<p>Ronald</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurence Muller</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-2135</link>
		<dc:creator>Laurence Muller</dc:creator>
		<pubDate>Fri, 27 Feb 2009 09:55:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-2135</guid>
		<description>The error is probably related to the Fdbplugin. 

It seems like the author of the Fdbplugin creates builds that only work with a specific version of flash develop. (Using it on an older or newer version than the one intended wont work).</description>
		<content:encoded><![CDATA[<p>The error is probably related to the Fdbplugin. </p>
<p>It seems like the author of the Fdbplugin creates builds that only work with a specific version of flash develop. (Using it on an older or newer version than the one intended wont work).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-2086</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 22 Feb 2009 06:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-2086</guid>
		<description>I get the same error as dewen. please help, using Flash develop 3.0 and flex_sdk_3.3.0.4852</description>
		<content:encoded><![CDATA[<p>I get the same error as dewen. please help, using Flash develop 3.0 and flex_sdk_3.3.0.4852</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewen</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-1957</link>
		<dc:creator>dewen</dc:creator>
		<pubDate>Mon, 16 Feb 2009 18:12:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-1957</guid>
		<description>I set up the develop enviroment step by step according to your instructions. However, there is an error occurs when i try to run the as file, here are the details of the error

Object reference not set to an instance of an object.

   at FdbPlugin.PluginMain.CheckCurrent()
   at FdbPlugin.PluginMain.Start_Click(Object sender, EventArgs e)

Thanks</description>
		<content:encoded><![CDATA[<p>I set up the develop enviroment step by step according to your instructions. However, there is an error occurs when i try to run the as file, here are the details of the error</p>
<p>Object reference not set to an instance of an object.</p>
<p>   at FdbPlugin.PluginMain.CheckCurrent()<br />
   at FdbPlugin.PluginMain.Start_Click(Object sender, EventArgs e)</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewen</title>
		<link>http://www.multigesture.net/articles/as3-getting-started-with-adobe-flash-using-the-free-flash-develop-ide/comment-page-1/#comment-1956</link>
		<dc:creator>dewen</dc:creator>
		<pubDate>Mon, 16 Feb 2009 17:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.multigesture.net/?page_id=203#comment-1956</guid>
		<description>very very useful, great thanks</description>
		<content:encoded><![CDATA[<p>very very useful, great thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
