<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>urlvariables &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/urlvariables/</link>
	<description>Feed of posts on WordPress.com tagged "urlvariables"</description>
	<pubDate>Thu, 03 Dec 2009 10:21:25 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[Falcon Flash Relaunches Under the Flash Feather Wing to Help Designers and Developers Pass Data Between Flash and Server Scripts]]></title>
<link>http://falconflash.wordpress.com/2009/07/04/falcon-flash-relaunches-under-the-flash-feather-wing-to-help-designers-and-developers-pass-data-between-flash-and-server-scripts/</link>
<pubDate>Sat, 04 Jul 2009 00:15:10 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://falconflash.wordpress.com/2009/07/04/falcon-flash-relaunches-under-the-flash-feather-wing-to-help-designers-and-developers-pass-data-between-flash-and-server-scripts/</guid>
<description><![CDATA[Falcon Flash at http://falconflash.wordpress.com was the first of the Flash Feather series of advanc]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img class="alignnone size-full wp-image-56" title="falconSample" src="http://falconflash.wordpress.com/files/2009/07/falconsample.jpg" alt="falconSample" width="350" height="300" /></p>
<p>Falcon Flash at <a href="http://falconflash.wordpress.com">http://falconflash.wordpress.com</a> was the first of the Flash Feather series of advanced interface classes in Flash to launch about a year ago.  With over one thousand downloads we are pleased that it has been helpful.  It really is a simple wrapper class for the five data classes in Flash.  It lets you easily read text and XML or send variables to and from server scripts like PHP.</p>
<pre><strong><span style="color:#ff6600;">var myFalcon:Falcon = new Falcon("yourfile.php or .xml or .txt");
myFalcon.addEventListener(Event.COMPLETE, getData);
function getData(e:Event) {
    trace (myFalcon.data.yourVariable);
    // or just myFalcon.data for XML or txt
}</span></strong></pre>
<p>Flash Feathers is located at <a href="http://flashfeathers.wordpress.com" target="_blank">http://flashfeathers.wordpress.com</a> and through the links at the right.  Flash Feathers features the following open source solutions:</p>
<p>FLASH FEATHERS</p>
<ul>
<li><span style="color:#808080;">ROBIN &#8211; multiuser chat and realtime game classes with Flash and PHP</span></li>
<li><span style="color:#808080;">FALCON &#8211; easy data transfer between Flash and server scripts</span></li>
<li><span style="color:#808080;">HUMMINGBIRD &#8211; parallax effect with mouse movement for 3D menus</span></li>
<li><span style="color:#808080;">GOOSE &#8211; multitouch emulator and processor with just Flash and Browsers</span></li>
<li><span style="color:#808080;">PENGUIN &#8211; tilt emulator and processor for tilt and translation apps</span></li>
<li><span style="color:#808080;">WOODPECKER &#8211; sound frequency and wave animation for MP3 and FLV</span></li>
<li><span style="color:#808080;">GOOSE &#8211; motion capture so a cursor follows your Web cam motion</span></li>
<li><span style="color:#808080;">DODO &#8211; blob detection to provide blobs anywhere there is Web cam motion</span></li>
</ul>
<p>The Falcon Download ZIP file at left has been adjusted to match the other ZIP file formats.  There is a standard way to install all the Flash Feathers classes as detailed in the readme.txt file and the various class files and goes like follows:</p>
<p>INSTALLATION</p>
<ul>
<li><span style="color:#888888;">create a classes/ folder somewhere generic on your harddrive</span></li>
<li><span style="color:#888888;">add the classes folder to your Flash Class Path &#8211; in the Flash Menu:<br />
</span></li>
<li><span style="color:#888888;">choose Edit &#62; Preferences &#62; ActionScript &#8211; ActionScript 3 Settings</span></li>
<li><span style="color:#888888;">use the + sign for the source path box to add the path to your classes/ folder</span></li>
<li><span style="color:#888888;">put the provided com/ folder in your classes/ folder</span></li>
</ul>
<p>This way your classes from Flash Feathers will all work together along with other people&#8217;s distributed classes.  DO NOT add the com/ folder to your class path in the Flash preferences!  Read above if this is not clear.</p>
<p>Please have a look at the <a href="http://falconflash.wordpress.com/video/" target="_self">VIDEO</a> page and the sample <a href="http://falconflash.wordpress.com/code/" target="_self">CODE</a> page for more information about Falcon.  You can download the code through the link at the left on <a href="http://falconflash.wordpress.com" target="_self">http://falconflash.wordpress.com</a>.</p>
<p>FRIENDS AND DONATIONS<br />
<a href="http://www.danzen.com/feathers/add.php?feature=Falcon" target="_blank">Please let us know</a> if you use Falcon and we will add you to the Friends area at left.  If you use Falcon for a commercial venture and would <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#38;hosted_button_id=6016365" target="_blank">care to donate</a> that would be super!</p>
<p><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&#38;hosted_button_id=6016365"><img title="karmatja" src="http://robinflash.files.wordpress.com/2009/06/karmatja.jpg?w=120&#038;h=60" alt="karmatja" width="120" height="60" /></a></p>
<p>FEATHERS<br />
Falcon is one of a selection of open source solutions called Flash Feathers available at <a href="http://flashfeathers.wordpress.com">http://flashfeathers.wordpress.com</a>.</p>
<p><a href="http://flashfeathers.wordpress.com"><img title="feathers" src="http://robinflash.files.wordpress.com/2009/06/feather_01.gif?w=106&#038;h=55" alt="feathers" width="106" height="55" /></a></p>
<p>Dan Zen</p>
<p>-09-</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Flex Tutorials and samples]]></title>
<link>http://newflexworld.wordpress.com/2009/02/01/flex-tutorials-and-samples/</link>
<pubDate>Sun, 01 Feb 2009 10:18:06 +0000</pubDate>
<dc:creator>ursprakash</dc:creator>
<guid>http://newflexworld.wordpress.com/2009/02/01/flex-tutorials-and-samples/</guid>
<description><![CDATA[Flex is a highly productive, free open source framework for building and maintaining expressive web ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems -Adobe</p>
<p> </p>
<p><strong><a href="http://gnanz-flexworld.blogspot.com">Adobe Flex</a></strong> is a collection of technologies released by Adobe Systems for the development and deployment of cross platform rich Internet applications based on the proprietary Adobe Flashplatform. The initial release in March 2004 by Macromedia included a software development kit, anIDE, and a J2EE integration application known as Flex Data Services. Since Adobe acquired Macromedia in 2005, subsequent releases of Flex no longer require a license for Flex Data Services, which has become a separate product rebranded as LiveCycle Data Services. -Wikipedia</p>
<p> </p>
<p> </p>
<p>There are many sites providing the tutorials and samples in net.Here is my <a title="Flex Sanples blog" href="http://gnanz-flexworld.blogspot.com" target="_blank">Flex samples blog </a>,</p>
<p> </p>
<p><a title="http://gnanz-flexworld.blogspot.com" href="http://gnanz-flexworld.blogspot.com" target="_blank">http://gnanz-flexworld.blogspot.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Falcon - Adobe Flash 9 AS3 Data Class Replaces URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat]]></title>
<link>http://falconflash.wordpress.com/2008/07/15/falcon-adobe-flash-9-as3-data-class-replaces-urlvariables-urlrequest-urlrequestmethod-urlloader-and-urlloaderdataformat/</link>
<pubDate>Tue, 15 Jul 2008 05:44:28 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://falconflash.wordpress.com/2008/07/15/falcon-adobe-flash-9-as3-data-class-replaces-urlvariables-urlrequest-urlrequestmethod-urlloader-and-urlloaderdataformat/</guid>
<description><![CDATA[Falcon! What a grand code name . Here is the Falcon ZIP file with instructions and samples. Falcon i]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.danzen.com/falcon/falcon.zip" target="_blank"><img style="border:0 none;" src="http://falconflash.wordpress.com/files/2008/01/falconbanner.jpg" border="0" alt="Falcon - Adobe Flash 9 AS3 Server Script Connection Class" width="440" height="122" /></a></p>
<p>Falcon!  What a grand code name <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>Here is the <a href="http://www.danzen.com/falcon/falcon.zip">Falcon ZIP file</a> with instructions and samples.</p>
<p>Falcon is a custom class that wraps the Adobe Flash ActionScript 3 five data classes normally used to access a server script or system such as PHP, Perl, Ruby, ASP, etc.  and then of course on to databases like MySQL, SQL Server, etc.   It makes it so that you do not have to worry about the URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat code.</p>
<p>You pass the following parameters to the Falcon AS3 data class:</p>
<ul>
<li>the URL to your server script, text, binary data or XML File</li>
<li>an optional type of data &#8211; Falcon.VARIABLES, TEXT, BINARY or XML_DATA</li>
<li>an optional data object that holds variables to send to the server</li>
</ul>
<p>You set an Event.COMPLETE listener to call a function.  The event object&#8217;s target has three properties.  A Boolean <em>error</em> property, a <em>data</em> property and if you use the FalconProvider class there is a <em>dataProvider</em> property:</p>
<p>1. The <em>error</em> property (eventObject.target.error)  will be true if connection to the server fails and false if it succeeds.</p>
<p>2. The <em>data</em> property (eventObject.target.data) holds the variables, text, binary or XML that comes back from the server:</p>
<ul>
<li>Variables &#8211; if your server script sends age=23 and you ask for data.age then you get 23</li>
<li>Text &#8211; for example from a text file just use myTextField.text = data;</li>
<li>Binary &#8211; this is your binary feed (actually untested but should work)</li>
<li>XML &#8211; this a Flash XML object representing the XML from the server</li>
</ul>
<p>3. Note there are two classes you can use &#8211; Falcon and FalconProvider.  In FalconProvider, the <em>dataProvider</em> property (eventObject.target.dataProvider)  is provided in the variables case when the variables come back in some sort of sequence like name1, age1, name2, age2, etc.  FalconProvider automatically provides a DataProvider object with columns of name, age, etc.  You can use this for a DataGrid or if you use label1, data1, label2, data2 then you can use it for a List or ComboBox.  You must have a component that uses the DataProvider (DataGrid, List, etc.) in the library of your FLA if you use the FalconProvider class.</p>
<p>4.  Please note that if you use the default Falcon.VARIABLES, then your server script such as PHP must return at least one key/value pair &#8211; in the following format  variable=value&#38;variable2=value.  So in a simple example &#8211; status=complete.   You cannot have any lines above your &#60;?PHP either otherwise the new line characters cause problems.</p>
<p>5.  If you want to avoid caching issues, put a random number on the end of your script call like so: somefile.php?rand=&#8221;+Math.random().</p>
<p>Falcon was created by Inventor <a href="http://danzen.wordpress.com" target="_blank">Dan Zen</a>.  You may use the code as you wish and if possible a credit link to this site will help make the world an easier place <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .  If you are interested in learning to make classes like this or other aspects of interactive multimedia please visit the <a href="http://interactivemultimedia.wordpress.com" target="_blank">Sheridan Interactive Multimedia</a> blog for information about its one year post grad college program.  Thank you to all at <a href="http://www.adobe.com">Adobe</a> for such great tools and for our wonderful Flash user group, <a href="http://www.flashinto.com">FITO</a> in Toronto.</p>
<p>-30-</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Manejo y presentación de datos con AS3 - Bases de Datos, XML, Server side scripts, URLLoader, URLVariables]]></title>
<link>http://shiftf12.net/2008/07/14/manejo-y-presentacion-de-datos-con-as3-bases-de-datos-xml-server-side-scripts-urlloader-urlvariables/</link>
<pubDate>Mon, 14 Jul 2008 16:32:26 +0000</pubDate>
<dc:creator>elhector</dc:creator>
<guid>http://shiftf12.net/2008/07/14/manejo-y-presentacion-de-datos-con-as3-bases-de-datos-xml-server-side-scripts-urlloader-urlvariables/</guid>
<description><![CDATA[Ya cuando estamos realizando proyectos en ActionScript de manera constante nos damos cuenta de unos ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ya cuando estamos realizando proyectos en ActionScript de manera constante nos damos cuenta de unos de los problemas más comunes: comunicación. ¿De dónde vamos a sacar los datos a mostrar?. Poner todos los datos DENTRO de Flash usualmente no es buena idea: no es fácil de mantener y sería un sitio demasiado estático. Por eso es necesario que sepamos leer e interpretar fuentes de datos para presentarlos con las bondades de Flash y ActionScript junto con la flexibilidad de XML o una base de datos.</p>
<p style="text-align:center;"><a href="http://interactivemultimedia.wordpress.com/2008/02/07/sample-flash-as3-code-to-help-designers-and-developers-handle-data-and-communication/"><img class="aligncenter" src="http://interactivemultimedia.files.wordpress.com/2008/02/comm_com.jpg?w=450&#038;h=279" alt="" width="450" height="279" /></a> (imagen tomada del <a href="http://interactivemultimedia.wordpress.com/2008/02/07/sample-flash-as3-code-to-help-designers-and-developers-handle-data-and-communication/">post original</a>)</p>
<p><strong><a href="http://interactivemultimedia.wordpress.com/2008/02/07/sample-flash-as3-code-to-help-designers-and-developers-handle-data-and-communication/">Este post</a></strong> de <a href="http://imm.sheridanc.on.ca/">Sheridan Interactive Multimedia</a> es un muy buen recurso para aprender lo básico por 3 razones: ejemplos con código fuente, enfoque a NO programadores, manejo de múltiples fuentes de datos y funciones: XML, navigateToURL, SharedObject, FlashVars, ExternalInterface (para javascript), URLRequest, FileReference, URLLoader, URLVariables, WebServices y serialización de datos. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Además, con la referencia de cómo unir todos estos datos y <a href="http://imm.sheridanc.on.ca/code/components.html"><strong>presentarlos en una interface adecuada.</strong></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Minor Update to Falcon - Adobe Flash 9 AS3 Data Class Replaces URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat]]></title>
<link>http://falconflash.wordpress.com/2008/04/03/minor-update-to-falcon-adobe-flash-9-as3-data-class-replaces-urlvariables-urlrequest-urlrequestmethod-urlloader-and-urlloaderdataformat/</link>
<pubDate>Thu, 03 Apr 2008 15:13:51 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://falconflash.wordpress.com/2008/04/03/minor-update-to-falcon-adobe-flash-9-as3-data-class-replaces-urlvariables-urlrequest-urlrequestmethod-urlloader-and-urlloaderdataformat/</guid>
<description><![CDATA[Update: A technical description that you probably will not need to know &#8211; please do not be fri]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Update: A technical description that you probably will not need to know &#8211; please do not be frightened if you are a designer reading this.  Ignore it.  In the zip file, there is a sample PHP page for the DataProvider example.  The PHP sets an id that is auto incrementing in MySQL.   We used &#8221; for the value and some versions of MySQL give an error because the data type in the table is an integer.  So we have just removed the id and its &#8221; value from the query because it is not needed anyway as the id is auto incrementing.  So&#8230; a minor update but might have caught some.  The change has been made in the ZIP file.</p>
<p><img src="http://falconflash.wordpress.com/files/2008/02/smallicon.gif" alt="Falcon Icon" /></p>
<p>Falcon is an Adobe Flash ActionScript CS3 Class that wraps up the native data classes to send and receive variables to a text, XML file or server script like PHP connected to DataBases like MySQL, etc. When using Falcon, you will not have to use URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat.</p>
<p>We have just updated Falcon to remove the automatic DataProvider feature because that required a component with a DataProvider to be placed in the FLA. We have instead, additionally provided a FalconProvider class that is the same as Faclon but has the automatic DataProvider feature. Use the FalconProvider class when you have sequenced variables to be put into a DataGrid, ComboBox, List, TileList, etc.</p>
<p>Use Falcon when you want to load in text, XML or if you want to send or receive variables from a server script. We have been using Falcon for a while now and it is so easy &#8211; a few lines of code rather than fifteen. Enjoy.</p>
<p><b>BASIC USAGE</b></p>
<p>For a fast usage of what is in the zip file. Just grab the Falcon.as file and put it in the same directory as your FLA. Then to read in a text file this is what you do. The XML is just as easy &#8211; the variables, require a server script so is a little more work &#8211; see the examples link for more:</p>
<blockquote><p>// in your constructor for instance&#8230;<br />
var myFalcon:Falcon=new Falcon(&#8220;sample.txt&#8221;, Falcon.TEXT);<br />
myFalcon.addEventListener(Event.COMPLETE,getData);</p>
<p>// in the body of your class make the event method:<br />
private function getData(e:Event) {<br />
if (e.target.error) {<br />
trace (&#8220;sorry, error accessing text file&#8221;);<br />
} else {<br />
trace (e.target.data); // this is your text data!<br />
}<br />
}</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Update to Falcon - Adobe Flash 9 AS3 Data Class Replaces URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat]]></title>
<link>http://falconflash.wordpress.com/2008/03/16/update-to-falcon-adobe-flash-9-as3-data-class-replaces-urlvariables-urlrequest-urlrequestmethod-urlloader-and-urlloaderdataformat/</link>
<pubDate>Sun, 16 Mar 2008 19:20:44 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://falconflash.wordpress.com/2008/03/16/update-to-falcon-adobe-flash-9-as3-data-class-replaces-urlvariables-urlrequest-urlrequestmethod-urlloader-and-urlloaderdataformat/</guid>
<description><![CDATA[Falcon is an Adobe Flash ActionScript CS3 Class that wraps up the native data classes to send and re]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><img src="http://falconflash.wordpress.com/files/2008/02/smallicon.gif" alt="Falcon Icon" /></p>
<p>Falcon is an Adobe Flash ActionScript CS3 Class that wraps up the native data classes to send and receive variables to a text, XML file or server script like PHP connected to DataBases like MySQL, etc. When using Falcon, you will not have to use URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat.</p>
<p>We have just updated Falcon to remove the automatic DataProvider feature because that required a component with a DataProvider to be placed in the FLA.  We have instead, additionally provided a FalconProvider class that is the same as Faclon but has the automatic DataProvider feature.  Use the FalconProvider class when you have sequenced variables to be put into a DataGrid, ComboBox, List, TileList, etc.</p>
<p>Use Falcon when you want to load in text, XML or if you want to send or receive variables from a server script.  We have been using Falcon for a while now and it is so easy &#8211; a few lines of code rather than fifteen.  Enjoy.</p>
<p><b>BASIC USAGE</b></p>
<p>For a fast usage of what is in the zip file.  Just grab the Falcon.as file and put it in the same directory as your FLA.  Then to read in a text file this is what you do.  The XML is just as easy &#8211; the variables, require a server script so is a little more work &#8211; see the examples link for more:</p>
<blockquote><p>// in your constructor for instance&#8230;<br />
var myFalcon:Falcon=new Falcon(&QUOT;sample.txt&QUOT;, Falcon.TEXT);<br />
myFalcon.addEventListener(Event.COMPLETE,getData);<br />
&#160;<br />
// in the body of your class make the event method:<br />
private function getData(e:Event) {<br />
if (e.target.error) {<br />
trace (&QUOT;sorry, error accessing text file&QUOT;);<br />
} else {<br />
trace (e.target.data); // this is your text data!<br />
}<br />
}</p></blockquote>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Falcon - Adobe Flash 9 AS3 Data Class]]></title>
<link>http://danzen.wordpress.com/2008/02/23/falcon-adobe-flash-9-as3-data-class/</link>
<pubDate>Sat, 23 Feb 2008 21:23:00 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://danzen.wordpress.com/2008/02/23/falcon-adobe-flash-9-as3-data-class/</guid>
<description><![CDATA[Have you ever wondered how social network sites are built like facebook, YouTube, flickr, MySpace, e]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://falconflash.wordpress.com" target="_blank" title="Falcon - Adobe Flash 9 AS3 Data Class Replaces URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat"><img src="http://danzen.wordpress.com/files/2008/02/falconblog.jpg" alt="Falcon - Adobe Flash 9 AS3 Data Class Replaces URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat" border="0" /></a></p>
<p>Have you ever wondered how social network sites are built like facebook, YouTube, flickr, MySpace, etc. and sites like Ebay, Amazon, any forums, wikis, blogs, etc.?  There is a front end that you see and a back end that sits on a server.  To be able to share data and make elegant use of the Internet as a medium, we have to be able to pass data (in variable or XML or JSON, etc. format) from the front end to the back end and back again.</p>
<p><a href="http://falconflash.wordpress.com" title="Falcon - Adobe Flash 9 AS3 Data Class Replaces URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat" target="_blank">Falcon</a> is an Adobe Flash custom class that lets you send and receive variables, text, XML or binary data.  You can load XML or text from a file or send and receive variables or XML to and from a server script like PHP and then on to a database like MySQL.  Falcon automatically makes a DataProvider if your variables are sequential so that it is easy to make a DataGrid (table in Flash).</p>
<p>The Flash scripting language, ActionScript 3.0  is now a complete Object Oriented Programming language that follows the ECMAScript standard as does JavaScript.  In doing so, the language has become very internally consistent.  For this consistency to work, the former classes (properties and functions) have been broken down into smaller or more precise classes.  This means that to handle data, ActionScript 3 now has five classes that are used to load even just one variable!  These are URLVariables, URLRequest, URLRequestMethod, URLLoader and URLLoaderDataFormat.  This results in fifteen lines of code.</p>
<p>Falcon wraps or combines these native AS3 classes into one class.  The class uses three active lines of code.  This simplification makes it easier for designers and developers to provide important functionality of sharing information.</p>
<p>As an inventor of social games, tools and environments, I realize the importance of passing data to the server so that it can be shared.  This technique is used in the following  <a href="http://www.darthdetector.com" target="new">Darth Detector</a>, <a href="http://www.changingmail.com" target="new">Changing Mail</a>, <a href="http://www.chatnap.com" target="new">Chatnap</a>, <a href="http://www.moustachemysteries.com/mystery/castle/" target="new">Baron Digbody&#8217;s Castle</a>, <a href="http://www.moustachemysteries.com/mystery/brooch/" target="new">Lady With Brooch</a>, <a href="http://www.danzen.com/danisms" target="new">Danisms</a>, <a href="http://www.danzen.com/dens" target="new">Dens</a>, <a href="http://www.danzen.com/garden" target="new">Dan Zen Garden</a>, <a href="http://www.danzen.com/gorgolon" target="new">Gorgolon</a>, <a href="http://www.danzen.com/grimreaper/ageguesser.html" target="new">Grim Reaper&#8217;s Age Guesser</a>, <a href="http://www.danzen.com/gycopo" target="new">Gycopo</a>, <a href="http://www.hipcats.com" target="new">Hip Cats</a>, <a href="http://www.moustachemysteries.com/mystery/kulapu/" target="new">Kula Pu Idol</a>, <a href="http://www.moustachemysteries.com" target="new">Moustache Mysteries</a>, <a href="http://www.opartica.com" target="new">Opartica</a>, <a href="http://www.danzen.com/pagoda.html" target="new">Pagoda Of Games</a>, <a href="http://www.danzen.com/paradox/" target="new">Password Paradox</a>, <a href="http://www.tapoll.com" target="new">Tapoll</a>, <a href="http://www.danzen.com/prediction" target="new">Prediction Train</a>, <a href="http://www.danzen.com/richdeck" target="new">Rich Deck</a>, <a href="http://www.danzen.com/salamander" target="new">Salamander</a>, <a href="http://www.danzen.com/saveearth" target="new">Save Earth</a>, <a href="http://www.danzen.com/spirogram" target="new">Spirogram</a>, <a href="http://www.spy-mail.com" target="new">Spy-mail</a>, <a href="http://www.danzen.com/telepathy" target="new">Telepathy</a>, <a href="http://www.danzen.com/teleporters" target="new">Teleporters</a>, <a href="http://www.danzen.com/tilator" target="new">Tilator</a>, <a href="http://www.danzen.com/babel" target="new">Tower Of Babel</a>, <a href="http://www.danzen.com/webouija" target="new">Web Ouija</a>, <a href="http://www.danzen.com/utopia" target="new">Utopia</a>, <a href="http://www.wannaget.net" target="new">Wannaget</a>, <a href="http://www.danzen.com/wordwarp" target="new">Word Warp</a>, <a href="http://www.danzen.com/yesumno" target="new">Yesumno</a>, <a href="http://www.zendeck.com" target="new">Zen Deck</a>, <a href="http://www.zendots.com" target="new">Zen Dots</a>, <a href="http://www.zenmix.com" target="new">Zen Mix</a>, <a href="http://www.zenmotto.com" target="new">Zen Motto</a>, <a href="http://www.zenpass.com" target="new">Zen Pass</a>, and <a href="http://www.danzen.com/zenpicture" target="new">Zen Picture Pan Zoom</a>.</p>
<p>-08-</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Sample Flash AS3 Code to Help Designers and Developers Handle Data and Communication]]></title>
<link>http://interactivemultimedia.wordpress.com/2008/02/07/sample-flash-as3-code-to-help-designers-and-developers-handle-data-and-communication/</link>
<pubDate>Thu, 07 Feb 2008 05:57:03 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://interactivemultimedia.wordpress.com/2008/02/07/sample-flash-as3-code-to-help-designers-and-developers-handle-data-and-communication/</guid>
<description><![CDATA[Key to the Sheridan Interactive Multimedia program curriculum is teaching learners to build environm]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Key to the <a href="http://imm.sheridanc.on.ca" target="_blank">Sheridan Interactive Multimedia</a> program curriculum is teaching learners to build environments in which end users can communicate with each other.  To do this, we need interfaces for input and display and we have to get data to and from the server.  Think facebook, flickr, YouTube, etc.</p>
<p>Adobe Flash provides many communication classes and  methods such as:</p>
<ul>
<li>User Interface Components:
<ul>
<li>Button</li>
<li>CheckBox and RadioButton (Check Box &#38; Radio Button)</li>
<li>ComboBox and List (Combo Box)</li>
<li>TextArea, TextInput and Label (Text Area &#38; Input)</li>
<li>NumbericStepper and ScrollPane (Numeric Stepper &#38; Scroll Pane)</li>
<li>Slider and TileList (Tile List)</li>
<li>DataGrid (Data Grid)</li>
</ul>
</li>
<li>navigateToURL to load a Web Page from Flash</li>
<li>SharedObject to save a Flash &#8220;cookie&#8221;</li>
<li>FlashVars &#38; SWF Query String to pass variables into Flash</li>
<li>ExternalInterface to call a function in Flash from JavaScript</li>
<li>Loading a SWF with Loader and URLRequest</li>
<li>FileReference to upload a local file to be used by flash</li>
<li>URLLoader and URLVariables to retrieve text or server output</li>
<li>XML to send and receive XML</li>
<li>Web Services to connect to scripts on other servers</li>
<li>Remoting to avoid serializing and deserializing data</li>
</ul>
<p>Here are links to content examples from our curriculum for all of the above except Web Services and Remoting.  The Sheridan lessons include more than the content &#8211; there are supporting lesson plans, definition documents, steps for building, supplementary links, reflection forms,  and in class explanation, lab work, assignments, exams and final projects.  If you are looking into schooling in multimedia, please visit the <a href="http://imm.sheridanc.on.ca" target="_blank">Sheridan Interactive Multimedia</a> site for more information on our one year post grad program.</p>
<h3><i>User Interface Components</i></h3>
<p><i><a href="http://imm.sheridanc.on.ca/code/components.html" title="Flash AS3 Components" target="_blank">Click here for code example</a></i></p>
<p><a href="http://imm.sheridanc.on.ca/code/components.html" target="_blank" title="Flash AS3 Components"><img src="http://interactivemultimedia.wordpress.com/files/2008/02/comm_com.jpg" alt="Flash AS3 Components" border="0" /></a></p>
<h3><i>Communication 1 &#8211; navigateToURL, SharedObject,  FlashVars, ExternalInterface, Loader, URLRequest and FileReference</i></h3>
<p><a href="http://imm.sheridanc.on.ca/code/components.html" title="Flash AS3 Components" target="_blank"><i></i></a><i><a href="http://imm.sheridanc.on.ca/code/communication.html" title="Communication in Flash AS3" target="_blank">Click here for  code example</a></i></p>
<p><a href="http://imm.sheridanc.on.ca/code/communication.html" target="_blank" title="Flash AS3 Communication"><img src="http://interactivemultimedia.wordpress.com/files/2008/02/comm1.jpg" alt="Flash AS3 Communication" border="0" /></a></p>
<h3>Communication 2 &#8211;  URLLoader and URLVariables to get text or server script data (PHP, MySQL)</h3>
<p><i><a href="http://imm.sheridanc.on.ca/code/communication2.html" title="Communication in Flash AS3" target="_blank">Click here for  code example</a></i></p>
<p>Although we recommend the <a href="http://falconflash.wordpress.com/" title="Falcon Data Class" target="_blank">Falcon Data Class</a> for this type of connection</p>
<p><a href="http://imm.sheridanc.on.ca/code/communication2.html" target="_blank" title="Flash AS3 Communication"><img src="http://interactivemultimedia.wordpress.com/files/2008/02/comm2.jpg" alt="Flash AS3 Communication" border="0" /></a></p>
<h3>XML in Flash</h3>
<p><i><a href="http://imm.sheridanc.on.ca/code/xml.html" title="XML in Flash AS3" target="_blank">Click here for  code example</a></i></p>
<p>Although we recommend the <a href="http://falconflash.wordpress.com/" title="Falcon Data Class" target="_blank">Falcon Data Class</a> for this type of connection</p>
<p><a href="http://imm.sheridanc.on.ca/code/xml.html" target="_blank" title="XML in Flash CS3"><img src="http://interactivemultimedia.wordpress.com/files/2008/02/xml.jpg" alt="XML in Flash CS3" border="0" /></a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Falcon on First Google Page for URLVariables]]></title>
<link>http://falconflash.wordpress.com/2008/01/24/falcon-on-first-google-page-for-urlvariables/</link>
<pubDate>Thu, 24 Jan 2008 05:29:19 +0000</pubDate>
<dc:creator>Dan Zen</dc:creator>
<guid>http://falconflash.wordpress.com/2008/01/24/falcon-on-first-google-page-for-urlvariables/</guid>
<description><![CDATA[Falcon is an open source ActionScript 3 class that helps designers and developers easily access serv]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Falcon is an open source ActionScript 3 class that helps designers and developers easily access server scripts, text files and XML files.</p>
<p>We are pleased to see that the site has received first page placement on Google &#8211; have a look and <i>click back through</i> when you are done <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://www.google.ca/search?q=URLVariables">See Google search for URLVariables</a></p>
<p>Here is where you can <a href="http://www.danzen.com/falcon/falcon.zip">download the Zip file</a> with all you need to use Falcon with your Flash AS3.</p>
<p>-30-</p>
</div>]]></content:encoded>
</item>

</channel>
</rss>
