<?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>评论: Adobe AIR教程for HTML/JAVASCRIPT开发者</title>
	<atom:link href="http://www.ooso.net/index.php/archives/354/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ooso.net/index.php/archives/354</link>
	<description>Linux + Apache + Mysql + Php + Flash</description>
	<pubDate>Fri, 09 May 2008 23:13:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: tomphp</title>
		<link>http://www.ooso.net/index.php/archives/354#comment-22575</link>
		<dc:creator>tomphp</dc:creator>
		<pubDate>Wed, 23 Apr 2008 09:06:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/?p=354#comment-22575</guid>
		<description>运行成功 谢谢 希望楼主多谢点关于AIR的文章哦</description>
		<content:encoded><![CDATA[<p>运行成功 谢谢 希望楼主多谢点关于AIR的文章哦</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/index.php/archives/354#comment-20616</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/?p=354#comment-20616</guid>
		<description>以密码为&lt;b&gt;password&lt;/b&gt;为例，你需要执行下面这段命令行
&lt;blockquote&gt;adt -certificate -cn SelfSign -ou Dev -o "Example" -c US 2048-RSA cert.pfx password&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>以密码为<b>password</b>为例，你需要执行下面这段命令行</p>
<blockquote><p>adt -certificate -cn SelfSign -ou Dev -o &#8220;Example&#8221; -c US 2048-RSA cert.pfx password</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: kulala</title>
		<link>http://www.ooso.net/index.php/archives/354#comment-20614</link>
		<dc:creator>kulala</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/?p=354#comment-20614</guid>
		<description>问题是我这边执行了adt -certificate -cn SelfSign -ou Dev -o “Example” -c US 2048-RSA cert.pfx 这句话后就没有生成“cert.pfx ”，而密码不分也不知道在哪个参数位置上填写,猜测可能是在"Example”这里写上自己的密码，问题是压根都不生成“cert.pfx ”文件。</description>
		<content:encoded><![CDATA[<p>问题是我这边执行了adt -certificate -cn SelfSign -ou Dev -o “Example” -c US 2048-RSA cert.pfx 这句话后就没有生成“cert.pfx ”，而密码不分也不知道在哪个参数位置上填写,猜测可能是在&#8221;Example”这里写上自己的密码，问题是压根都不生成“cert.pfx ”文件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paravoice</title>
		<link>http://www.ooso.net/index.php/archives/354#comment-20572</link>
		<dc:creator>paravoice</dc:creator>
		<pubDate>Mon, 24 Mar 2008 04:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/?p=354#comment-20572</guid>
		<description>Application Descriptor Reference:
http://livedocs.adobe.com/labs/air/1/devappsflex/help.html?content=CommandLineTools_5.html#1035876

Flex3 Document:
http://livedocs.adobe.com/flex/3/flex3_documentation.zip</description>
		<content:encoded><![CDATA[<p>Application Descriptor Reference:<br />
<a href="http://livedocs.adobe.com/labs/air/1/devappsflex/help.html?content=CommandLineTools_5.html#1035876" rel="nofollow">http://livedocs.adobe.com/labs/air/1/devappsflex/help.html?content=CommandLineTools_5.html#1035876</a></p>
<p>Flex3 Document:<br />
<a href="http://livedocs.adobe.com/flex/3/flex3_documentation.zip" rel="nofollow">http://livedocs.adobe.com/flex/3/flex3_documentation.zip</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: volcano</title>
		<link>http://www.ooso.net/index.php/archives/354#comment-20571</link>
		<dc:creator>volcano</dc:creator>
		<pubDate>Mon, 24 Mar 2008 03:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/?p=354#comment-20571</guid>
		<description>&lt;ul&gt;&lt;li&gt;这个密码是你自己定义的密码，随便写，比如password&lt;/li&gt;
&lt;li&gt;上面的命令行运行之后，会生成一个证书文件“cert.pfx”，手工复制过去就好&lt;/li&gt;
&lt;li&gt;参数说明太长了，建议看看air开发手册的这一部分“ADT command line signing options” on page30”或者&lt;a href="http://livedocs.adobe.com/air/1/devappshtml/help.html?content=CommandLineTools_4.html#1034775" rel="nofollow"&gt; Creating a self-signed certificate with ADT&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description>
		<content:encoded><![CDATA[<ul>
<li>这个密码是你自己定义的密码，随便写，比如password</li>
<li>上面的命令行运行之后，会生成一个证书文件“cert.pfx”，手工复制过去就好</li>
<li>参数说明太长了，建议看看air开发手册的这一部分“ADT command line signing options” on page30”或者<a href="http://livedocs.adobe.com/air/1/devappshtml/help.html?content=CommandLineTools_4.html#1034775" rel="nofollow"> Creating a self-signed certificate with ADT</a></li>
</ul>
]]></content:encoded>
	</item>
	<item>
		<title>By: kulala</title>
		<link>http://www.ooso.net/index.php/archives/354#comment-20570</link>
		<dc:creator>kulala</dc:creator>
		<pubDate>Mon, 24 Mar 2008 03:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ooso.net/?p=354#comment-20570</guid>
		<description>adt -certificate -cn SelfSign -ou Dev -o "Example" -c US 2048-RSA cert.pfx 换成你的密码??
能将个参数说明一下吗？？这里默认的密码是什么？而这个“签名Certificate”又是如何生成并放置在“/appname/”下的哦？？？</description>
		<content:encoded><![CDATA[<p>adt -certificate -cn SelfSign -ou Dev -o &#8220;Example&#8221; -c US 2048-RSA cert.pfx 换成你的密码??<br />
能将个参数说明一下吗？？这里默认的密码是什么？而这个“签名Certificate”又是如何生成并放置在“/appname/”下的哦？？？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
