<?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>Max Titov IV @ TechSplice &#187; amf</title>
	<atom:link href="http://www.blog.techsplice.com/archives/tag/amf/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.techsplice.com</link>
	<description>The most beautiful music of all is the music of what happens.</description>
	<lastBuildDate>Tue, 20 Dec 2011 18:56:50 +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>Workingn with AMF</title>
		<link>http://www.blog.techsplice.com/archives/171</link>
		<comments>http://www.blog.techsplice.com/archives/171#comments</comments>
		<pubDate>Thu, 12 Mar 2009 14:21:15 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Everyday stuff]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[definition]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/archives/171</guid>
		<description><![CDATA[I want to set up a more secure process than a current ActionScript POST/GET service querying. To do that I started looking at AMF.  Action Message Format(AMF) is a binary file format representing a serialized ActionScript object. The AMF file type is used throughout the Flash Player for data storage and data exchange. For example [...]]]></description>
			<content:encoded><![CDATA[<p>I want to set up a more secure process than a current <a href="http://en.wikipedia.org/wiki/ActionScript">ActionScript</a> POST/GET service querying.  To do that I started looking at AMF. </p>
<p>Action Message Format(AMF) is a binary file format representing a <a href="http://en.wikipedia.org/wiki/Serialization">serialized</a> ActionScript object. The AMF file type is used throughout the Flash Player for data storage and data exchange. For example in the Flash Player AMF is used in SharedObjects, RemoteObjects, LocalConnection, ByteArray, RTMP, and all RPC operations. Some of the benefits of AMF include:</p>
<ul>
<li>File Size &#8211; AMF objects are very small and are compressed using zlib.</li>
<li>Fast S<a href="http://en.wikipedia.org/wiki/Serialization">erialization</a>/ Deserialization &#8211; AMF is transformed using native C code in the Flash Player making it very fast. The AMF format was designed to serialize and deserialize quickly under low memory and slower CPU conditions making it perfect for the web. AMF data is parsed directly into objects, meaning there is no lag for interpretation or parsing of AMF making the creation of objects complete in a single pass.</li>
<li>Native Types and Custom classes supported &#8211; You can serialize any object in Flash Player with the only exception being a displayObject.you can also map serialized objects back to custom class instanced provided the custom class is in the Flash Player when the AMF object is deserialized.</li>
</ul>
<p>AMF existed in ActionScript 2 and was just called AMF as of ActionScript 3 the AMF protocol has been updated and is referred to as AMF3. For historical reasons the original AMF format is now referred to as AMF0. One of the main upgrades to AMF3 is that the object is now zlib compressed for faster transfer do to the smaller file size and the additional of data types that were released with ActionScript 3.</p>
<p>The two alternative frameworks that I am looking at are <a href="http://www.amfphp.org/">AMFPHP</a> and <a href="http://framework.zend.com/wiki/display/ZFPROP/Zend_Amf+-+Wade+Arnold">Zend_AMF</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/171/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMFPHP + Flex 3 = Error [unable to open &#039;services-config.xml&#039;]</title>
		<link>http://www.blog.techsplice.com/archives/169</link>
		<comments>http://www.blog.techsplice.com/archives/169#comments</comments>
		<pubDate>Thu, 12 Mar 2009 04:06:56 +0000</pubDate>
		<dc:creator>maxtmax</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[amf]]></category>
		<category><![CDATA[amfphp]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sdk]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://www.blog.techsplice.com/?p=169</guid>
		<description><![CDATA[While trying to configure the AMFPHP set up with the Flex 3 framework I ran in to a problem while setting up the services-config.xml. I&#8217;ve created the file in the root directory and specified in the Flex Compiler [Additional compiler arguments] the following string -locale en_US -services &#8220;services-config.xml&#8221;. As soon as I clicked OK an error [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to configure the <a href="http://www.amfphp.org/">AMFPHP</a> set up with the <a href="http://www.adobe.com/products/flex/flexdownloads/index.html">Flex 3</a> framework I ran in to a problem while setting up the services-config.xml.</p>
<p>I&#8217;ve created the file in the root directory and specified in the Flex Compiler [Additional compiler arguments] the following string <em>-locale en_US -services &#8220;services-config.xml&#8221;</em>.</p>
<p>As soon as I clicked OK an error popped up with a message <em>unable to open &#8216;services-config.xml&#8217;.   </em>After trying varying things I was able to figure out that the problem was with the location of the file.  Simply placing the file at the root of the directory wasn&#8217;t the right location.  I needed to put the file in the same directory as the main MXML executable &#8211; after that the program worked as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.techsplice.com/archives/169/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.633 seconds -->

