<?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>labs.hellokeita.com &#187; ExternalInterface</title>
	<atom:link href="http://labs.hellokeita.com/category/externalinterface/feed/" rel="self" type="application/rss+xml" />
	<link>http://labs.hellokeita.com</link>
	<description>Yet another labs blog</description>
	<lastBuildDate>Mon, 02 Aug 2010 11:20:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Drag and Drop between Flash and HTML</title>
		<link>http://labs.hellokeita.com/2009/10/17/drag-and-drop-between-flash-and-html/</link>
		<comments>http://labs.hellokeita.com/2009/10/17/drag-and-drop-between-flash-and-html/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:42:44 +0000</pubDate>
		<dc:creator>keita</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ExternalInterface]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Drag drop]]></category>
		<category><![CDATA[Experiment]]></category>
		<category><![CDATA[HTML flash]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://labs.hellokeita.com/?p=98</guid>
		<description><![CDATA[A long time I didn&#8217;t code anything in JS&#8230; and I just had an insight.
I don&#8217;t know if it&#8217;s new but at least it&#8217;s interesting for me how we can integrate Flash and HTML contents.
This is just a simple ugly test to drag something from Flash and drop on HTML.
The demo is in this link:http://www.hellokeita.in/xp/DragDrop/
 [...]]]></description>
			<content:encoded><![CDATA[<p>A long time I didn&#8217;t code anything in JS&#8230; and I just had an insight.<br />
I don&#8217;t know if it&#8217;s new but at least it&#8217;s interesting for me how we can integrate Flash and HTML contents.<br />
This is just a simple ugly test to drag something from Flash and drop on HTML.</p>
<p>The demo is in this link:<a href="http://www.hellokeita.in/xp/DragDrop/" target="_blank">http://www.hellokeita.in/xp/DragDrop/</a></p>
<a href='http://www.hexosearch.com/se/submit.aspx?zlvz=2&zqz=&zurlz=http://labs.hellokeita.com/2009/10/17/drag-and-drop-between-flash-and-html/&ztz=Drag and Drop between Flash and HTML'><img src='http://labs.hellokeita.com/wp-content/plugins/hexosearch-button/logo16x16.png' width='16' height='16' border='0' style='padding:0px 5px 0px 0px;vertical-align:middle' alt='Vote in HexoSearch' title='Vote in HexoSearch' /></a> <span style='vertical-align:middle'><a href='http://www.hexosearch.com/se/submit.aspx?zlvz=2&zqz=&zurlz=http://labs.hellokeita.com/2009/10/17/drag-and-drop-between-flash-and-html/&ztz=Drag and Drop between Flash and HTML'>Vote</a></span>]]></content:encoded>
			<wfw:commentRss>http://labs.hellokeita.com/2009/10/17/drag-and-drop-between-flash-and-html/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>SWFObject ExternalInterface bug on IE</title>
		<link>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/</link>
		<comments>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 07:38:32 +0000</pubDate>
		<dc:creator>keita</dc:creator>
				<category><![CDATA[AS3]]></category>
		<category><![CDATA[ExternalInterface]]></category>

		<guid isPermaLink="false">http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/</guid>
		<description><![CDATA[I experienced a problem calling ExternalInterface.call when using SWFObject on IE.
Actually, I figured out that it wasn&#8217;t any bug. Just a little miss.
On IE, the Flash looks for the Flash Object by the Object&#8217;s ID.
So, what you need to do is just set the right name and id of the flash object you are embedding
[code [...]]]></description>
			<content:encoded><![CDATA[<p>I experienced a problem calling ExternalInterface.call when using SWFObject on IE.<br />
Actually, I figured out that it wasn&#8217;t any bug. Just a little miss.</p>
<p>On IE, the Flash looks for the Flash Object by the Object&#8217;s ID.<br />
So, what you need to do is just set the right name and id of the flash object you are embedding</p>
<p>[code lang="actionscript"]<br />
swfobject.embedSWF("myflash.swf", "flash_content", "100%", "100%", "9.0.0", "expressInstall.swf", undefined, undefined, {id:"flashMovie", name: "flashMovie"});<br />
[/code]</p>
<p>Just that!<br />
I hope it helps someone that experienced the same problem.</p>
<a href='http://www.hexosearch.com/se/submit.aspx?zlvz=2&zqz=&zurlz=http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/&ztz=SWFObject ExternalInterface bug on IE'><img src='http://labs.hellokeita.com/wp-content/plugins/hexosearch-button/logo16x16.png' width='16' height='16' border='0' style='padding:0px 5px 0px 0px;vertical-align:middle' alt='Vote in HexoSearch' title='Vote in HexoSearch' /></a> <span style='vertical-align:middle'><a href='http://www.hexosearch.com/se/submit.aspx?zlvz=2&zqz=&zurlz=http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/&ztz=SWFObject ExternalInterface bug on IE'>Vote</a></span>]]></content:encoded>
			<wfw:commentRss>http://labs.hellokeita.com/2007/10/16/swfobject-externalinterface-bug-on-ie/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
	</channel>
</rss>
