<?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>Flex-Flash-Air-ActionScript-JS &#187; URLRequest</title>
	<atom:link href="http://blog.totusinfo.com/tag/urlrequest/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.totusinfo.com</link>
	<description>totusinfo team</description>
	<lastBuildDate>Wed, 24 Feb 2010 09:38:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Load Date from XML File using flash actionscript AS3</title>
		<link>http://blog.totusinfo.com/load-xml-flash-actionscript3-as3/</link>
		<comments>http://blog.totusinfo.com/load-xml-flash-actionscript3-as3/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 18:42:19 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Experiments]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[bytesLoaded]]></category>
		<category><![CDATA[bytesTotal]]></category>
		<category><![CDATA[ProgressEvent]]></category>
		<category><![CDATA[URLLoader()]]></category>
		<category><![CDATA[URLRequest]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=292</guid>
		<description><![CDATA[Simple Example to show how to load xml

package
{
    import flash.display.*;
    import flash.events.*;
    import flash.net.*;
    public class DocumentClass extends Sprite
    {
        private var loader:URLLoader;
        private var xmlPath:URLRequest;

 [...]]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/load-xml-flash-actionscript3-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use URLVariables() in Flash AS3?</title>
		<link>http://blog.totusinfo.com/how-to-use-urlvariables-flash-as3/</link>
		<comments>http://blog.totusinfo.com/how-to-use-urlvariables-flash-as3/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:26:49 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[actionscript 3.0]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[Event.COMPLETE]]></category>
		<category><![CDATA[POST]]></category>
		<category><![CDATA[URLLoader()]]></category>
		<category><![CDATA[URLRequest]]></category>
		<category><![CDATA[URLRequestMethod]]></category>
		<category><![CDATA[URLVariables()]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=262</guid>
		<description><![CDATA[Using URLVariables in Flash or Flex we can send and receive data from server he is the example
This is the PHP Code nested in the server
Create a PHP file and place it in the server

&#60;?php
 $email=$_POST['email'];
 $password=$_POST['password'];

echo &#34;email=&#34;.$_POST['email'].&#34;&#38;amp;password=&#34;.$password;
?&#62;

Here is the code in Flash/Flex

//create URLRequest instace withe the target URL
var request:URLRequest = new URLRequest(&#34;http://www.example.com/data.php&#34;);

//create instance of [...]]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/how-to-use-urlvariables-flash-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CS4 set brightness contrast hue saturation with actionscript</title>
		<link>http://blog.totusinfo.com/cs4-set-brightness-contrast-hue-saturation-with-actionscrit/</link>
		<comments>http://blog.totusinfo.com/cs4-set-brightness-contrast-hue-saturation-with-actionscrit/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 17:05:42 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AdjustColor]]></category>
		<category><![CDATA[brightnesscontrast]]></category>
		<category><![CDATA[ColorMatrixFilter]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[hue]]></category>
		<category><![CDATA[MovieClip]]></category>
		<category><![CDATA[saturation]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=854</guid>
		<description><![CDATA[This logic also works for flex


package  {
     import flash.filters.ColorMatrixFilter;
     import flash.display.MovieClip;
     import flash.display.Loader;
	 import fl.controls.Slider;
     import flash.net.URLRequest;
     import fl.motion.*;
     import flash.events.Event;  

     public class AdjustColorExample [...]]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/cs4-set-brightness-contrast-hue-saturation-with-actionscrit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open URL in another window using flash actionscript</title>
		<link>http://blog.totusinfo.com/open-url-in-another-window-using-flash-actionscript/</link>
		<comments>http://blog.totusinfo.com/open-url-in-another-window-using-flash-actionscript/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 14:59:24 +0000</pubDate>
		<dc:creator>Vineela</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[addEventListener]]></category>
		<category><![CDATA[MouseEvent]]></category>
		<category><![CDATA[navigateToURL]]></category>
		<category><![CDATA[URLRequest]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=645</guid>
		<description><![CDATA[

import flash.display.*;

buttonLabel.addEventListener(MouseEvent.CLICK, button_click);

function button_click(evt:MouseEvent):void {
    var reqURL:URLRequest = new URLRequest(&#34;http://www.totusinfo.com/&#34;);
	navigateToURL(reqURL, &#34;_self&#34;);
}

]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/open-url-in-another-window-using-flash-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Java Script POPUP from Action Script</title>
		<link>http://blog.totusinfo.com/html-java-script-popup-from-action-script/</link>
		<comments>http://blog.totusinfo.com/html-java-script-popup-from-action-script/#comments</comments>
		<pubDate>Sat, 01 Nov 2008 07:26:18 +0000</pubDate>
		<dc:creator>druva</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[utils]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[navigateToURL]]></category>
		<category><![CDATA[URLRequest]]></category>
		<category><![CDATA[window.open]]></category>

		<guid isPermaLink="false">http://blog.totusinfo.com/?p=43</guid>
		<description><![CDATA[This examples shows how open HTML Java Script POPUP from Action Script


button.addEventListener(MouseEvent.MOUSE_DOWN, onClick);

function onClick(e:MouseEvent):void {
 var jscommand:String = &#34;window.open('http://www.google.com','win', 'width=300,height=400,toolbar=no,scrollbars=yes');&#34;;
 var url:URLRequest = new URLRequest(&#34;javascript:&#34; + jscommand + &#34; void(0);&#34;);
 navigateToURL(url, &#34;_self&#34;);
}

]]></description>
		<wfw:commentRss>http://blog.totusinfo.com/html-java-script-popup-from-action-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

