Re: [flex_india:29888] error 2148 :: swf files run from localhost cannot access image in e:/

2010-05-07 Thread sukumar chowdary
Hi Divya, To Run a flex app from local file system due to flash player security issues(cross domain) it results in error Try -use-network=false to the additional compiler arguments, this might do the needful Thanks, Sukumar On Thu, May 6, 2010 at 8:54 AM, Abhinav Mehta wrote: Hello Divya > >

Re: [flex_india:27534] zoom in and zoom out

2009-12-27 Thread sukumar chowdary
Hi check out these links these could do the needful for u http://www.cynergysystems.com/blogs/blogs/andrew.trice/ImageZoomer/ZoomDemo.html http://www.insideria.com/2008/03/image-manipulation-in-flex.html

[flex_india:26377] Re: Flex Print

2009-11-04 Thread sukumar chowdary
Hi , Jus add printJob.printAsBitmap = false; this wil give u smooth print. regards, Sukumar On Wed, Nov 4, 2009 at 12:25 PM, amit doshi wrote: > > Hello Guys, > > Can any one help me how to print smooth? > > I am using this code > > import mx.printing.FlexPrintJob; > public func

[flex_india:25623] Re: what is preinitialize, intialize, creationcomplete , update complete , application complete ?

2009-10-03 Thread sukumar chowdary
Hi jus refer... http://flexcomps.wordpress.com/2008/05/09/flex-component-life-cycle/ On Sat, Oct 3, 2009 at 6:11 PM, murugesan munusamy < murugesh.gro...@gmail.com> wrote: > > Hi every body, > > what is preinitialize, intialize, creationcomplete , update complete , > application comp