Re: [flex_india:30826] Testing Flex code

2010-07-23 Thread Radu Toev
Hi, I use ASUnit and I am very happy with it http://asunit.org/ . On Fri, Jul 23, 2010 at 9:17 AM, Akshar wrote: > I want to write test cases for my flex application. what is the best > place to start and what test suite should i use. I want to test both > UI as well as action script code. > >

Re: [flex_india:30826] show ppt in flex

2010-07-23 Thread Thiago Segato
Hi This might help a little. Sorry my bad english. ;) http://lbms03.cityu.edu.hk/studproj/cs/2009csycs122.pdf -- 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 un

[flex_india:30826] Anne Kathrine Petteroe speak on Enterprise Rich Internet Applications with the Adobe Flash Platform

2010-07-23 Thread Shankar Jain
Do you want to develop Rich Internet Applications for the enterprise? Do you want to know how Flex integrates with enterprise services using LiveCycle DS/BlazeDS? Anne Kathrine Petteroe will be in Bangalore this August to explain how you can use Adobe's Flash Platform to develop Rich Internet Appli

[flex_india:30826] How to get image type from a url ?

2010-07-23 Thread zhucm
here is a url, this is a image ,a gif image: http://ss6.sinaimg.cn/orignal/6927e7a5g8c0b46dad845&690 but the url is not use the image file name directly. How can I get the image type from this url ? any help/idea is great help for me thanks... -- You received this message because you are subsc

Re: [flex_india:30830] How to get image type from a url ?

2010-07-23 Thread Pranav Negandhi
You can use Sockets to retrieve the mime-type of the file. .p On Fri, Jul 23, 2010 at 5:59 PM, zhucm wrote: > here is a url, this is a image ,a gif image: > http://ss6.sinaimg.cn/orignal/6927e7a5g8c0b46dad845&690 > > but the url is not use the image file name directly. > > How can I get the ima

Re: [flex_india:30830] E4X back traversing question

2010-07-23 Thread Vijay
Try with . Dot notations Regards Sidhu Sent from iPhone On Jul 22, 2010, at 2:39 PM, Komal Mehta wrote: Hi, I have to traverse an xml back from the child node, if that child node contains a specific attribute. 11580