Re: [Spam] [flexcoders] ImageSnapshot without scroll bars?

2009-08-20 Thread flexjunker
Hey Nick, yeah ImageSnapShot is a class that basically takes a UI component and 
spits out the bitmapData, which you can encode as a jpg / png. 

http://www.cs.vu.nl/~eliens/im/assets/flex3/langref/mx/graphics/ImageSnapshot.html

I just don't want the 'snap' of a container to have any scroll bars, although 
the container does (and needs at this point in time) to have them. I'm prolly 
just going to go with SWFObject and something like swiffit.

Unless anyone can come up with a solution...



[flexcoders] ImageSnapshot without scroll bars?

2009-08-19 Thread flexjunker
Anyone know of how to avoid the scroll bars in an imagesnapshot of a container?

Thanks.



[flexcoders] Re: ImageSnapshot without scroll bars?

2009-08-19 Thread flexjunker
Hey Fotis, 

I've tried all that and yes, if I resize the container according to it's 
children, then remove the scroll bars, it does allow me to take an 
ImageShapShot that is the correct size height and width. BUT it still has the 
bars and even strange black 'un-drawn' areas even after 
container.invalidateDisplayList().

My only other thought would be to use swfObject and allow the browser to resize 
according to the flex app.

junker