Re: [Flashcoders] Printing filters from the Flash Player

2008-10-28 Thread Gert-Jan van der Wel
Hi Glen, This is quite similar to what we did. We first created a BitmapData of the scene and then printed that. Even posted about it :-) http://techblog.floorplanner.com/2008/10/22/printing-and-big-bitmaps/ But it feels like there should be an easier way... Gert-Jan 2008/10/25 Glen Pike [EMAIL

RE: [Flashcoders] Printing filters from the Flash Player

2008-10-25 Thread Cor
And how does this look in AS3?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen Pike Sent: zaterdag 25 oktober 2008 0:30 To: Flash Coders List Subject: Re: [Flashcoders] Printing filters from the Flash Player Hi, Here is some AS2 code that I

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-25 Thread Eric E. Dolecki
: zaterdag 25 oktober 2008 0:30 To: Flash Coders List Subject: Re: [Flashcoders] Printing filters from the Flash Player Hi, Here is some AS2 code that I wrote to do this - the _toPrint is a MovieClip containing lots of stuff with filters on. There is scaling too - depending on whether

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-25 Thread Paul Andrews
- Original Message - From: Cor [EMAIL PROTECTED] To: 'Flash Coders List' flashcoders@chattyfig.figleaf.com Sent: Saturday, October 25, 2008 11:22 AM Subject: RE: [Flashcoders] Printing filters from the Flash Player And how does this look in AS3?? That's for us to check after you've

[Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Gert-Jan van der Wel
Hi there, We use filters (shadows and glows) to make the scene look better. At some point a user can print what they've created, but the print shows no filters. Is there an easy way to get the filters on the print? Gert-Jan ___ Flashcoders

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Jim McIntyre
Gert-Jan van der Wel wrote: Hi there, We use filters (shadows and glows) to make the scene look better. At some point a user can print what they've created, but the print shows no filters. Is there an easy way to get the filters on the print? Have you tried printAsBitmap? I found that was

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Gert-Jan van der Wel
Hi Jim, Yeah we tried the printAsBitmap option, but it didn't make much of a difference. We're now looking at creating a BitmapData and printing that. Maybe that works. Gert-Jan Op 24 okt 2008, om 15:17 heeft Jim McIntyre het volgende geschreven: Gert-Jan van der Wel wrote: Hi there,

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Glen Pike
Hi, Here is some AS2 code that I wrote to do this - the _toPrint is a MovieClip containing lots of stuff with filters on. There is scaling too - depending on whether the user has chosen portrait or landscape - for later AS3 code, I worked out the orientation and rotated the printed image