<?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: Flash Remoting 教學 4 - 使用flash remoting Authenticate</title>
	<atom:link href="http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/feed/" rel="self" type="application/rss+xml" />
	<link>http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/</link>
	<description>a dedicated Flash&#124;Flex Rich Internet Application Blog from a senior Flex RIA developer/instructor</description>
	<pubDate>Mon, 13 Oct 2008 13:38:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: jeremy</title>
		<link>http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/#comment-2037</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Thu, 13 Jul 2006 11:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/?p=205#comment-2037</guid>
		<description>不用啊，setCredentials() 只要執行一次，接下來每次的 server call都會自動在封包前面加上 name, pass。

你可以用抓封包的軟體分析看看就知道，這兩個值會被加在最前面。</description>
		<content:encoded><![CDATA[<p>不用啊，setCredentials() 只要執行一次，接下來每次的 server call都會自動在封包前面加上 name, pass。</p>
<p>你可以用抓封包的軟體分析看看就知道，這兩個值會被加在最前面。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 真神</title>
		<link>http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/#comment-2035</link>
		<dc:creator>真神</dc:creator>
		<pubDate>Thu, 13 Jul 2006 10:04:24 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/?p=205#comment-2035</guid>
		<description>這樣的話，是不是登錄成功後我就把name和pwd值存在一個地方，以後每做一次操作，都要運行一次

setCredentials(strName, strPwd)

好麻煩</description>
		<content:encoded><![CDATA[<p>這樣的話，是不是登錄成功後我就把name和pwd值存在一個地方，以後每做一次操作，都要運行一次</p>
<p>setCredentials(strName, strPwd)</p>
<p>好麻煩</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeff</title>
		<link>http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/#comment-1172</link>
		<dc:creator>jeff</dc:creator>
		<pubDate>Thu, 27 Apr 2006 04:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/?p=205#comment-1172</guid>
		<description>站长好样的。。。。多谢啦。。。偶会常常来得哦。。哈哈</description>
		<content:encoded><![CDATA[<p>站长好样的。。。。多谢啦。。。偶会常常来得哦。。哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremy</title>
		<link>http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/#comment-230</link>
		<dc:creator>jeremy</dc:creator>
		<pubDate>Tue, 09 Aug 2005 15:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/?p=205#comment-230</guid>
		<description>hi yaya, 

you need to download this file from macromedia website:

http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscript_2.0/flashremoting_comp_sourcecode.zip

and also read this page for usage guide:

http://www.macromedia.com/support/documentation/en/flash_remoting/mx2004/readme_source.html

basically those are flash remoting source files, which can be unzipped into flash class path, then the "import" command won't report error again.

another way to get this file is simply dragging the flash remoting components on the stage, so compiler would find proper classes.</description>
		<content:encoded><![CDATA[<p>hi yaya, </p>
<p>you need to download this file from macromedia website:</p>
<p><a href="http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscript_2.0/flashremoting_comp_sourcecode.zip" rel="nofollow">http://download.macromedia.com/pub/flashremoting/mx2004/components/actionscript_2.0/flashremoting_comp_sourcecode.zip</a></p>
<p>and also read this page for usage guide:</p>
<p><a href="http://www.macromedia.com/support/documentation/en/flash_remoting/mx2004/readme_source.html" rel="nofollow">http://www.macromedia.com/support/documentation/en/flash_remoting/mx2004/readme_source.html</a></p>
<p>basically those are flash remoting source files, which can be unzipped into flash class path, then the &#8220;import&#8221; command won&#8217;t report error again.</p>
<p>another way to get this file is simply dragging the flash remoting components on the stage, so compiler would find proper classes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yaya</title>
		<link>http://ria.richtechmedia.com/2005/08/01/flash-remoting-%e6%95%99%e5%ad%b8-4-%e4%bd%bf%e7%94%a8flash-remoting-authenticate/#comment-229</link>
		<dc:creator>Yaya</dc:creator>
		<pubDate>Tue, 09 Aug 2005 09:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://ria.richtechmedia.com/?p=205#comment-229</guid>
		<description>Hi Jeremy,

i have theses errors when i publish the fla :
**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 21 : Impossible de charger la classe 'mx.rpc.RelayResponder'.
     respGeneral = new RelayResponder(this, "resultReceived", "resultFailure");

**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 22 : Impossible de charger la classe 'mx.remoting.Service'.
     _service = new Service(gateway, null, "AuthClass", null, respGeneral);

**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 25 : Impossible de charger la classe 'mx.rpc.ResultEvent'.
     function resultReceived(re:ResultEvent):Void{

**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 34 : Impossible de charger la classe 'mx.rpc.FaultEvent'.
     function resultFailure(fe:FaultEvent):Void{

**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 41 : Impossible de charger la classe 'mx.remoting.PendingCall'.
     	var pc:PendingCall = _service.doLogin();


What can i do ?
Yaya</description>
		<content:encoded><![CDATA[<p>Hi Jeremy,</p>
<p>i have theses errors when i publish the fla :<br />
**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 21 : Impossible de charger la classe &#8216;mx.rpc.RelayResponder&#8217;.<br />
     respGeneral = new RelayResponder(this, &#8220;resultReceived&#8221;, &#8220;resultFailure&#8221;);</p>
<p>**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 22 : Impossible de charger la classe &#8216;mx.remoting.Service&#8217;.<br />
     _service = new Service(gateway, null, &#8220;AuthClass&#8221;, null, respGeneral);</p>
<p>**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 25 : Impossible de charger la classe &#8216;mx.rpc.ResultEvent&#8217;.<br />
     function resultReceived(re:ResultEvent):Void{</p>
<p>**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 34 : Impossible de charger la classe &#8216;mx.rpc.FaultEvent&#8217;.<br />
     function resultFailure(fe:FaultEvent):Void{</p>
<p>**Erreur** C:\wamp\www\identifier_client_mot_de_pass\code.as: Ligne 41 : Impossible de charger la classe &#8216;mx.remoting.PendingCall&#8217;.<br />
     	var pc:PendingCall = _service.doLogin();</p>
<p>What can i do ?<br />
Yaya</p>
]]></content:encoded>
	</item>
</channel>
</rss>
