<?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>eInternalsFlex &#187; eInternals</title>
	<atom:link href="http://www.einternals.com/blog/tag/flex/feed" rel="self" type="application/rss+xml" />
	<link>http://www.einternals.com/blog</link>
	<description>Blog of eInternals.com</description>
	<lastBuildDate>Fri, 15 Jul 2011 08:59:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ActionScript : Find code execution time</title>
		<link>http://www.einternals.com/blog/web-development/actionscript-find-code-execution-time</link>
		<comments>http://www.einternals.com/blog/web-development/actionscript-find-code-execution-time#comments</comments>
		<pubDate>Thu, 13 Jan 2011 10:21:58 +0000</pubDate>
		<dc:creator>kiranvj</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Flash/Flex]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>

		<guid isPermaLink="false">http://www.einternals.com/blog/?p=83</guid>
		<description><![CDATA[Using the script below you can find how much time it took to execute your ActionScript code var startTime:Date = new Date(); // execute your code here var endTime:Date = new Date(); trace(&#34;Time take to execute the code &#34;+String(endTime.getTime()-startTime.getTime())+&#34; milliseconds&#34;); &#8230; <a href="http://www.einternals.com/blog/web-development/actionscript-find-code-execution-time">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Using the script below you can find how much time it took to execute your ActionScript code</p>
<pre class="brush: jscript; title: ;">
var startTime:Date = new Date();

// execute your code here

var endTime:Date = new Date();
trace(&quot;Time take to execute the code &quot;+String(endTime.getTime()-startTime.getTime())+&quot; milliseconds&quot;);
</pre>
<p>Check PHP version <a href="http://www.einternals.com/blog/web-development/php/php-find-script-execution-time" target="_blank">here</a></p>
<p>Check Javascript version <a href="http://www.einternals.com/blog/web-development/javascript-find-script-execution-time-2" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.einternals.com/blog/web-development/actionscript-find-code-execution-time/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable right click menu in Flash (swf files)</title>
		<link>http://www.einternals.com/blog/web-development/flashflex/disable-right-click-menu-in-flash</link>
		<comments>http://www.einternals.com/blog/web-development/flashflex/disable-right-click-menu-in-flash#comments</comments>
		<pubDate>Sat, 02 Feb 2008 05:23:07 +0000</pubDate>
		<dc:creator>kiranvj</dc:creator>
				<category><![CDATA[Flash/Flex]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Right Click]]></category>
		<category><![CDATA[swf]]></category>

		<guid isPermaLink="false">http://www.einternals.com/blog/general/disable-right-click-menu-in-flash</guid>
		<description><![CDATA[There are times when you have to disable the default right click menu on flash files on your webpages. Uza has a suggested a method to completely disable the flash right menu. Check the article link at his website http://www.uza.lt/blog/2007/08/solved-right-click-in-as3 &#8230; <a href="http://www.einternals.com/blog/web-development/flashflex/disable-right-click-menu-in-flash">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There are times when you have to disable the default right click menu on flash files on your webpages.</p>
<p><a href="http://www.uza.lt/" target="_blank">Uza</a> has a suggested a method to completely   disable the flash right menu.<br />
Check the article link at his website <a href="http://www.uza.lt/blog/2007/08/solved-right-click-in-as3" target="_blank"> http://www.uza.lt/blog/2007/08/solved-right-click-in-as3</a><br />
and the Demo here <a href="http://www.uza.lt/rightclick/" target="_blank">http://www.uza.lt/rightclick/</a></p>
<p>You can also download the project files from the Google code<br />
Project website:<br />
<a href="http://code.google.com/p/custom-context-menu/" target="_blank">http://code.google.com/p/custom-context-menu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.einternals.com/blog/web-development/flashflex/disable-right-click-menu-in-flash/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

