<?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>GoodUse &#187; actionscript</title>
	<atom:link href="http://g.azucar.jp/category/flash/actionscript/feed" rel="self" type="application/rss+xml" />
	<link>http://g.azucar.jp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 09 Sep 2010 13:13:38 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ActionScript3.0で、リンク先へジャンプ！</title>
		<link>http://g.azucar.jp/actionscript3-0%e3%81%a7%e3%80%81%e3%83%aa%e3%83%b3%e3%82%af%e5%85%88%e3%81%b8%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%97%ef%bc%81</link>
		<comments>http://g.azucar.jp/actionscript3-0%e3%81%a7%e3%80%81%e3%83%aa%e3%83%b3%e3%82%af%e5%85%88%e3%81%b8%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%97%ef%bc%81#comments</comments>
		<pubDate>Wed, 09 Sep 2009 13:47:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[actionscript]]></category>

		<guid isPermaLink="false">http://g.azucar.jp/actionscript3-0%e3%81%a7%e3%80%81%e3%83%aa%e3%83%b3%e3%82%af%e5%85%88%e3%81%b8%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%97%ef%bc%81</guid>
		<description><![CDATA[以前のバージョンから変更されている。
click_btn.addEventListener(MouseEvent.CLICK, gotoURL1);    function gotoURL1(event:MouseEvent):void {     var theURL1:URLRequest = new URLRequest(&#34;http://web.talk-to.co.jp/&#34;);     navigateToURL(theURL1);     }
でＯＫ。
navigateToURL(new URLRequest(&#34;index.html&#34;), &#34;_top&#34;);
navigateToURL(new URLRequest(&#34;index.html&#34;), &#34;_self&#34;);
などで、引数をしていできる

参照

http://flash.talk-to.co.jp/index.php?itemid=13 
http://www.yoshifumiohama.com/fenoroa_blog/2008/05/actionscript30-2.html

]]></description>
			<content:encoded><![CDATA[<h4>以前のバージョンから変更されている。</h4>
<p>click_btn.addEventListener(MouseEvent.CLICK, gotoURL1);    <br />function gotoURL1(event:MouseEvent):void {     <br />var theURL1:URLRequest = new URLRequest(&quot;<a href="http://web.talk-to.co.jp/&quot;);">http://web.talk-to.co.jp/&quot;);</a>     <br />navigateToURL(theURL1);     <br />}</p>
<p>でＯＫ。</p>
<pre><code>navigateToURL(new URLRequest(&quot;index.html&quot;), &quot;_top&quot;);</code></pre>
<pre><code>navigateToURL(new URLRequest(&quot;index.html&quot;), &quot;_self&quot;);</code></pre>
<pre><code>などで、引数をしていできる</code></pre>
<pre><code></code></pre>
<p>参照</p>
<ul>
<li><a title="http://flash.talk-to.co.jp/index.php?itemid=13" href="http://flash.talk-to.co.jp/index.php?itemid=13">http://flash.talk-to.co.jp/index.php?itemid=13</a> </li>
<li><a title="http://www.yoshifumiohama.com/fenoroa_blog/2008/05/actionscript30-2.html" href="http://www.yoshifumiohama.com/fenoroa_blog/2008/05/actionscript30-2.html">http://www.yoshifumiohama.com/fenoroa_blog/2008/05/actionscript30-2.html</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://g.azucar.jp/actionscript3-0%e3%81%a7%e3%80%81%e3%83%aa%e3%83%b3%e3%82%af%e5%85%88%e3%81%b8%e3%82%b8%e3%83%a3%e3%83%b3%e3%83%97%ef%bc%81/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
