Do not use only ’embed’ tag when using Flex 3/Flash Actionscript 3 ExternalInterface. The communcation with only embed tag works with Firefox and no other browser. If you want to put the IE on work add the ‘object’ tag as well.
Tag Archives: flash
Bitmaps in actionscript 3
In actionscript 3 the bitmaps are stored with 4 bytes for each pixel. There are three bytes for RGB and one for the alpha channel. So you should be carefull when passing images to the flash, cause 20×20 pixel image will be using apx. 1600 bytes of RAM, to optimize this send the image as it should appear on stage and do not resize.
amfphp – is there a problem with the serizalized data?
We’ve been working on a amfphp using project, but as it appears there is some problem with serializing data. I cannot say yet where exactly the problem is, but I suppose i comes from dashes in transfered data.