Amfphp.net updated

October 20th, 2008

I was able to restore the amphp.org website to it’s repviouse state. We are working on getting a new wiki based website launched wich should allow for better collaberation about the topic.

AMFPHP, Flash Platform

Zend Amf Class based Lazy loading. How do you want it ?

October 16th, 2008

In AMFPHP you were able to specifiy a services directory and a VO directory. The main reason that I remember that we created a VO directory was so that the service browser did not look into that directory. Does anyone have a reason why they would want a different directory for services and VO’s? Respond quick as I am leaning towards just having a services directory!

AMFPHP, Flash Platform, Zend_Amf

Amfphp.org domain issues?

October 9th, 2008

Update: Sourceforge moved. We are getting DNS updated!

I am not sure what is going wrong with the domain name but I am trying to figure it out. If anyone has any ideas let me let me know.

AMFPHP, Flash Platform

Zend Amf Test Cases 87.45% Lines covered

October 9th, 2008

87.45% of all lines of Zend Amf now have a unit test in order to assure the functionality. Although painful it turned out to be a great experience for re factoring out a lot of useless code. It also prepares users with a tool set to prove that everything is working properly before they base there application on Zend_Amf’s functionality. Thanks Matthew Weier O’Phinney for your hand holding help!

All Green Feels So good!

ActionScript 3, Flash Platform, Zend_Amf

Zend Amf Class Mapping

September 24th, 2008

The latest version of Zend Amf in the incubator has full support for type mapping of objects. Check out this screen cast, now w/ audio, that shows the there different ways that you can set the return type of an object when it comes back to flex. Thanks Kevin for the PHP classes for the example!

Zend Amf Class Mapping Adobe Mirror Thanks Lee Brimelow and Kevin Hoyt for the bandwidth from Adobe!

Zend Amf Class Mapping screencast I only have 2 gigs of transfer

If you have tried to work with the files in the incubator please update them as Class Mapping was not included in the last checkin.

ActionScript 3, Flash Platform, Zend_Amf

AS3 boolean now supported in Zend Amf

September 15th, 2008

Congratulations to Shaun Smith for pointing out the last serialization bug in the Zend_Amf code base. This morning at ZendCon_08 I was able to find this bug and get it fixed and checked into the incubator.

So there is an As3 data type for As3_Bool_true and AS3_Bool_false. Interesting to have two meta data tags to define the second value that can only be of two types. Of course how could I have missed that!

If you are a flash/Flex developer at ZendCon make sure you come talk to me during the conference. I have already ran into a buddy of mine Robert Taylor that I have not seen for two years. It was great to catch up and I am sure that we will spend some more time together. Join us!

Also I am twittering so follow me. I just started using twitter this weekend for this conference. I have found that it’s purpose is for those that can’t figure out how to get IRC to work.

Flash Platform, Zend_Amf

Zend Amf data type mapping & free book from Apress

September 15th, 2008

Flex data types are round tripped to an PHP class where there native type is manipulated. This program was written to help me test all the different AMF3 data types and how they will be sent to and received from PHP. Check out the video to see almost all data types round tripping. Be the first to post what data type didn’t work and still needs to be fixed before Zend Amf is ready and win a copy of the Essential Guide To Open Source Flash

Zend Amf Round Tripping

Flash Platform, Zend_Amf

Zend Amf w/ RemoteObject video

September 14th, 2008

updated features
RemoteObject now works with AS3 connections to Zend_Amf enabling Flex to take full advantage of the Zend Framework. Check out the video to see a simple example. I have to get back to work on additional features and possibly even my presentation!

Watch Flex Talk to Zend

Come say hi if you see me at ZendCon! The hotel is really nice!

roomZendCon room

ActionScript 3, Flash Platform, Zend_Amf

Zend Amf Preview Video

September 11th, 2008

Updated Features

I have upload a screen cast of some of the stuff that I am doing with Zend Amf. Next week I will be at ZendCon talking about how to leverage Flex w/ the Zend framework.  Nothing fancy but at least you get the idea of what I have been up to! See you next week and I will try and have another video up tomorrow night if anyone is actually interested. 
Zend Amf example screen cast

Flash Platform, Speaking, Zend_Amf

calling all AMF parser coders

September 1st, 2008

The first byte of an AMF envelope actually does have a meaning. I was able to email with Peter Farland from Adobe tonight as I was finishing up some code rework for Zend_AMF and he explained that the first two bytes are actually one value and read as an unsigned short integer. I have updated the documentation on OSFlash. Lets see how long it takes for every opensource AMF implementation to not have code that says something like this in AMFPHP:

$topByte = $this->readByte(); // ignore the first two bytes --  version or something
$secondByte = $this->readByte(); //0 for Flash 8, 1 for FlashComm, 3 for flash player 9

AMFPHP, Flash Platform, Zend_Amf