Monday, September 11, 2006

Second experiment with floodFill and tolerance (sssspeeddd)

Second experiment with floodFill and tolerance
improve algorithm (sssspeeeeddddd)


New security model - Flash 9

Flash 9 Player introduce a new security model, the basic concepts are:
- Resources in the same security sandbox (local or network) can always access each other .
- Resources in a remote sandbox can never access local resources

Now the flash player checks for "exact domain" so:

http://a.com
http://www.a.com
http://www.a.b.com
https://www.a.com

are different sandbox.
You can bypass the sandbox using cross domain xml and Security.allowDomain() method

source:
http://www.adobe.com/devnet/flashplayer/articles/flash_player_9_security.pdf

Thursday, September 07, 2006

CreaAvatar - Make your Avatar with Flash

After 2 months of work, finally is online
creaAvatar
With this application you can create your avatar and then generate the image file (jpeg).

Flood Fill Tolerance AS3 - First Experiment

First experiment with floodFill and tolerance



Flash + Ajax Fjax

Fjax puts a Flash engine to handle realtime XML/HTML content loading, instead using XMLHttpRequest.