DCSIMG
flash - מקודד לשווא

Browse by Tags

All Tags » flash (RSS)

Announcing Box2D Flex framework by danielisimo

Prefix In a previous post demonstrating box2d integration with flex I made a promise (mainly to myself) to share the demo code. When I started to review with sharing in mind it looked cumbersome and overly verbose. So I started cranking on it fixing and straightening the code & architecture and step by step I realized that I'm creating a small Integration layer rather then a POC. Announcing Box2DFlex Box2DFlex framework allows you easely integrate box2d into flex framework using mxml. The...

Flash - masking device fonts by danielisimo

When using mask layers or rotation device fonts disappear , until now the answer was embedding the fonts . lately i found a nice trick that applies from flash 8 ,and that's cache as bitmap , the API applies to any object inherited from DisplayObject myLable.cacheAsBitmap = true; this API enables masking and rotating text that is not embedded to the swf, and thus reducing the download size and support internationalization scenarios.
Powered by Community Server (Commercial Edition), by Telligent Systems