<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ngi644の日記 &#187; Flex</title>
	<atom:link href="http://ngi644.net/blog/archives/category/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://ngi644.net/blog</link>
	<description>備忘録も兼ねています。</description>
	<lastBuildDate>Mon, 27 Feb 2012 11:01:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PloneへのFlashを使ったファイルアップロード</title>
		<link>http://ngi644.net/blog/archives/549</link>
		<comments>http://ngi644.net/blog/archives/549#comments</comments>
		<pubDate>Thu, 14 Jan 2010 14:31:56 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Zope/Plone]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/549</guid>
		<description><![CDATA[FlashのFileReferenceListで、まとめてファイルを取得することができる。このFileReferenceListは、browseメソッドを実行することでファイルダイアログ選択することができる。選択後、Fi [...]]]></description>
			<content:encoded><![CDATA[<p>FlashのFileReferenceListで、まとめてファイルを取得することができる。このFileReferenceListは、browseメソッドを実行することでファイルダイアログ選択することができる。選択後、FileReferenceオブジェクトのArrayを持つので、このFileReferenceオブジェクトのuploadメソッドを使うことでファイルアップロードが出来る。</p>
<p>いろんなサンプルでは、取得したFileReferenceのArrayに対して、For each文を使いFileRefence.upload()を行いアップロードをしている。</p>
<p>ただ、この方法では、一気にPloneに対してアップロードを行うため、ほぼ、Confrict errorを起こす。</p>
<p>回避方法として、サンプルのようなFor eachを使わず、一つづつ確実にアップロードを行う。FileRefenceのFile upload completeイベントで、次のFileReferenceのuploadを行うようにする。</p>
<p>conflict errorを起こしてもZopeは再試行してくれるのだが、FileReference.upload()の仕様上、起こされると面倒な処理を記述する必要があるので、なくすように心がけた。</p>
<p>Flash Player 10以上で作っていいのなら、こんな面倒なことをしなくてもよさそうだけど・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/549/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe AIR , Flex3 がリリースされました。</title>
		<link>http://ngi644.net/blog/archives/169</link>
		<comments>http://ngi644.net/blog/archives/169#comments</comments>
		<pubDate>Tue, 26 Feb 2008 03:35:44 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/archives/169</guid>
		<description><![CDATA[2月25日にAdobe AIR, Flex3がリリースされました！ やっと、Betaが取れましたね。Silverlightにおいてかれた感じはありますが、頑張っていきましょう。]]></description>
			<content:encoded><![CDATA[<p>2月25日にAdobe AIR, Flex3がリリースされました！</p>
<p>やっと、Betaが取れましたね。Silverlightにおいてかれた感じはありますが、頑張っていきましょう。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/169/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIRがBeta3になっていました。</title>
		<link>http://ngi644.net/blog/archives/154</link>
		<comments>http://ngi644.net/blog/archives/154#comments</comments>
		<pubDate>Wed, 19 Dec 2007 00:50:14 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=154</guid>
		<description><![CDATA[2007/12/12にAdobe AIR がBeta3になっていました。
あわせて、FlexもBeta3になっています。]]></description>
			<content:encoded><![CDATA[<p>2007/12/12にAdobe AIR がBeta3になっていました。<br />
あわせて、FlexもBeta3になっています。</p>
<p>Flex Builder Linux alpha 2 も公開されました。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/154/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIRがBeta2になりました。</title>
		<link>http://ngi644.net/blog/archives/152</link>
		<comments>http://ngi644.net/blog/archives/152#comments</comments>
		<pubDate>Tue, 02 Oct 2007 05:45:53 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=152</guid>
		<description><![CDATA[個人的に注目している。 Adobe AIR がBeta2になりました。
昨日の追加、バグ修正が行われているようです。]]></description>
			<content:encoded><![CDATA[<p>個人的に注目している。</p>
<p><a href="http://labs.adobe.com/technologies/air/">Adobe AIR</a> がBeta2になりました。</p>
<p>昨日の追加、バグ修正が行われているようです。</p>
<p> 合わせて、Flex Builder3もBeta2になっています。</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/152/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AIRのサンプルを作成しました。</title>
		<link>http://ngi644.net/blog/archives/147</link>
		<comments>http://ngi644.net/blog/archives/147#comments</comments>
		<pubDate>Fri, 10 Aug 2007 01:23:48 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=147</guid>
		<description><![CDATA[AIRのサンプルを書きました。
アシアルさんのHTML２PDFというHTMLページをPDFに変換してくれるWebサービスを利用したものです。
サンプルやソースはこちら＞＞]]></description>
			<content:encoded><![CDATA[<p>AIRのサンプルを書きました。</p>
<p>アシアルさんの<a href="http://www.html2pdf.biz/">HTML２PDF</a>というHTMLページをPDFに変換してくれるWebサービスを利用したものです。</p>
<p><a href="http://www.ngi644.net/net/atelier/adobe-air/part1-web30b530fc30b9html2pdf30924f7f3046">サンプルやソースはこちら＞＞</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/147/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashPlayerの普及率</title>
		<link>http://ngi644.net/blog/archives/135</link>
		<comments>http://ngi644.net/blog/archives/135#comments</comments>
		<pubDate>Tue, 03 Apr 2007 07:24:42 +0000</pubDate>
		<dc:creator>ngi644</dc:creator>
				<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://ngi644.net/blog/?p=135</guid>
		<description><![CDATA[Flash　Playerの各バージョンにおける普及率のページを発見。]]></description>
			<content:encoded><![CDATA[<p>Flash　Playerの各バージョンにおける普及率のページを発見。</p>
<p><a href="http://www.adobe.com/products/player_census/flashplayer/version_penetration.html">Adobe Flash Player Version Penetration</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ngi644.net/blog/archives/135/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

