<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Using FABridge and swfobject together</title>
	<atom:link href="http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/</link>
	<description>Front- and back-end web engineering with Perl, Catalyst, YUI, S3, lighttpd</description>
	<lastBuildDate>Wed, 14 Jul 2010 21:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: diparc</title>
		<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/comment-page-1/#comment-5177</link>
		<dc:creator>diparc</dc:creator>
		<pubDate>Tue, 19 May 2009 17:49:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.innerfence.com/?p=6#comment-5177</guid>
		<description>I use Fabridge.js from Flex SDK 3.3.0.4589, have the flex object inside an extjs panel, after i move the panel, the bridge looses its connection - 

i.e., when i try to access the bridge again, it shows &quot;undefined&quot; error in IE, on

return eval(instance.CallFunction(&quot;&quot; + __flash__argumentsToXML(arguments,0) + &quot;&quot;));</description>
		<content:encoded><![CDATA[<p>I use Fabridge.js from Flex SDK 3.3.0.4589, have the flex object inside an extjs panel, after i move the panel, the bridge looses its connection - </p>
<p>i.e., when i try to access the bridge again, it shows &#8220;undefined&#8221; error in IE, on</p>
<p>return eval(instance.CallFunction(&#8220;&#8221; + __flash__argumentsToXML(arguments,0) + &#8220;&#8221;));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/comment-page-1/#comment-3141</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Sat, 27 Dec 2008 19:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.innerfence.com/?p=6#comment-3141</guid>
		<description>Check the latest Flex SDK (3.2.0) - it contains FABridge.js that works fine with multiple objects under IE 6 &amp; 7, Firefox and Safari</description>
		<content:encoded><![CDATA[<p>Check the latest Flex SDK (3.2.0) - it contains FABridge.js that works fine with multiple objects under IE 6 &amp; 7, Firefox and Safari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fengfei</title>
		<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/comment-page-1/#comment-2955</link>
		<dc:creator>fengfei</dc:creator>
		<pubDate>Tue, 16 Dec 2008 07:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.innerfence.com/?p=6#comment-2955</guid>
		<description>I use FlexBuilder 3 “Create Ajax Bridge…” to generate FABridge.js .With the generated FABridge.js ,if have more than one object tags ,it just works fine with FireFox ,but not with MSIE7(and I have included diferrent bridgeName for each).MSIE displays the swf,but shows errors &quot;FABrige.bridgeName is null or not defined&quot;.</description>
		<content:encoded><![CDATA[<p>I use FlexBuilder 3 “Create Ajax Bridge…” to generate FABridge.js .With the generated FABridge.js ,if have more than one object tags ,it just works fine with FireFox ,but not with MSIE7(and I have included diferrent bridgeName for each).MSIE displays the swf,but shows errors &#8220;FABrige.bridgeName is null or not defined&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joahns</title>
		<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/comment-page-1/#comment-2313</link>
		<dc:creator>joahns</dc:creator>
		<pubDate>Tue, 11 Nov 2008 19:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.innerfence.com/?p=6#comment-2313</guid>
		<description>Update: I was wrong about FlexBuilder 3 &quot;Create Ajax Bridge...&quot; - the generated FABridge.js works correctly with MSIE with swfobject 2.0 but not with Firefox. Firefox will display the swf but &quot;FABridge&quot; is not defined.</description>
		<content:encoded><![CDATA[<p>Update: I was wrong about FlexBuilder 3 &#8220;Create Ajax Bridge&#8230;&#8221; - the generated FABridge.js works correctly with MSIE with swfobject 2.0 but not with Firefox. Firefox will display the swf but &#8220;FABridge&#8221; is not defined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joahns</title>
		<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/comment-page-1/#comment-2291</link>
		<dc:creator>joahns</dc:creator>
		<pubDate>Mon, 10 Nov 2008 20:19:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.innerfence.com/?p=6#comment-2291</guid>
		<description>If you are using the FlexBuilder 3 &quot;Create Ajax Bridge...&quot; option (available by selecting your project and right-clicking) generates the required bridge proxy javascript from the AS classes / MXML components you specify and also generates a swfobject 2.0 compatible FABridge.js file.</description>
		<content:encoded><![CDATA[<p>If you are using the FlexBuilder 3 &#8220;Create Ajax Bridge&#8230;&#8221; option (available by selecting your project and right-clicking) generates the required bridge proxy javascript from the AS classes / MXML components you specify and also generates a swfobject 2.0 compatible FABridge.js file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek &#38; Ryan</title>
		<link>http://blog.innerfence.com/2008/06/05/using-fabridge-and-swfobject-together/comment-page-1/#comment-4</link>
		<dc:creator>Derek &#38; Ryan</dc:creator>
		<pubDate>Thu, 05 Jun 2008 19:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.innerfence.com/?p=6#comment-4</guid>
		<description>Looks like someone else ran into this problem and posted a similar solution to the swfobject wiki earlier today:

http://code.google.com/p/swfobject/wiki/flex</description>
		<content:encoded><![CDATA[<p>Looks like someone else ran into this problem and posted a similar solution to the swfobject wiki earlier today:</p>
<p><a href="http://code.google.com/p/swfobject/wiki/flex" rel="nofollow">http://code.google.com/p/swfobject/wiki/flex</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.158 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-07-29 06:38:05 -->
