<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for blog.ashier.com</title>
	
	<link>http://blog.ashier.com</link>
	<description>flash / flex / air development</description>
	<pubDate>Thu, 04 Dec 2008 01:29:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/blog_ashier_com_comments" type="application/rss+xml" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by jose</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-964</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Wed, 03 Dec 2008 23:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-964</guid>
		<description>hello, I tried your example also and I get the same error:

code:
Server.ResourceUnavailable

Message:
Cannot create class of type 'hello.Hello'.

Detail:
Type 'hello.Hello' not found.

any ideas of what can cause de problem?</description>
		<content:encoded><![CDATA[<p>hello, I tried your example also and I get the same error:</p>
<p>code:<br />
Server.ResourceUnavailable</p>
<p>Message:<br />
Cannot create class of type &#8216;hello.Hello&#8217;.</p>
<p>Detail:<br />
Type &#8216;hello.Hello&#8217; not found.</p>
<p>any ideas of what can cause de problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by jose</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-963</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:50:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-963</guid>
		<description>mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"

	mx:RemoteObject id="ro" destination="mortgageService"/
	mx:TextInput id="amount"/
	mx:Button label="Calculate" lick="ro.calculate(Number(amount.text))"/
	mx:TextInput id="monthlyPayment" text="{ro.calculate.lastResult}"/
	
/mx:Application

i took out the  because i didn't apear in the forum</description>
		<content:encoded><![CDATA[<p>mx:Application xmlns:mx=&#8221;http://www.adobe.com/2006/mxml&#8221;</p>
<p>	mx:RemoteObject id=&#8221;ro&#8221; destination=&#8221;mortgageService&#8221;/<br />
	mx:TextInput id=&#8221;amount&#8221;/<br />
	mx:Button label=&#8221;Calculate&#8221; lick=&#8221;ro.calculate(Number(amount.text))&#8221;/<br />
	mx:TextInput id=&#8221;monthlyPayment&#8221; text=&#8221;{ro.calculate.lastResult}&#8221;/</p>
<p>/mx:Application</p>
<p>i took out the  because i didn&#8217;t apear in the forum</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by jose</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-962</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-962</guid>
		<description>


	
	
	
	
	
</description>
		<content:encoded><![CDATA[<br />
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by jose</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-961</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-961</guid>
		<description>by the way, my .mxml looks like this, it is very simple:



	
	
	
	
	
</description>
		<content:encoded><![CDATA[<p>by the way, my .mxml looks like this, it is very simple:</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by jose</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-959</link>
		<dc:creator>jose</dc:creator>
		<pubDate>Wed, 03 Dec 2008 17:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-959</guid>
		<description>Hello, I did another tutorial that is very similar to yours and I got the error:

[RPC Fault faultString="Cannot create class of type 'flex.samples.spring.mortgage.Mortgage'." faultCode="Server.ResourceUnavailable" faultDetail="Type 'flex.samples.spring.mortgage.Mortgage' not found."]
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:216]
	at mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49]
	at mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103]
	at NetConnectionMessageResponder/statusHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:523]
	at mx.messaging::MessageResponder/status()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:222]

I can't understand what's happening because I've got my mortatge class in  web-inf/samples/spring/mortgage/Mortgage.class. Why is the flex application unable to find it on the server? 

I've also checked that the messagebroker servlets works correctly. I just don't now what the problem can be! Your tutorial looks very nice, it's a good job :)

thank in advance, any help would be apreciate</description>
		<content:encoded><![CDATA[<p>Hello, I did another tutorial that is very similar to yours and I got the error:</p>
<p>[RPC Fault faultString="Cannot create class of type 'flex.samples.spring.mortgage.Mortgage'." faultCode="Server.ResourceUnavailable" faultDetail="Type 'flex.samples.spring.mortgage.Mortgage' not found."]<br />
	at mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AbstractInvoker.as:216]<br />
	at mx.rpc::Responder/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\Responder.as:49]<br />
	at mx.rpc::AsyncRequest/fault()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\rpc\AsyncRequest.as:103]<br />
	at NetConnectionMessageResponder/statusHandler()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\channels\NetConnectionChannel.as:523]<br />
	at mx.messaging::MessageResponder/status()[E:\dev\3.0.x\frameworks\projects\rpc\src\mx\messaging\MessageResponder.as:222]</p>
<p>I can&#8217;t understand what&#8217;s happening because I&#8217;ve got my mortatge class in  web-inf/samples/spring/mortgage/Mortgage.class. Why is the flex application unable to find it on the server? </p>
<p>I&#8217;ve also checked that the messagebroker servlets works correctly. I just don&#8217;t now what the problem can be! Your tutorial looks very nice, it&#8217;s a good job <img src='http://blog.ashier.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thank in advance, any help would be apreciate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PureMVC with AMFPHP in FlashCS3 - Basic App by Flash Tips » PureMVC wows</title>
		<link>http://blog.ashier.com/2008/01/19/puremvc-with-amfphp-in-flashcs3-hello-world-app/#comment-957</link>
		<dc:creator>Flash Tips » PureMVC wows</dc:creator>
		<pubDate>Tue, 18 Nov 2008 03:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/01/19/puremvc-with-amfphp-in-flashcs3-hello-world-app/#comment-957</guid>
		<description>[...] PMVC and AMFPHP [...]</description>
		<content:encoded><![CDATA[<p>[...] PMVC and AMFPHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on BlazeDS Remoting - A HelloWorld example by Lowell B</title>
		<link>http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-948</link>
		<dc:creator>Lowell B</dc:creator>
		<pubDate>Mon, 20 Oct 2008 00:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/2008/02/22/blazeds-remoting-a-helloworld-example/#comment-948</guid>
		<description>Ah! Many thanks for this - I’ve been struggling with this all week.

great tutorial well explained and thorough. Thanks again</description>
		<content:encoded><![CDATA[<p>Ah! Many thanks for this - I’ve been struggling with this all week.</p>
<p>great tutorial well explained and thorough. Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ID3 Parser by Flex Ajax</title>
		<link>http://blog.ashier.com/2007/11/08/id3-parser/#comment-947</link>
		<dc:creator>Flex Ajax</dc:creator>
		<pubDate>Sat, 18 Oct 2008 17:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.ashier.com/?p=15#comment-947</guid>
		<description>Why would you use this over the sound method?

var s:Sound = new Sound();
s.addEventListener(Event.ID3, onID3InfoReceived);
var url:URLRequest = new URLRequest(file.url);
s.load(url);

private function onID3InfoReceived(event:Event):void {
    var id3:ID3Info = event.target.id3;
}</description>
		<content:encoded><![CDATA[<p>Why would you use this over the sound method?</p>
<p>var s:Sound = new Sound();<br />
s.addEventListener(Event.ID3, onID3InfoReceived);<br />
var url:URLRequest = new URLRequest(file.url);<br />
s.load(url);</p>
<p>private function onID3InfoReceived(event:Event):void {<br />
    var id3:ID3Info = event.target.id3;<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
