<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Launching new browser windows from Flex</title>
	<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/</link>
	<description>A bunch of examples for Adobe Flex and ActionScript</description>
	<pubDate>Tue, 06 Jan 2009 02:23:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>By: Sandeep Arneja</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-17575</link>
		<author>Sandeep Arneja</author>
		<pubDate>Mon, 05 Jan 2009 21:37:02 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-17575</guid>
		<description>Works for me. Thanks,</description>
		<content:encoded><![CDATA[<p>Works for me. Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Romain</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-17308</link>
		<author>Romain</author>
		<pubDate>Wed, 10 Dec 2008 16:47:26 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-17308</guid>
		<description>What about opening file and folder located on a local network?

This seems to require to use the ExternalInterface class, like :

ExternalInterface.call(WINDOW_OPEN_FUNCTION, url, window, features);

Where WINDOW_OPEN_FUNCTION is the javascript code to launch the function : window.open

But there are some security warning in Flex when trying to open these files and folder, Mac/Linux/Windows have the same.

Any idea on how to easily, cross-plateform, open a folder on the network?</description>
		<content:encoded><![CDATA[<p>What about opening file and folder located on a local network?</p>
<p>This seems to require to use the ExternalInterface class, like :</p>
<p>ExternalInterface.call(WINDOW_OPEN_FUNCTION, url, window, features);</p>
<p>Where WINDOW_OPEN_FUNCTION is the javascript code to launch the function : window.open</p>
<p>But there are some security warning in Flex when trying to open these files and folder, Mac/Linux/Windows have the same.</p>
<p>Any idea on how to easily, cross-plateform, open a folder on the network?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-15860</link>
		<author>peterd</author>
		<pubDate>Fri, 26 Sep 2008 07:22:57 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-15860</guid>
		<description>Teresa,

I believe in order to hide location bars and scroll bars in a new HTML window, you need to use the ExternalInterface API and call a JavaScript function in your HTML container.

Peter</description>
		<content:encoded><![CDATA[<p>Teresa,</p>
<p>I believe in order to hide location bars and scroll bars in a new HTML window, you need to use the ExternalInterface API and call a JavaScript function in your HTML container.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Teresa</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-15851</link>
		<author>Teresa</author>
		<pubDate>Fri, 26 Sep 2008 04:32:54 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-15851</guid>
		<description>Hi,

How to hide the location bar and scroll bar in the new window?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>How to hide the location bar and scroll bar in the new window?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-14706</link>
		<author>Ryan</author>
		<pubDate>Thu, 14 Aug 2008 18:27:42 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-14706</guid>
		<description>_top is the only part of this example that works for me. I'm using Firefox 3.0. I tested it in IE and it seems to work fine. Anyone for a way to do this for all browsers????

Thanks</description>
		<content:encoded><![CDATA[<p>_top is the only part of this example that works for me. I&#8217;m using Firefox 3.0. I tested it in IE and it seems to work fine. Anyone for a way to do this for all browsers????</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devon</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-7396</link>
		<author>Devon</author>
		<pubDate>Fri, 07 Mar 2008 10:03:08 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-7396</guid>
		<description>Hey, when I try to open a window in _top or _self I get a security error:
"SecurityError: Error #2137: Security sandbox violation"

Any idea what could be the cause of this?
Thanks</description>
		<content:encoded><![CDATA[<p>Hey, when I try to open a window in _top or _self I get a security error:<br />
&#8220;SecurityError: Error #2137: Security sandbox violation&#8221;</p>
<p>Any idea what could be the cause of this?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-7094</link>
		<author>peterd</author>
		<pubDate>Wed, 20 Feb 2008 20:12:02 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-7094</guid>
		<description>Jana,

I think you would need to save the XML to the disk/server first.

As for the blog design, yeah, this is just a default WordPress template. I've been thinking of finding a new theme as it seems there are lots of weird issues, like people not being able to post code in the comments without the blog somehow eating them.

Peter</description>
		<content:encoded><![CDATA[<p>Jana,</p>
<p>I think you would need to save the XML to the disk/server first.</p>
<p>As for the blog design, yeah, this is just a default WordPress template. I&#8217;ve been thinking of finding a new theme as it seems there are lots of weird issues, like people not being able to post code in the comments without the blog somehow eating them.</p>
<p>Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jana</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-7089</link>
		<author>Jana</author>
		<pubDate>Wed, 20 Feb 2008 16:06:32 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-7089</guid>
		<description>Hi,

I'm interested in taking an xml:XML object in flex and launching a new browser window to display it. I wasn't planning on saving it to a file but rather have created it dynamically in memory but want the browser to decide what XML viewer to invoke. Is there a way to do this without saving the file to disk or uploading it first to the server? 

Also...this web site (blog.flexexamples.com) is very hard to read in IE 7.0. The black color hides what I type in in the search input box. Anyway the designer could modify the colors of this website to be a little more user friendly? In particular I see light grey text in the black search text box. Very hard to see what I typed in.. Why black anyway? pretty hard on the eyes but then again I know that is very subjective...

Jana</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m interested in taking an xml:XML object in flex and launching a new browser window to display it. I wasn&#8217;t planning on saving it to a file but rather have created it dynamically in memory but want the browser to decide what XML viewer to invoke. Is there a way to do this without saving the file to disk or uploading it first to the server? </p>
<p>Also&#8230;this web site (blog.flexexamples.com) is very hard to read in IE 7.0. The black color hides what I type in in the search input box. Anyway the designer could modify the colors of this website to be a little more user friendly? In particular I see light grey text in the black search text box. Very hard to see what I typed in.. Why black anyway? pretty hard on the eyes but then again I know that is very subjective&#8230;</p>
<p>Jana</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fufach</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-6187</link>
		<author>fufach</author>
		<pubDate>Thu, 17 Jan 2008 22:41:33 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-6187</guid>
		<description>Hi,

In my Flex 3.3 _blank target is not working. I cannot open this ^ example with 'blank' as well. Is this a bug or there is a different way to open site in separate tab/window...?

Fufach</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In my Flex 3.3 _blank target is not working. I cannot open this ^ example with &#8216;blank&#8217; as well. Is this a bug or there is a different way to open site in separate tab/window&#8230;?</p>
<p>Fufach</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peterd</title>
		<link>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-3885</link>
		<author>peterd</author>
		<pubDate>Mon, 05 Nov 2007 05:40:29 +0000</pubDate>
		<guid>http://blog.flexexamples.com/2007/08/29/launching-new-browser-windows-from-flex/#comment-3885</guid>
		<description>Xavi,

What happens when you specify "_top" versus "_blank"? In the above example, specifying "_top" replaces the current page with the new URL, wheras pecifying "_blank" opens a new browser window in my IE7/WIN 9,0,60,235 (debug).

Peter</description>
		<content:encoded><![CDATA[<p>Xavi,</p>
<p>What happens when you specify &#8220;_top&#8221; versus &#8220;_blank&#8221;? In the above example, specifying &#8220;_top&#8221; replaces the current page with the new URL, wheras pecifying &#8220;_blank&#8221; opens a new browser window in my IE7/WIN 9,0,60,235 (debug).</p>
<p>Peter</p>
]]></content:encoded>
	</item>
</channel>
</rss>
