<?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: Loading remote swf files in AIR</title>
	<atom:link href="http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/</link>
	<description>{Rich Interactive Applications Developer}</description>
	<lastBuildDate>Fri, 13 Aug 2010 09:08:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Alain</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-892</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Thu, 12 Aug 2010 18:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-892</guid>
		<description>Thanks for the info.
I updated the link in the article.

Alain</description>
		<content:encoded><![CDATA[<p>Thanks for the info.<br />
I updated the link in the article.</p>
<p>Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-891</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 12 Aug 2010 14:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-891</guid>
		<description>The link to the first article is broken.  Here is an updated one.  Thanks for the help!  http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html</description>
		<content:encoded><![CDATA[<p>The link to the first article is broken.  Here is an updated one.  Thanks for the help!  <a href="http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html" rel="nofollow">http://blogs.adobe.com/emalasky/2008/04/remote_plugins.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Manh</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-873</link>
		<dc:creator>Mike Manh</dc:creator>
		<pubDate>Wed, 26 May 2010 06:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-873</guid>
		<description>I wanted to say that I searched a lot of places, and this hint really hit the spot. Thanks, and also thanks for updating the information for AIR 1.5</description>
		<content:encoded><![CDATA[<p>I wanted to say that I searched a lot of places, and this hint really hit the spot. Thanks, and also thanks for updating the information for AIR 1.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ren</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-851</link>
		<dc:creator>ren</dc:creator>
		<pubDate>Sun, 18 Apr 2010 23:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-851</guid>
		<description>Hi, I have searched for this problem in the net but  no luck. regarding caching in AIR when an external swf file is loaded.

I&#039;ve my AIR application running and i&#039;m dragging and dropping swf files from external (flex builder) onto AIR application. The swf files are loading. But if i recompile the swf files with some changes and drop the swf file onto already running AIR app, the changes are not reflected instead if i restart the application, the changes are reflected.

In case of flex applications that run on browser we have option for cache, for setting true or false. But I could,t find anything  on net about swf caching in AIR.

unloadAndStop(); for air applciations , this has no effect

Any suggestion on this is highly appreciated</description>
		<content:encoded><![CDATA[<p>Hi, I have searched for this problem in the net but  no luck. regarding caching in AIR when an external swf file is loaded.</p>
<p>I&#8217;ve my AIR application running and i&#8217;m dragging and dropping swf files from external (flex builder) onto AIR application. The swf files are loading. But if i recompile the swf files with some changes and drop the swf file onto already running AIR app, the changes are not reflected instead if i restart the application, the changes are reflected.</p>
<p>In case of flex applications that run on browser we have option for cache, for setting true or false. But I could,t find anything  on net about swf caching in AIR.</p>
<p>unloadAndStop(); for air applciations , this has no effect</p>
<p>Any suggestion on this is highly appreciated</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ethan Chee</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-704</link>
		<dc:creator>Ethan Chee</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:26:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-704</guid>
		<description>I&#039;m developing a AIR Application Online game where i have 1 Game Lobby AIR App (Flex-Based AIR) and games AIR App (Flash CS4 Built Swf, Create AIR file using Flex to load the Swf file).

The game have only 1 Lobby(air file) and Numbers of games (air files). 
Purpose to having multiple AIR file to make use of AIR auto updates features for the lobby and all games.

I want to remove/unchecked &quot;Add shortcut icon to my desktop&quot; from the Installation Preferences of AIR Application Install dialogue.

May i know how to do remove/unchecked &quot;Add shortcut icon to my desktop&quot; feature?</description>
		<content:encoded><![CDATA[<p>I&#8217;m developing a AIR Application Online game where i have 1 Game Lobby AIR App (Flex-Based AIR) and games AIR App (Flash CS4 Built Swf, Create AIR file using Flex to load the Swf file).</p>
<p>The game have only 1 Lobby(air file) and Numbers of games (air files).<br />
Purpose to having multiple AIR file to make use of AIR auto updates features for the lobby and all games.</p>
<p>I want to remove/unchecked &#8220;Add shortcut icon to my desktop&#8221; from the Installation Preferences of AIR Application Install dialogue.</p>
<p>May i know how to do remove/unchecked &#8220;Add shortcut icon to my desktop&#8221; feature?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-678</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Tue, 17 Nov 2009 20:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-678</guid>
		<description>Hello Clacke,

If I understand correctly, you want to load an HTML page that contains a SWF file in your AIR application. And the Window or Application is transparent.

Can you turn off the transparancy? There is a known issue with transparent windows and the HTMLLoader, see &quot;Flash objects do not render in HTML component with systemChrome none and transparent true: http://bugs.adobe.com/jira/browse/SDK-15033&quot;

Cheers,
Alain</description>
		<content:encoded><![CDATA[<p>Hello Clacke,</p>
<p>If I understand correctly, you want to load an HTML page that contains a SWF file in your AIR application. And the Window or Application is transparent.</p>
<p>Can you turn off the transparancy? There is a known issue with transparent windows and the HTMLLoader, see &#8220;Flash objects do not render in HTML component with systemChrome none and transparent true: <a href="http://bugs.adobe.com/jira/browse/SDK-15033" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-15033</a>&#8221;</p>
<p>Cheers,<br />
Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clacke</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-676</link>
		<dc:creator>Clacke</dc:creator>
		<pubDate>Tue, 17 Nov 2009 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-676</guid>
		<description>Hi Alain
Maybe you can know this problem, I have looked awerywere, but no luck.

1. The start window opens up a transperant window in an iframe.

2. Then the transperant window loads an external .asp file from my server (content.asp) in an iframe.

3. In the content.asp file i try to load an swf file, but nothing is visible?

 
I use the following code in content.asp to show the swf file:

 
 
     


 
 
I have uploaded a testpage with this code to the server and it works fine, but not in the air application!?

 
What Im I doing wrong? Why isnt the swf file working, im going nuts.</description>
		<content:encoded><![CDATA[<p>Hi Alain<br />
Maybe you can know this problem, I have looked awerywere, but no luck.</p>
<p>1. The start window opens up a transperant window in an iframe.</p>
<p>2. Then the transperant window loads an external .asp file from my server (content.asp) in an iframe.</p>
<p>3. In the content.asp file i try to load an swf file, but nothing is visible?</p>
<p>I use the following code in content.asp to show the swf file:</p>
<p>I have uploaded a testpage with this code to the server and it works fine, but not in the air application!?</p>
<p>What Im I doing wrong? Why isnt the swf file working, im going nuts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alain</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-673</link>
		<dc:creator>Alain</dc:creator>
		<pubDate>Sat, 07 Nov 2009 18:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-673</guid>
		<description>Hi abhishekssj,

You could create an AIR app and use the HTMLLoader class to load your remote swf files. Everything you need, can be found here in the comments. 

If you want to know how to create an AIR application using Flash Pro CS4 check out the Adobe AIR Developer Center for Flash: http://www.adobe.com/devnet/air/flash/quickstart/

Greetz,
Alain</description>
		<content:encoded><![CDATA[<p>Hi abhishekssj,</p>
<p>You could create an AIR app and use the HTMLLoader class to load your remote swf files. Everything you need, can be found here in the comments. </p>
<p>If you want to know how to create an AIR application using Flash Pro CS4 check out the Adobe AIR Developer Center for Flash: <a href="http://www.adobe.com/devnet/air/flash/quickstart/" rel="nofollow">http://www.adobe.com/devnet/air/flash/quickstart/</a></p>
<p>Greetz,<br />
Alain</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abhishekssj</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-672</link>
		<dc:creator>abhishekssj</dc:creator>
		<pubDate>Sat, 07 Nov 2009 09:59:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-672</guid>
		<description>hello everyone...

i would really appreciate if anyone of u could help me out with the problem i have right now...

i want to create a desktop application in AIR in which i want that users should be able to play the flash games i have made...
i use CS4 and flash as my technology
i have AIR 1.5

could anybody PLZ PLZ PLZ help me in any way possible !!</description>
		<content:encoded><![CDATA[<p>hello everyone&#8230;</p>
<p>i would really appreciate if anyone of u could help me out with the problem i have right now&#8230;</p>
<p>i want to create a desktop application in AIR in which i want that users should be able to play the flash games i have made&#8230;<br />
i use CS4 and flash as my technology<br />
i have AIR 1.5</p>
<p>could anybody PLZ PLZ PLZ help me in any way possible !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vamshi</title>
		<link>http://www.hufkens.net/2008/09/loading-remote-swf-files-in-air/comment-page-1/#comment-639</link>
		<dc:creator>vamshi</dc:creator>
		<pubDate>Thu, 01 Oct 2009 08:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.hufkens.net/?p=143#comment-639</guid>
		<description>Hi Alain,

Iam trying to load swf file(LocalTrusted sandbox)in to Flex3 AIR1.5(application sandbox) application.Its giving Security sandbox error#2070 stage owned by.


Any help would be thankful.

vamshi.</description>
		<content:encoded><![CDATA[<p>Hi Alain,</p>
<p>Iam trying to load swf file(LocalTrusted sandbox)in to Flex3 AIR1.5(application sandbox) application.Its giving Security sandbox error#2070 stage owned by.</p>
<p>Any help would be thankful.</p>
<p>vamshi.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
