<?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: Flex IFrame &#8211; Web browser in flash (update)</title>
	<atom:link href="http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=flex-iframe-web-browser-in-flash</link>
	<description>My life, my work</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:37:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4676</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Fri, 22 Jul 2011 09:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4676</guid>
		<description>Yirgu, does the example on this page work for you? The example is now almost 2 years old. mx components are not cool anymore, thus you need to rewrite canvas to group or something simplier. all sources are available in the article, just take a look again and go step by step</description>
		<content:encoded><![CDATA[<p>Yirgu, does the example on this page work for you? The example is now almost 2 years old. mx components are not cool anymore, thus you need to rewrite canvas to group or something simplier. all sources are available in the article, just take a look again and go step by step</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yirgu</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4675</link>
		<dc:creator>Yirgu</dc:creator>
		<pubDate>Thu, 21 Jul 2011 15:48:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4675</guid>
		<description>I appreciate the idea. But it doesn&#039;t work. I don&#039;t no what I miss. please make it clear what i do to use ion my project.
thanks in advance</description>
		<content:encoded><![CDATA[<p>I appreciate the idea. But it doesn&#8217;t work. I don&#8217;t no what I miss. please make it clear what i do to use ion my project.<br />
thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4471</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 17 Feb 2011 01:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4471</guid>
		<description>Thank you. I appreciate it. 

I have been working in simple flash for years, but there is a whole other level I have no idea about. 
I&#039;ll look into some tutorials. 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you. I appreciate it. </p>
<p>I have been working in simple flash for years, but there is a whole other level I have no idea about.<br />
I&#8217;ll look into some tutorials. </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4470</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Wed, 16 Feb 2011 22:42:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4470</guid>
		<description>Hi Daniel,

With flash builder create an flex project. Set SDK compiler to be compatible with flex 3 SDK (this post is 15 months old). Put into main application file all the code starting with &quot;&lt;mx:Application&quot;, than download http://classes.yoz.sk/sk/yoz/html/IFrame.as and put it into src/sk/yoz/html/IFrame.as. Download .js file and place it into html-template dir, open your html wrapper and put reference to this .js file as described. Now build the project.

Daniel, this blog is not for beginners, if it takes you days to make this simple thing work, maybe you should start with some flex tutorials</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>With flash builder create an flex project. Set SDK compiler to be compatible with flex 3 SDK (this post is 15 months old). Put into main application file all the code starting with &#8220;<mx:application ", than download <a href="http://classes.yoz.sk/sk/yoz/html/IFrame.as" rel="nofollow">http://classes.yoz.sk/sk/yoz/html/IFrame.as and put it into src/sk/yoz/html/IFrame.as. Download .js file and place it into html-template dir, open your html wrapper and put reference to this .js file as described. Now build the project.</p>
<p>Daniel, this blog is not for beginners, if it takes you days to make this simple thing work, maybe you should start with some flex tutorials</mx:application></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4468</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 16 Feb 2011 04:19:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4468</guid>
		<description>Hello

This looks amazing! Thank you for this, but I am unsure how to use it properly. 

I understand that there is a separate Actionscript file which I believe my .SWF would call and a separate Javascript file, but am unsure where the application code for the draggable window goes. 

Also, how would I build a basic flash file that calls on the actionscript to load html in the IFrame?

I have spent a couple days trying to figure this out and any help would be greatly appreciated. 

Thanks, 

Daniel</description>
		<content:encoded><![CDATA[<p>Hello</p>
<p>This looks amazing! Thank you for this, but I am unsure how to use it properly. </p>
<p>I understand that there is a separate Actionscript file which I believe my .SWF would call and a separate Javascript file, but am unsure where the application code for the draggable window goes. </p>
<p>Also, how would I build a basic flash file that calls on the actionscript to load html in the IFrame?</p>
<p>I have spent a couple days trying to figure this out and any help would be greatly appreciated. </p>
<p>Thanks, </p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4368</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Fri, 14 Jan 2011 13:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4368</guid>
		<description>@milton, this thing requires iframe/html. You can not make it work from standalone .swf, however you can use HTMLLoader http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/html/HTMLLoader.html in AIR projects. ... all post from new users waits for my approval</description>
		<content:encoded><![CDATA[<p>@milton, this thing requires iframe/html. You can not make it work from standalone .swf, however you can use HTMLLoader <a href="http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/html/HTMLLoader.html" rel="nofollow">http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/html/HTMLLoader.html</a> in AIR projects. &#8230; all post from new users waits for my approval</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milton ortiz</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4367</link>
		<dc:creator>milton ortiz</dc:creator>
		<pubDate>Fri, 14 Jan 2011 03:39:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4367</guid>
		<description>weird...i wrote something here but can&#039;t find the post....could this be applied in a flash project? in the fla not html? thanks a lot</description>
		<content:encoded><![CDATA[<p>weird&#8230;i wrote something here but can&#8217;t find the post&#8230;.could this be applied in a flash project? in the fla not html? thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: milton ortiz</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-4366</link>
		<dc:creator>milton ortiz</dc:creator>
		<pubDate>Fri, 14 Jan 2011 01:36:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-4366</guid>
		<description>this is interesting, i just ask if this can run from a flash project not from a html??
or should it always run from a page?</description>
		<content:encoded><![CDATA[<p>this is interesting, i just ask if this can run from a flash project not from a html??<br />
or should it always run from a page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jozef Chúťka</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-3517</link>
		<dc:creator>Jozef Chúťka</dc:creator>
		<pubDate>Tue, 23 Nov 2010 14:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-3517</guid>
		<description>peperone, everything ok here on 3.6.11, anyway you can make your own .css files or .js files to handle position</description>
		<content:encoded><![CDATA[<p>peperone, everything ok here on 3.6.11, anyway you can make your own .css files or .js files to handle position</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peperone</title>
		<link>http://blog.yoz.sk/2009/10/flex-iframe-web-browser-in-flash/comment-page-1/#comment-3513</link>
		<dc:creator>peperone</dc:creator>
		<pubDate>Tue, 23 Nov 2010 14:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.yoz.sk/?p=139#comment-3513</guid>
		<description>Hi there, 
Im viewing this site with FF 3.6 on WXP and the iFrame positioning is off, x + 100px and y + 100px more or less.
Just so you know!</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
Im viewing this site with FF 3.6 on WXP and the iFrame positioning is off, x + 100px and y + 100px more or less.<br />
Just so you know!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

