Re: [Flashcoders] MAX

2010-10-26 Thread Henrik Andersson
Merrill, Jason skriver: And don't forget the free Droid 2s they gave us and Martha Stewart paying a visit. :) I didn't those parts where important enough to mention. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] MAX

2010-10-26 Thread allandt bik-elliott (thefieldcomic.com)
* Game controller support * Hardware accelerated 3D there's a combo and a half for you a On 26 October 2010 10:01, Henrik Andersson he...@henke37.cjb.net wrote: Merrill, Jason skriver: And don't forget the free Droid 2s they gave us and Martha Stewart paying a visit. :) I didn't those

[Flashcoders] mod_socket_policy: Apache module for serving socket policy file

2010-10-26 Thread Alexander Farber
Hello, I'd like to send a short note about my Apache module for serving socket policy file in a more effective and secure way than many current scripts on the net do: It can't be blocked by a slow/malicious client, runs with reduced privilleges (as apache, www, nobody, YMMV) and doesn't read any

[Flashcoders] Re: Removing movieClip from memory

2010-10-26 Thread Jeremy Hicks
We've created a class for tracking what is in memory. It doesn't add any cleanup functions but it gives a good indicator what's there so you can see if your efforts are having a positive effect. package debug { import flash.events.TimerEvent; import flash.utils.Timer;

Re: [Flashcoders] Re: Removing movieClip from memory

2010-10-26 Thread Henrik Andersson
Jeremy Hicks skriver: We've created a class for tracking what is in memory. It doesn't add any cleanup functions but it gives a good indicator what's there so you can see if your efforts are having a positive effect. Can't you use the flash.sampler package to track things automatically?