<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>Tutorials - sephiroth.it</title>
	<link rel="self" type="application/atom+xml" href="http://www.sephiroth.it/tutorials/atom.xml" />
	<id>tag:www.sephiroth.it,2006:/tutorials//1</id>
	<updated>2008-01-04T01:53:06Z</updated>
	<subtitle>Here you'll find some tutorials about flash, flex, php, mysql, xml, webservices and AMFPHP (Flash remoting for PHP).</subtitle>
	<entry>
		<title>Create a simple fading slideshow using the SWX Flickr API</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/flickr-swx/" />
		<id>tag:www.sephiroth.it:/tutorials//1</id>
		<published>2008-01-04T12:00:00Z</published>
		<updated>2008-01-04T12:00:00Z</updated>
		<summary><![CDATA[Create a simple fading slideshow using the SWX Flickr API]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="SWX" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Create a simple fading slideshow using the SWX Flickr API]]>
		</content>
	</entry>	<entry>
		<title>Send and receive ByteArray to AMFPHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/amfphp_bytearray/" />
		<id>tag:www.sephiroth.it:/tutorials//2</id>
		<published>2007-05-21T12:00:00Z</published>
		<updated>2007-05-21T12:00:00Z</updated>
		<summary><![CDATA[With AMFPHP 1.9 we can now send and receive bytearray objects. Let's see a pratical example on how to save an image sending bytearray objects with amfphp]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[With AMFPHP 1.9 we can now send and receive bytearray objects. Let's see a pratical example on how to save an image sending bytearray objects with amfphp]]>
		</content>
	</entry>	<entry>
		<title>Flex 2 RemoteObject with AMFPHP 1.9</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/flex_remoteobject/" />
		<id>tag:www.sephiroth.it:/tutorials//3</id>
		<published>2006-12-27T12:00:00Z</published>
		<updated>2006-12-27T12:00:00Z</updated>
		<summary><![CDATA[With the last release of AMFPHP 1.9 beta now we can use Flex 2 Remote Objects (Flex Data Services 2) with AMFPHP. In this tutorial we will see how to connect a flex2 application to amfphp using the RemoteObject tag]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[With the last release of AMFPHP 1.9 beta now we can use Flex 2 Remote Objects (Flex Data Services 2) with AMFPHP. In this tutorial we will see how to connect a flex2 application to amfphp using the RemoteObject tag]]>
		</content>
	</entry>	<entry>
		<title>Image CubeRotate howto</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/cube_effect/" />
		<id>tag:www.sephiroth.it:/tutorials//4</id>
		<published>2006-11-09T12:00:00Z</published>
		<updated>2006-11-09T12:00:00Z</updated>
		<summary><![CDATA[Use the CubeRotate effect from http://www.alex-uhlmann.de/ for creating an image slideshow taking pictures from Flickr]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLEX2" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Use the CubeRotate effect from http://www.alex-uhlmann.de/ for creating an image slideshow taking pictures from Flickr]]>
		</content>
	</entry>	<entry>
		<title>Flex2 &amp; Actionscript3 with AMFPHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/flex2_amfphp/" />
		<id>tag:www.sephiroth.it:/tutorials//5</id>
		<published>2006-09-10T12:00:00Z</published>
		<updated>2006-09-10T12:00:00Z</updated>
		<summary><![CDATA[How to connect to AMFPHP with ActionScript3 and Flex2]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLEX2" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[How to connect to AMFPHP with ActionScript3 and Flex2]]>
		</content>
	</entry>	<entry>
		<title>E4X in ActionScript 3.0</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/E4X/" />
		<id>tag:www.sephiroth.it:/tutorials//6</id>
		<published>2006-07-11T12:00:00Z</published>
		<updated>2006-07-11T12:00:00Z</updated>
		<summary><![CDATA[A quick guide to E4X ActionScript 3 language.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLASH 9" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[A quick guide to E4X ActionScript 3 language.]]>
		</content>
	</entry>	<entry>
		<title>MovieClip.scrollRect</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/scrollRect/" />
		<id>tag:www.sephiroth.it:/tutorials//7</id>
		<published>2006-06-03T12:00:00Z</published>
		<updated>2006-06-03T12:00:00Z</updated>
		<summary><![CDATA[Example of howto use the MovieClip scrollRect property for creating a simple image slider without using masks.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLASH 8" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Example of howto use the MovieClip scrollRect property for creating a simple image slider without using masks.]]>
		</content>
	</entry>	<entry>
		<title>RDBMSResolver and AMFPHP - Update a DB using deltaPackets</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/amfphp_rdbmsresolver/" />
		<id>tag:www.sephiroth.it:/tutorials//8</id>
		<published>2006-05-30T12:00:00Z</published>
		<updated>2006-05-30T12:00:00Z</updated>
		<summary><![CDATA[Howto use DataSet deltaPacket and RDBMSResolver updatePacket within an AMFPHP application]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Howto use DataSet deltaPacket and RDBMSResolver updatePacket within an AMFPHP application]]>
		</content>
	</entry>	<entry>
		<title>ImageGallery3 Installation Howto</title>
		<link rel="alternate" type="text/html" href="http://www.vip4lyf.com/index.php?option=com_content&amp;task=view&amp;id=16&amp;Itemid=30" />
		<id>tag:www.sephiroth.it:/tutorials//9</id>
		<published>2006-05-08T12:00:00Z</published>
		<updated>2006-05-08T12:00:00Z</updated>
		<summary><![CDATA[Installation tutorial of ImageGallery 3]]></summary>
		<author>
			<name>vip4lyf</name>
			<uri>http://www.bellphotoalbum.com/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Installation tutorial of ImageGallery 3]]>
		</content>
	</entry>	<entry>
		<title>AMFPHP CharsetHandler howto</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/amfphp_iconv/" />
		<id>tag:www.sephiroth.it:/tutorials//10</id>
		<published>2006-05-07T12:00:00Z</published>
		<updated>2006-05-07T12:00:00Z</updated>
		<summary><![CDATA[How the gateway setCharsetHandler works with iconv, utf8_decode and mbstring related to a mysql database. Explanation and practical examples]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[How the gateway setCharsetHandler works with iconv, utf8_decode and mbstring related to a mysql database. Explanation and practical examples]]>
		</content>
	</entry>	<entry>
		<title>AMFPHP, Pageable RecordSet Howto</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/pageable_recordset/" />
		<id>tag:www.sephiroth.it:/tutorials//11</id>
		<published>2005-12-08T12:00:00Z</published>
		<updated>2005-12-08T12:00:00Z</updated>
		<summary><![CDATA[Howto use Pageable RecordSet using Flash and AMFPHP]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Howto use Pageable RecordSet using Flash and AMFPHP]]>
		</content>
	</entry>	<entry>
		<title>Export JPEG with Flash/PHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/print_screen/" />
		<id>tag:www.sephiroth.it:/tutorials//12</id>
		<published>2005-09-08T12:00:00Z</published>
		<updated>2005-09-08T12:00:00Z</updated>
		<summary><![CDATA[Using BitmapData.draw and BitmapData.getPixel to export the current swf as jpeg]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLASH 8" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Using BitmapData.draw and BitmapData.getPixel to export the current swf as jpeg]]>
		</content>
	</entry>	<entry>
		<title>Image effect using fillRect</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/fillRect/" />
		<id>tag:www.sephiroth.it:/tutorials//13</id>
		<published>2005-09-08T12:00:00Z</published>
		<updated>2005-09-08T12:00:00Z</updated>
		<summary><![CDATA[Create various image effects using BitmapData.fillRect method]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLASH 8" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Create various image effects using BitmapData.fillRect method]]>
		</content>
	</entry>	<entry>
		<title>Working with 9-slice scaling</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/scale9/" />
		<id>tag:www.sephiroth.it:/tutorials//14</id>
		<published>2005-09-07T12:00:00Z</published>
		<updated>2005-09-07T12:00:00Z</updated>
		<summary><![CDATA[scale9Grid MovieClip property usage both in IDE and in ActionScript]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLASH 8" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[scale9Grid MovieClip property usage both in IDE and in ActionScript]]>
		</content>
	</entry>	<entry>
		<title>BitmapData.threshold howto</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/thresold/" />
		<id>tag:www.sephiroth.it:/tutorials//15</id>
		<published>2005-09-05T12:00:00Z</published>
		<updated>2005-09-05T12:00:00Z</updated>
		<summary><![CDATA[How to use the BitmapData.threshold with the new Flash Player 8 for creating image transitions]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="FLASH 8" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[How to use the BitmapData.threshold with the new Flash Player 8 for creating image transitions]]>
		</content>
	</entry>	<entry>
		<title>SMS with PHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/sms/" />
		<id>tag:www.sephiroth.it:/tutorials//16</id>
		<published>2005-05-18T12:00:00Z</published>
		<updated>2005-05-18T12:00:00Z</updated>
		<summary><![CDATA[Send SMS with PHP]]></summary>
		<author>
			<name>Farheen Rehman</name>
			<uri>http://www.bestkeptsimple.org/</uri>
		</author>
		<category term="PHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Send SMS with PHP]]>
		</content>
	</entry>	<entry>
		<title>Customize the Macromedia Tree component</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/custom_tree/" />
		<id>tag:www.sephiroth.it:/tutorials//17</id>
		<published>2005-02-22T12:00:00Z</published>
		<updated>2005-02-22T12:00:00Z</updated>
		<summary><![CDATA[Build a collapsable menu using tree cellrenderer with the builtin Tree component]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="MISCELLANEOUS" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Build a collapsable menu using tree cellrenderer with the builtin Tree component]]>
		</content>
	</entry>	<entry>
		<title>Flash Media Server and AMFPHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/flashcomm_AMFPHP/" />
		<id>tag:www.sephiroth.it:/tutorials//18</id>
		<published>2004-11-08T12:00:00Z</published>
		<updated>2004-11-08T12:00:00Z</updated>
		<summary><![CDATA[How to connect and consume flash remoting amfphp methods inside a flash media server application]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[How to connect and consume flash remoting amfphp methods inside a flash media server application]]>
		</content>
	</entry>	<entry>
		<title>Load XML file with special chars</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/specialChars/" />
		<id>tag:www.sephiroth.it:/tutorials//19</id>
		<published>2004-10-28T12:00:00Z</published>
		<updated>2004-10-28T12:00:00Z</updated>
		<summary><![CDATA[Why System.usecodepage is not the correct solution. How to display correctly special chars in external loaded files]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="MISCELLANEOUS" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Why System.usecodepage is not the correct solution. How to display correctly special chars in external loaded files]]>
		</content>
	</entry>	<entry>
		<title>CellRenderer How-To</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/cellRenderer/" />
		<id>tag:www.sephiroth.it:/tutorials//20</id>
		<published>2004-05-11T12:00:00Z</published>
		<updated>2004-05-11T12:00:00Z</updated>
		<summary><![CDATA[In this tutorial we will see how to customize in 3 steps the DataGrid component using the cellRenderer API and loading data from PHP using the Serializer Class.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[In this tutorial we will see how to customize in 3 steps the DataGrid component using the cellRenderer API and loading data from PHP using the Serializer Class.]]>
		</content>
	</entry>	<entry>
		<title>Creating a Guest Book in Flash MX 2004 with PHP</title>
		<link rel="alternate" type="text/html" href="http://www.flash-db.com/Tutorials/guestbook/" />
		<id>tag:www.sephiroth.it:/tutorials//21</id>
		<published>2004-04-20T12:00:00Z</published>
		<updated>2004-04-20T12:00:00Z</updated>
		<summary><![CDATA[This tutorial shows you how to create a simple MySQL powered Guest book in Flash that will run in any level in the movie. This Guest book is made up of one swf, one script, and one table database. You will learn how to communicate with mySQL database and using a couple of queries such as SELECT and INSERT. After you've learnt this, you'll be able to create almost anything out of it using these simple procedures.]]></summary>
		<author>
			<name>Mohsin Sumar</name>
			<uri>http://www.flash-db.com/</uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[This tutorial shows you how to create a simple MySQL powered Guest book in Flash that will run in any level in the movie. This Guest book is made up of one swf, one script, and one table database. You will learn how to communicate with mySQL database and using a couple of queries such as SELECT and INSERT. After you've learnt this, you'll be able to create almost anything out of it using these simple procedures.]]>
		</content>
	</entry>	<entry>
		<title>Create a WebService with PEAR::SOAP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/WebServicePEAR/" />
		<id>tag:www.sephiroth.it:/tutorials//22</id>
		<published>2004-03-21T12:00:00Z</published>
		<updated>2004-03-21T12:00:00Z</updated>
		<summary><![CDATA[Learn how it's simple to create a WebService in PHP using the SOAP PEAR class, and how to consume it with the webservice flash class.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="PHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Learn how it's simple to create a WebService in PHP using the SOAP PEAR class, and how to consume it with the webservice flash class.]]>
		</content>
	</entry>	<entry>
		<title>Create a Calendar for your blog archive</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/calendar/" />
		<id>tag:www.sephiroth.it:/tutorials//23</id>
		<published>2004-02-16T12:00:00Z</published>
		<updated>2004-02-16T12:00:00Z</updated>
		<summary><![CDATA[Like in my this site left table, learn how to use AMFPHP in order to display your blog arvchives in a DateChooser Flash component]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Like in my this site left table, learn how to use AMFPHP in order to display your blog arvchives in a DateChooser Flash component]]>
		</content>
	</entry>	<entry>
		<title>Create an XML based Guestbook using the phpdomxml library</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/phpdomxml/" />
		<id>tag:www.sephiroth.it:/tutorials//24</id>
		<published>2004-02-09T12:00:00Z</published>
		<updated>2004-02-09T12:00:00Z</updated>
		<summary><![CDATA[An easy to use library for PHP which allows to parse xml document using the same flash xml DOM. Moreover see how to format the GuestBook XML file using a simple XSL file]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it/</uri>
		</author>
		<category term="PHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[An easy to use library for PHP which allows to parse xml document using the same flash xml DOM. Moreover see how to format the GuestBook XML file using a simple XSL file]]>
		</content>
	</entry>	<entry>
		<title>How to use LoadVars</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/loadVars/" />
		<id>tag:www.sephiroth.it:/tutorials//25</id>
		<published>2003-11-07T12:00:00Z</published>
		<updated>2003-11-07T12:00:00Z</updated>
		<summary><![CDATA[A panoramic view inside the LoadVars object and its methods]]></summary>
		<author>
			<name>Pietro Cottafavi</name>
			<uri>http://eye.soolid.it/</uri>
		</author>
		<category term="PHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[A panoramic view inside the LoadVars object and its methods]]>
		</content>
	</entry>	<entry>
		<title>AMFPHP Installation</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/amfphp_installation/" />
		<id>tag:www.sephiroth.it:/tutorials//26</id>
		<published>2003-10-19T12:00:00Z</published>
		<updated>2003-10-19T12:00:00Z</updated>
		<summary><![CDATA[How to install and consume AMFPHP (0.9b).]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[How to install and consume AMFPHP (0.9b).]]>
		</content>
	</entry>	<entry>
		<title>Using Remoting Connector and DataHolder components</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/dataHolder/" />
		<id>tag:www.sephiroth.it:/tutorials//27</id>
		<published>2003-10-16T12:00:00Z</published>
		<updated>2003-10-16T12:00:00Z</updated>
		<summary><![CDATA[Bind flash remoting data through remoting connector dataHolder, and a listBox using custom formatter filters.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Bind flash remoting data through remoting connector dataHolder, and a listBox using custom formatter filters.]]>
		</content>
	</entry>	<entry>
		<title>Using the WebServices Connector</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/webServiceConnector/" />
		<id>tag:www.sephiroth.it:/tutorials//28</id>
		<published>2003-10-10T12:00:00Z</published>
		<updated>2003-10-10T12:00:00Z</updated>
		<summary><![CDATA[How to consume a Web Service in Flash MX 2004 using the webservices connector component]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="WEBSERVICES" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[How to consume a Web Service in Flash MX 2004 using the webservices connector component]]>
		</content>
	</entry>	<entry>
		<title>Create a Path Finder using A*</title>
		<link rel="alternate" type="text/html" href="/phpwiki/index.php?title=Path_finder" />
		<id>tag:www.sephiroth.it:/tutorials//29</id>
		<published>2003-09-04T12:00:00Z</published>
		<updated>2003-09-04T12:00:00Z</updated>
		<summary><![CDATA[An implementation of the A* algorithm in Flash]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="MISCELLANEOUS" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[An implementation of the A* algorithm in Flash]]>
		</content>
	</entry>	<entry>
		<title>Image Gallery with AMFPHP and GD</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/imagebrowser/" />
		<id>tag:www.sephiroth.it:/tutorials//30</id>
		<published>2003-07-04T12:00:00Z</published>
		<updated>2003-07-04T12:00:00Z</updated>
		<summary><![CDATA[An advanced image gallery using flash remoting AMFPHP and GD library]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="AMFPHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[An advanced image gallery using flash remoting AMFPHP and GD library]]>
		</content>
	</entry>	<entry>
		<title>Creating a Guestbook using Flash and PHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/IWE_GB/" />
		<id>tag:www.sephiroth.it:/tutorials//31</id>
		<published>2003-01-01T12:00:00Z</published>
		<updated>2003-01-01T12:00:00Z</updated>
		<summary><![CDATA[An advanced use of PHP and MySQL to manage a Flash guestbook]]></summary>
		<author>
			<name>Alessandro Perrone</name>
			<uri>http://www.alessandroperrone.com</uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[An advanced use of PHP and MySQL to manage a Flash guestbook]]>
		</content>
	</entry>	<entry>
		<title>Using webService with Flash and nuSoap</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/webService/" />
		<id>tag:www.sephiroth.it:/tutorials//32</id>
		<published>2002-10-20T12:00:00Z</published>
		<updated>2002-10-20T12:00:00Z</updated>
		<summary><![CDATA[Create a search engine using the Amazon web services]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="WEBSERVICES" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Create a search engine using the Amazon web services]]>
		</content>
	</entry>	<entry>
		<title>Managing news with Flash</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/news/" />
		<id>tag:www.sephiroth.it:/tutorials//33</id>
		<published>2002-05-20T12:00:00Z</published>
		<updated>2002-05-20T12:00:00Z</updated>
		<summary><![CDATA[Managing MySQL data with PHP and use them in a simple Flash MX application]]></summary>
		<author>
			<name>Alessandro Perrone</name>
			<uri>http://www.alessandroperrone.com</uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Managing MySQL data with PHP and use them in a simple Flash MX application]]>
		</content>
	</entry>	<entry>
		<title>User authentication</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/authentication/" />
		<id>tag:www.sephiroth.it:/tutorials//34</id>
		<published>2002-05-14T12:00:00Z</published>
		<updated>2002-05-14T12:00:00Z</updated>
		<summary><![CDATA[In this tutorial we will build a Flash authentication system. User login, user registration, forget password with md5 encryption]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[In this tutorial we will build a Flash authentication system. User login, user registration, forget password with md5 encryption]]>
		</content>
	</entry>	<entry>
		<title>Flash poll with txt file</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/text_poll/" />
		<id>tag:www.sephiroth.it:/tutorials//35</id>
		<published>2002-05-06T12:00:00Z</published>
		<updated>2002-05-06T12:00:00Z</updated>
		<summary><![CDATA[In this tutorial we will build a Flash poll based on a text file.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="PHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[In this tutorial we will build a Flash poll based on a text file.]]>
		</content>
	</entry>	<entry>
		<title>Sending mail using PHP</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/email/" />
		<id>tag:www.sephiroth.it:/tutorials//36</id>
		<published>2002-04-29T12:00:00Z</published>
		<updated>2002-04-29T12:00:00Z</updated>
		<summary><![CDATA[This is one of the most used, also very simple, example of Flash and PHP application. We will build the Graphic Front end in Flash and then we will ask to php to send the email.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="PHP" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[This is one of the most used, also very simple, example of Flash and PHP application. We will build the Graphic Front end in Flash and then we will ask to php to send the email.]]>
		</content>
	</entry>	<entry>
		<title>WDDX application sample</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/wddx/" />
		<id>tag:www.sephiroth.it:/tutorials//37</id>
		<published>2002-04-26T12:00:00Z</published>
		<updated>2002-04-26T12:00:00Z</updated>
		<summary><![CDATA[WDDX is an XML-based technology that enables the exchange of complex data between Web programming languages, creating what some refer to as 'Web syndicate networks'. PHP has special mathods to serialize and deserialize data with WDDX and also Flash, thanks to Branden Hall, can read and manipulate this kind of data types.]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="WDDX" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[WDDX is an XML-based technology that enables the exchange of complex data between Web programming languages, creating what some refer to as 'Web syndicate networks'. PHP has special mathods to serialize and deserialize data with WDDX and also Flash, thanks to Branden Hall, can read and manipulate this kind of data types.]]>
		</content>
	</entry>	<entry>
		<title>Building a simple chat</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/flash_chat/" />
		<id>tag:www.sephiroth.it:/tutorials//38</id>
		<published>2002-04-24T12:00:00Z</published>
		<updated>2002-04-24T12:00:00Z</updated>
		<summary><![CDATA[In this tutorial we will learn how to build a simple chat using Flash MX, PHP and MySQL. No xml socket connection needed, only a good web connection :)]]></summary>
		<author>
			<name>Alessandro Crugnola</name>
			<uri>http://www.sephiroth.it</uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[In this tutorial we will learn how to build a simple chat using Flash MX, PHP and MySQL. No xml socket connection needed, only a good web connection :)]]>
		</content>
	</entry>	<entry>
		<title>Create a catalog with Flash</title>
		<link rel="alternate" type="text/html" href="/tutorials/flashPHP/catalog/" />
		<id>tag:www.sephiroth.it:/tutorials//39</id>
		<published>2002-01-06T12:00:00Z</published>
		<updated>2002-01-06T12:00:00Z</updated>
		<summary><![CDATA[Create a catalog with Flash MX - Php and MySQL]]></summary>
		<author>
			<name>Davide Beltrame</name>
			<uri></uri>
		</author>
		<category term="PHP-MYSQL" />
		<content type="html" xml:lang="en" xml:base="http://www.sephiroth.it/tutorials/">
			<![CDATA[Create a catalog with Flash MX - Php and MySQL]]>
		</content>
	</entry></feed>