Generating Flex like graphics server side

594 Views Asked by At

I know flex is a client side technology, but our customers are asking us to e-mail them reports (i.e. graphic images) that look just like the flex graphics we show them on the desktop on a nightly basis. Is there some server side technology that could help with this?

3

There are 3 best solutions below

0
On

Well you can always produce the graphics on your dev server, take a screenshot and e-mail them...can't you?

1
On

You can run a AIR app from the command line, write the report to disk and then have another process send the report as an email to the customer.

Its been done and it works.

0
On

Why don't you give them secure web access to the Flex project instead?

Its been done and it interactivly works. I belive Flex is all about interaction.