[Flashcoders] Max MovieClip Size Before Filters are Dropped?

2008-02-07 Thread Mark Hawley
Anyone know the maximum size, in pixels, a MovieClip can be before Flash
refuses to apply filters to it? It seems to be dependent on the filter
parameters, making me think there's a max size on the rendered clip.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Max MovieClip Size Before Filters are Dropped?

2008-02-07 Thread Zeh Fernando

2880 pixels on any dimension. It's mentioned somewhere in the documentation.

Mark Hawley wrote:

Anyone know the maximum size, in pixels, a MovieClip can be before Flash
refuses to apply filters to it? It seems to be dependent on the filter
parameters, making me think there's a max size on the rendered clip.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Max MovieClip Size Before Filters are Dropped?

2008-02-07 Thread Jesse Graupmann
Mark,


A quick way around that is to use the scrollRect property. While it'll cause
some new annoying issues, it'll be the best fix for the size problem.


image.scrollRect = new Rectangle ( 0, 0, 100, 100 );


AS 3
http://www.gskinner.com/blog/archives/2006/11/understanding_d.html 

AS 2
http://www.sephiroth.it/tutorials/flashPHP/scrollRect/




_

Jesse Graupmann
www.jessegraupmann.com 
www.justgooddesign.com/blog/ 
_



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Zeh Fernando
Sent: Thursday, February 07, 2008 11:29 AM
To: Flash Coders List
Subject: Re: [Flashcoders] Max MovieClip Size Before Filters are Dropped?

2880 pixels on any dimension. It's mentioned somewhere in the documentation.

Mark Hawley wrote:
 Anyone know the maximum size, in pixels, a MovieClip can be before Flash
 refuses to apply filters to it? It seems to be dependent on the filter
 parameters, making me think there's a max size on the rendered clip.
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Max MovieClip Size Before Filters are Dropped?

2008-02-07 Thread Pedro Kostelec
isn't there a way to maximise this limitation?

On Feb 7, 2008 8:28 PM, Zeh Fernando [EMAIL PROTECTED] wrote:

 2880 pixels on any dimension. It's mentioned somewhere in the
 documentation.

 Mark Hawley wrote:
  Anyone know the maximum size, in pixels, a MovieClip can be before Flash
  refuses to apply filters to it? It seems to be dependent on the filter
  parameters, making me think there's a max size on the rendered clip.
  ___
  Flashcoders mailing list
  Flashcoders@chattyfig.figleaf.com
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 ___
 Flashcoders mailing list
 Flashcoders@chattyfig.figleaf.com
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




-- 
Pedro D.K.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders