<?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>Murtuza Topiwalla &#187; new browser window</title>
	<atom:link href="http://www.sowebme.com/murtaza/tag/new-browser-window/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sowebme.com/murtaza</link>
	<description>Blog about flash, movies, travel and more! Email me at yankeedoodles[at]hotmail[dot]com for anything you want to add!</description>
	<lastBuildDate>Wed, 13 Oct 2010 02:32:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Open new browser window from flash.</title>
		<link>http://www.sowebme.com/murtaza/2009/07/open-new-browser-window-from-flash/</link>
		<comments>http://www.sowebme.com/murtaza/2009/07/open-new-browser-window-from-flash/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 04:00:58 +0000</pubDate>
		<dc:creator>Murtuza</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[new browser window]]></category>

		<guid isPermaLink="false">http://sowebme.com/murtaza/?p=7</guid>
		<description><![CDATA[Hey, In this first tutorial today we are going to talk about how to use javascript to open a new browser window from flash. The code that is required is fairly simple actually. var request:String = &#8220;javascript: window.open(&#8216;http://www.sowebme.com/murtaza&#8217;,'win&#8217;,'height=400,width=600,toolbar=no,scrollbars=yes&#8217;); void(0)&#8221;; var url:URLRequest = new URLRequest(request); navigateToURL(url, &#8220;_self&#8221;); Within your HTML housing the flash, you are going [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,<br />
In this first tutorial today we are going to talk about how to use javascript to open a new browser window from flash.<br />
The code that is required is fairly simple actually.</p>
<p><span style="color: #ffcc99;">var request:String =<br />
&#8220;javascript: window.open(&#8216;http://www.sowebme.com/murtaza&#8217;,'win&#8217;,'height=400,width=600,toolbar=no,scrollbars=yes&#8217;); void(0)&#8221;;</span></p>
<p><span style="color: #ffcc99;">var url:URLRequest = new URLRequest(request);</span></p>
<p><span style="color: #ffcc99;">navigateToURL(url, &#8220;_self&#8221;);</span></p>
<p>Within your HTML housing the flash, you are going to need the parameter &#8220;AllowScriptAccess&#8221; set to &#8220;always&#8221;.</p>
<p>Feel free to download the working files here:<a href="http://sowebme.com/murtaza/wp-content/uploads/2009/07/newWindow.zip"><br />
New Window Example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sowebme.com/murtaza/2009/07/open-new-browser-window-from-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

