<?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>Hello World!!&#187; Actionscript3</title>
	<atom:link href="http://bhags.org/?cat=84&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://bhags.org</link>
	<description>Welcome to Sinyu&#039;s  site</description>
	<lastBuildDate>Mon, 06 Nov 2017 04:17:27 +0000</lastBuildDate>
	<language>ja</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.8.1</generator>
	<item>
		<title>swf間でメッソドよびだし</title>
		<link>http://bhags.org/?p=798</link>
		<comments>http://bhags.org/?p=798#comments</comments>
		<pubDate>Sun, 29 Nov 2015 06:32:24 +0000</pubDate>
		<dc:creator><![CDATA[bhags]]></dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[未分類]]></category>

		<guid isPermaLink="false">http://bhags.org/?p=798</guid>
		<description><![CDATA[action script3 swf間でのコミュニケーション Official document h[...]]]></description>
				<content:encoded><![CDATA[<p>action script3 swf間でのコミュニケーション</p>
<p>Official document</p>
<p>http://kb2.adobe.com/community/publishing/918/cpsid_91887.html</p>
<p>http://www.fabiobiondi.com/blog/2009/08/swf-to-swf-communication-in-flash-csx-how-to-call-methods-between-swf-files/</p>
<p>Commentの</p>
<p>loader.load( new URLRequest(“Page.swf”), new LoaderContext(false, new ApplicationDomain()));</p>
<p>がkeypoint</p>
]]></content:encoded>
			<wfw:commentRss>http://bhags.org/?feed=rss2&#038;p=798</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>interface メソッド build が互換性のない署名を使用して&#8230;</title>
		<link>http://bhags.org/?p=753</link>
		<comments>http://bhags.org/?p=753#comments</comments>
		<pubDate>Sat, 28 Nov 2015 06:23:36 +0000</pubDate>
		<dc:creator><![CDATA[bhags]]></dc:creator>
				<category><![CDATA[Actionscript3]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://bhags.org/?p=753</guid>
		<description><![CDATA[JavaプログラマーがActionscript3コードを書くと言語仕様に起因する幾つかの問題に直面す[...]]]></description>
				<content:encoded><![CDATA[<p>JavaプログラマーがActionscript3コードを書くと言語仕様に起因する幾つかの問題に直面する。</p>
<p>例えば以下の仕様</p>
<p>- enumの不在</p>
<p>-Abstractの不在</p>
<p>その中で悩みの種となったのはinterfaceの実装の際、戻り値が厳格すぎることである。</p>
<p>例えばinterfaceの戻り値がClass Aのオブジェクトであれば実相時は必ずClass Aのオブジェクトを</p>
<p>返す必要がある。Class AのSuper Class, Sub Class 共にだめである。</p>
<p>以下サイトに識者らのやりとりが参考になる。</p>
<p>http://stackoverflow.com/questions/7837855/actionscript-overriding-methods-in-extended-interfaces-vs-java</p>
]]></content:encoded>
			<wfw:commentRss>http://bhags.org/?feed=rss2&#038;p=753</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
