<?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>Dream☆Wing &#187; flash</title>
	<atom:link href="http://www.dreamwing.org/tag/flash/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dreamwing.org</link>
	<description></description>
	<lastBuildDate>Tue, 06 Jul 2010 03:56:34 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>swfobject在IE8显示不了Flash的问题</title>
		<link>http://www.dreamwing.org/flash_flex/swfobject_flash_ie_bug.html</link>
		<comments>http://www.dreamwing.org/flash_flex/swfobject_flash_ie_bug.html#comments</comments>
		<pubDate>Tue, 15 Sep 2009 04:59:10 +0000</pubDate>
		<dc:creator>Dream☆Wing</dc:creator>
				<category><![CDATA[Flash/Flex]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[js]]></category>

		<guid isPermaLink="false">http://www.dreamwing.org/?p=779</guid>
		<description><![CDATA[页面结构是 &#60;td id=&#8221;mapobject&#8221;&#62;{$mapobject}&#60;/td&#62;
使用swfobject.embedSWF(&#8230;)动态调用生成Flash，发现在FF和Chrome下都能正常显示，在IE8下却无法显示
ie提示错误swfobject.js的el.outerHTML这行报错
&#60;pre lang=&#8221;js&#8221;&#62;el.outerHTML = &#8216;&#60;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243;&#8216; + att + &#8216;&#62;&#8217; + par + &#8216;&#60;/object&#62;&#8217;;&#60;/pre&#62;
请教谷歌大神，搜到一些相关的解决方案
如使用SWFObject插入Flash在IE下导致stageWidth为0的解决方法
swfobject 2.1 IE下flash显示不正常以及内存泄漏
SWFObject, IE and Dynamic Content (a problem)
然后在IE6下也有问题Is it possible to embed a SWF in a form using swfobject 2+ in IE6+?
有各种解决方案，不过去swfobject的googlecode上发现都没有ie的问题，比较奇怪
上面有高手提到var r, el = getElementById(id);获取不到id，于是对td产生怀疑
改成&#60;td&#62;&#60;div id=&#8221;mapobject&#8221;&#62;{$mapobject}&#60;/div&#62;&#60;/td&#62;
恩。。。于是就这样解决了囧rz
]]></description>
		<wfw:commentRss>http://www.dreamwing.org/flash_flex/swfobject_flash_ie_bug.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js与flash的跨域调用</title>
		<link>http://www.dreamwing.org/flash_flex/flash_js_security.html</link>
		<comments>http://www.dreamwing.org/flash_flex/flash_js_security.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 03:46:08 +0000</pubDate>
		<dc:creator>Dream☆Wing</dc:creator>
				<category><![CDATA[Flash/Flex]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://www.dreamwing.org/anything/flash-player-8-security-changes.html</guid>
		<description><![CDATA[在flash的
&#60;obeject&#62;加&#60;param name=&#8221;allowScriptAccess&#8221; value=&#8221;always&#8221; /&#62;
&#60;embed&#62;中加属性allowScriptAccess=&#8221;always&#8221;

说明：自flash player 8.0后该参数默认就由always变为sameDomain了
这样设置后firefox,opera等都可以访问了，但是ie还是不行，flash仍然调用不了js的方法
解决方法：在flash里加上：System.security.allowDomain(&#8221;*&#8221;);
http://www.adobe.com/cn/devnet/flash/articles/fplayer8_security_print.html
]]></description>
		<wfw:commentRss>http://www.dreamwing.org/flash_flex/flash_js_security.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash与PHP交互时不同系统的UA不同</title>
		<link>http://www.dreamwing.org/php/flash_php_different_system_useragent.html</link>
		<comments>http://www.dreamwing.org/php/flash_php_different_system_useragent.html#comments</comments>
		<pubDate>Thu, 26 Feb 2009 09:59:16 +0000</pubDate>
		<dc:creator>Dream☆Wing</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.dreamwing.org/?p=540</guid>
		<description><![CDATA[在mac下是Adobe Flash Player
在windows下是shockwave之类
]]></description>
		<wfw:commentRss>http://www.dreamwing.org/php/flash_php_different_system_useragent.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
