Re: [flex_india:29185] Re: as3 decompiler

2010-03-15 Thread Arindam Mojumder
Sothink decompiler. On 16 March 2010 00:34, kanu kukreja wrote: > Does anyone know of a good SWF assembler/disassembler pair? > > -- > You received this message because you are subscribed to the Google Groups > "Flex India Community" group. > To post to this group, send email to flex_in...@goo

[flex_india:29184] jquery ajax only working with IE; not working with firefox 3x (and any other browser)

2010-03-15 Thread gurpreet
Hi I am making an ajax request using jquery. It's working perfectly with IE but when I test it in any other browser either the call gets stuck with no result or returns a success with no data. Neither GET nor POST works. url is a https web service location on a different server.

[flex_india:29183] Re: as3 decompiler

2010-03-15 Thread kanu kukreja
Does anyone know of a good SWF assembler/disassembler pair? -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from this group, send email to flex_india+unsub

[flex_india:29182] as3 decompiler

2010-03-15 Thread kanu kukreja
Any idea of decompiler which decompiles flash code and check click and recompile flash code that is fixed. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe f

Re: [flex_india:29181] If Flex itself is a framework..Why Cairngorm or Mate??

2010-03-15 Thread abhilash M
thanks sourabh, i'm learning MVC, this is best summary one can give.. -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to flex_in...@googlegroups.com. To unsubscribe from this group, send email to

Re: [flex_india:29180] If Flex itself is a framework..Why Cairngorm or Mate??

2010-03-15 Thread shalu popli jain
Flex is a framework, with classes / api's to work on. But Cairngorm / Mate / PureMVC are the architectures with design patterns, to design the architecture of your application and to manage your application's code. On Mon, Mar 15, 2010 at 6:28 PM, Sandy wrote: > Hi, > I started using flex recent

Re: [flex_india:29179] If Flex itself is a framework..Why Cairngorm or Mate??

2010-03-15 Thread Saurabh Narula
Hi, I think you should look at this ppt - http://www.slideshare.net/stanconstan/flex-framework-presentation-ppt Flex framework is called a "framework" because it helps you to understand things in a more abstract way, you can solve a complex problem using a framework without really caring about t

Re: [flex_india:29178] interview questions aditya birla anyone plZ discuss

2010-03-15 Thread krishna shinde
H alll http://flexcomps.wordpress.com/2008/05/09/flex-component-life-cycle/ plz. go through this it will explain u everything On Mon, Mar 15, 2010 at 5:03 PM, manish sankhe wrote: > attached flow diagram is wrong..please find the corrected comments on adobe > live docs > > On Sat, Mar 13,

[flex_india:29177] If Flex itself is a framework..Why Cairngorm or Mate??

2010-03-15 Thread Sandy
Hi, I started using flex recently and now I 'm able to develop applications in flex. I came to know that there are some frameworks in flex.And When I browsed for details, I always find information related to comparision of various frameworks. But I 'm not able to find any info, what a flex framewo

Re: [flex_india:29176] interview questions aditya birla anyone plZ discuss

2010-03-15 Thread krishna chaitanya kambhampati
Hi Check The below link for component life cycle in detailed http://www.slideshare.net/rjowen/component-life-cycle On Mon, Mar 15, 2010 at 5:13 PM, manish sankhe wrote: > preinitialize and initialize events of component should be after child > added event of container. (where as in flow diagram

Re: [flex_india:29175] interview questions aditya birla anyone plZ discuss

2010-03-15 Thread Saurabh Narula
The diagram is slightly misleading, in a nutshell a component has 3 life cycle phases - 1. Birth Construction -> Addition -> Initialization In construction phase you generally do var b:myButton = new Button() In Addition phase you do this.addChild(b) In Initialization, initialize() is called b

Re: [flex_india:29173] interview questions aditya birla anyone plZ discuss

2010-03-15 Thread manish sankhe
attached flow diagram is wrong..please find the corrected comments on adobe live docs On Sat, Mar 13, 2010 at 12:37 PM, Abhinav Mehta wrote: > Hello Praveen > > The correct sequence-phases of the component life-cycle are: > Construction -> Addition-> Intialization -> Invalidation -> Validation ->

Re: [flex_india:29174] interview questions aditya birla anyone plZ discuss

2010-03-15 Thread manish sankhe
preinitialize and initialize events of component should be after child added event of container. (where as in flow diagram its shown after the initialize event of container) On Mon, Mar 15, 2010 at 5:03 PM, manish sankhe wrote: > attached flow diagram is wrong..please find the corrected comments

Re: [flex_india:29172] Re: how to parse xml data in flex to view image

2010-03-15 Thread krishna chaitanya kambhampati
Hi Naba, Its better to give the complete path in the XML ** *http://www.adobe.com/2006/mxml"; layout="absolute" verticalAlign="top"* *horizontalAlign="center" paddingTop="0" applicationComplete="srv.send() ">* * * * * * *** * *** * * ** * * *gallery.xml* * ===

Re: [flex_india:29171] Re: regarding install option for like tourdeflex

2010-03-15 Thread krishna chaitanya kambhampati
Hi Swapnil, Thanks for reply I already found and working on it On Mon, Mar 15, 2010 at 3:51 PM, Swapnil wrote: > HI, > > go though below link: > > http://www.adobe.com/devnet/air/articles/air_badge_install.html > > Thanks, > Swapnil > > > On Mar 15, 11:01 am, krishna chaitanya kambhampati > w

[flex_india:29170] Re: how to parse xml data in flex to view image

2010-03-15 Thread naba
hi thanks for your reply.my xml structure is as bellow: item1.jpg item1.jpg item2.jpg item3.jpg item2.jpg item1.jpg item2.jpg item3.jpg

[flex_india:29169] Re: regarding install option for like tourdeflex

2010-03-15 Thread Swapnil
HI, go though below link: http://www.adobe.com/devnet/air/articles/air_badge_install.html Thanks, Swapnil On Mar 15, 11:01 am, krishna chaitanya kambhampati wrote: > Hi All, > > How display *install* option like tourdeflex > > Thanks in advance > > -- > Thanks & Regards, > K. Krishna Chaitany

Re: [flex_india:29168] how to parse xml data in flex to view image

2010-03-15 Thread krishna chaitanya kambhampati
use E4X to parse the xml it would be fast. I think you will store the path of the image as an attribute of child of the XML node assign that path to the source property of the image tag On Mon, Mar 15, 2010 at 10:28 AM, naba wrote: > Hi all >I just want to know how to parse XML data in fl

Re: [flex_india:29167] Is it possible to view PDF file before uploading in web application?

2010-03-15 Thread dileep singh
Thanks Aksar. But do u know how to read PDF file in web application.That application is reading text file. Regards Dileep On Sun, Mar 14, 2010 at 10:57 PM, Akshar Kaul wrote: > see the following link to know how to read local file using file reference > :- > > > http://www.mikechambers.com/blog/

[flex_india:29166] regarding install option for like tourdeflex

2010-03-15 Thread krishna chaitanya kambhampati
Hi All, How display *install* option like tourdeflex Thanks in advance -- Thanks & Regards, K. Krishna Chaitanya ARIJASOFT - HYD www.arijasoft.com -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to