Re: [flexcoders] Saving or Exporting application charts as images?

2008-07-03 Thread Sean Clark Hess
I've tried things like this before, and it never works.  I can't remember if
there's some way to do this natively with as3, or if I was doing it with a
swf2exe tool, but either way, it sucks.

Send the data serverside and regenerate it there.  Your serverside language
should have some packages to create images or pdfs or something.  It's
annoying to generate the report in two places, but it's the only way I know
how to do it.

On Thu, Jul 3, 2008 at 6:04 AM, cox.blair <[EMAIL PROTECTED]> wrote:

>   Hi everyone,
>
> Our application will have charts and it will be required that the user
> be able to save these charts as an image suitable for use in MS Office
> products - ie. Word & PowerPoint. The user shouldn't have to perform
> any editing or cropping.
>
> Any ideas on how this could be accomplished - from within the application?
>
> Thanks,
>
>  
>


[flexcoders] Saving or Exporting application charts as images?

2008-07-03 Thread cox.blair
Hi everyone,

Our application will have charts and it will be required that the user
be able to save these charts as an image suitable for use in MS Office
products - ie. Word & PowerPoint. The user shouldn't have to perform
any editing or cropping.

Any ideas on how this could be accomplished - from within the application?

Thanks,