Re: [flexcoders] Flex 3 can save chart as image

2008-03-13 Thread coder3
OTECTED] > >> >> wrote: >> >> > >> >> >> >> >> >> but i do need to support IE. >> >> >> >> >> >> is there a sample of creating an image in flex and then call a >> >> >> jsp/se

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread Josh McDonald
dow? > >> >> > >> >> i don't want to use FileReference to upload/download. i want to show > >> the > >> >> image to a popup so that user can copy and paste it to the > clipboard. > >> >> > >> >> C > &g

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread coder3
that user can copy and paste it to the clipboard. >> >> >> >> C >> >> >> >> >> >> Frederico Garcia wrote: >> >> > >> >> > Paul Andrews escreveu: >> >> >> - Original Message - >>

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread Josh McDonald
the > >> image to a popup so that user can copy and paste it to the clipboard. > >> > >> C > >> > >> > >> Frederico Garcia wrote: > >> > > >> > Paul Andrews escreveu: > >> >> - Original Message - >

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread coder3
Original Message - >> >> >> >> *From:* Frederico Garcia >> <mailto:[EMAIL PROTECTED] >> > >> >> *To:* flexcoders@yahoogroups.com >> > flexcoders@yahoogroups.com > >> >> *Sent:* Saturday, March 08, 2008 3:30 AM >> &

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread Brendan Meutzner
eu: > >> - Original Message - > >> > >> *From:* Frederico Garcia <mailto:[EMAIL > >> PROTECTED] > > > >> *To:* flexcoders@yahoogroups.com flexcoders@yahoogroups.com > > >> *Sent:* Saturday, March 08, 2008 3:30 AM > >>

Re: [flexcoders] Flex 3 can save chart as image

2008-03-11 Thread coder3
ch 08, 2008 3:30 AM >> *Subject:* Re: [flexcoders] Flex 3 can save chart as image >> >> Paul Andrews escreveu: >>> - Original Message - >>> From: "coder3" <[EMAIL PROTECTED]> >>> To:

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Josh McDonald
Ah right, of course, I forgot about data:// Since it's not IE friendly it's not something I'd recommend - or think of, apparently ;-) -J On Fri, Mar 7, 2008 at 10:41 AM, Frederico Garcia <[EMAIL PROTECTED]> wrote: > Josh McDonald escreveu: > > > That can't be done from Flex unfortunately due

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Frederico Garcia
Josh McDonald escreveu: > That can't be done from Flex unfortunately due to security > restrictions on the Flash player. You'll need some sort of server-side > support for that. > > -J > > On Fri, Mar 7, 2008 at 10:27 AM, coder3 <[EMAIL PROTECTED] > > wrote: > > > i

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Josh McDonald
That can't be done from Flex unfortunately due to security restrictions on the Flash player. You'll need some sort of server-side support for that. -J On Fri, Mar 7, 2008 at 10:27 AM, coder3 <[EMAIL PROTECTED]> wrote: > > is there a sample to download chart? > > C > > > coder3 wrote: > > > > Hi,

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread coder3
is there a sample to download chart? C coder3 wrote: > > Hi, > > I have heard that you can save the chart as image in flex3, with some > built-in features, is that true? > > or is it pretty easy to do in flex2 too? how? > > -C > -- View this message in context: http://www.nabble.com/F

Re: [flexcoders] Flex 3 can save chart as image

2008-03-06 Thread Josh McDonald
Easy enough: var bmd : BitmapData = new BitmapData(sourceComponent.width, sourceComponent.height, true,0); bmd.draw(sourceComponent); -J On Fri, Mar 7, 2008 at 10:15 AM, coder3 <[EMAIL PROTECTED]> wrote: > > Hi, > > I have heard that you can save the chart as image in flex3, with some > built-i

[flexcoders] Flex 3 can save chart as image

2008-03-06 Thread coder3
Hi, I have heard that you can save the chart as image in flex3, with some built-in features, is that true? or is it pretty easy to do in flex2 too? how? -C -- View this message in context: http://www.nabble.com/Flex-3-can-save-chart-as-image-tp15885511p15885511.html Sent from the FlexCoders