Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-08-01 Thread Ramon Miguel M. Tayag
I wrote something a while back it's up in Flashkit. That may have been the one you saw. BitmapDataManager. http://board.flashkit.com/board/showthread.php?t=659163 On 7/31/06, Seb L [EMAIL PROTECTED] wrote: Hi guys, So cacheAsBitmap is great, but it re-renders the bitmap every time you

Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-08-01 Thread Ramon Miguel M. Tayag
The problem with that is once you rotate or scale it it reverts back to vector. Also another neat thing about dynamically forcing something to become a bitmap is it makes your sites loads smaller (as compared to raster), if it's a largely vector site. The problem with largely vector drawings is

[Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-07-31 Thread Seb L
Hi guys, So cacheAsBitmap is great, but it re-renders the bitmap every time you scale or rotate. I remember seeing some code that you could apply to a movie clip and it manually cached a bitmap version of the clip, which was scaled and rotated as a bitmap... but I can't remember where... can

Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-07-31 Thread eric dolecki
If you are scaling and rotating a clip often, it wouldn't seem likely to be a good candidate for cacheAsBitmap in the first place. - e.d. On 7/31/06, Seb L [EMAIL PROTECTED] wrote: Hi guys, So cacheAsBitmap is great, but it re-renders the bitmap every time you scale or rotate. I remember

RE: [Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-07-31 Thread Howard Nager
mailing list Subject: Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate If you are scaling and rotating a clip often, it wouldn't seem likely to be a good candidate for cacheAsBitmap in the first place. - e.d. On 7/31/06, Seb L [EMAIL PROTECTED] wrote: Hi guys, So cacheAsBitmap

Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-07-31 Thread Seb L
the BitmapData draw() methos? You could display (scale/rotate) the bitmap instead of the cacheAsBitmap movieclip. -Original Message- From: [EMAIL PROTECTED] on behalf of eric dolecki Sent: Mon 7/31/2006 8:20 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Custom cacheAsBitmap

Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate

2006-07-31 Thread John VanHorn
of the cacheAsBitmap movieclip. -Original Message- From: [EMAIL PROTECTED] on behalf of eric dolecki Sent: Mon 7/31/2006 8:20 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] Custom cacheAsBitmap with scale and rotate If you are scaling and rotating a clip often, it wouldn't seem likely