Re: [Flashcoders] Arabic text loaded from database.

2009-08-23 Thread Omar Fouad
Ok I got it... But I cannot find a good documentation or getting started guide... On Wed, Aug 19, 2009 at 7:47 PM, Cedric Muller flashco...@benga.li wrote: Hi Omar, I did develop a dynamic arabic site using TextLayout Framework http://labs.adobe.com/technologies/textlayout/ It all went

[Flashcoders] Resizing Bitmap - Preserving Alpha

2009-08-23 Thread Karim Beyrouti
Hi All - I have this code that resizes a bitmap, which works very well. However - it does not preserve the alpha channel. I am not sure where i am going wrong: public static function resizeBitmap( originalBitmap : Bitmap , scaleFactor : Number ) : BitmapData{ var

[Flashcoders] Re: Resizing Bitmap - Preserving Alpha

2009-08-23 Thread Karim Beyrouti
Hmmm - figured it out a minute after posting... Conclusion: I am a bit of an idiot... sorry for the noise Here is the fix for the archives: var scaledBitmapData : BitmapData = new BitmapData( newWidth , newHeight , true , 0x00FF ); Hope you are all having a nice weekend... - k

RE: [Flashcoders] Flash security issue

2009-08-23 Thread Chris Foster
You could also use a standalone webserver - I've used 'Server2Go CD-ROM Webserver' before, it's quite customisable, and also gets me past all those annoying security issues. I like it as a solution because I don't need to do an extra version (as an .exe) of my projects, and I don't need to force