Archive

Archive for August, 2008

AMFPHP chapter 7 Files for Essential Guide to Open Source Flash.

August 28th, 2008

Updated file for Essential Guide to Open Source Flash chapter 7. There were several files that were missing on book website. I am working on getting that updated but until then here they are! Chapter Files

Thanks to those that pointed this out:
http://wadearnold.com/blog/?p=32

AMFPHP, Flash Platform

Arial & _sans font size 11 crop’s textfield

August 11th, 2008

TextField in Flash CS3 can’t render default fonts without cropping text. Look at the image below as it really showcases the W getting cropped out.

renderissue.png

This is to bad because there are only so many fonts that you can assume to use without having to embedded an additional font. Thanks JJ for getting to the bottom of this issue!

wdemo.swf

ActionScript 3, Flash Platform

AMFPHP 1.9 Update in SVN

August 1st, 2008


I have updated the SVN repository to fix a couple issues that were found over the last couple months. If you are a major amfphp user please check out a version and test that nothing else was broken, ;-) , and that these issues where resolved for you.

 

  • Bug Fix to handle ByteArray when ByteArray already exists.
  • Bug Fix for PHP5 overridden ArrayAccess and ArrayObjects with an explicit type
  • Update to handle disk I/O of finding services faster.
  • Update to handle disk I/0 for class mapping faster.

 

https://sourceforge.net/svn/?group_id=72483

 

As a heads up I am trying to get a final bug free release that STILL has php4 support.

AMFPHP, Flash Platform