Re: Queries problems regarding Flash in gwt(i.e., Flash+gwt)

2009-06-04 Thread Srihari Ch
Also, Is there anything like: Can we access Flash variables in gwt or else Can we pass data between Flash and gwt viceversa. Please reply me Yes/No If Yes, then How to do this? Srihari.Ch --~--~-~--~~~---~--~~ You received this message because you

Queries problems regarding Flash in gwt(i.e., Flash+gwt)

2009-06-04 Thread Srihari Ch
to pass the values from gwt to Flash and collect them in Flash and viceversa. But, how to do this? I spent 5 to 6 hours regarding this and atlast, I fixed it here.So that, there will be atleast a single hand which is ready to reply my query. Also, during my search through Google, I found

Communication of gwt with Flash/Flex(gwt+Flash/Flex)

2009-06-03 Thread Srihari Ch
Hi all, I am new to Flash environment as well as gwt environment. How can we pass gwt data from gwt clientside to Flash/Flex? (OR) How can we access gwt data into Flash/Flex from gwt clientside? Is there any Flash/Flex developer who worked with gwt (or) Any gwt

Re: Communication of gwt with Flash/Flex(gwt+Flash/Flex)

2009-06-03 Thread Srihari Ch
Also, I forgotted to mention the following: I am using gwt 1.5.3 and Flash CS3 with ActionScript 3.0. Srihari.Ch --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group

Re: data exchange from gwt to flash and back

2009-05-28 Thread Matt Bishop
I've built projects that do exactly this and was quite pleased with the results. My comm path was: browser1(flash - gwt -) server - browser2(gwt - flash) I was able to make between 30 and 60 transmits per second with small packets less than 1K in size on various browsers. Initially I used

data exchange from gwt to flash and back

2009-05-26 Thread Sandler
animation. The input should still be done by gwt, the server calculates everything and sends the data back to the client, where gwt parses the data to flash and flash starts to animate. shortly^^: gwt input - server - gwt - flash - animation - yeah unfortunately i dont know how i can manage this the best

Gwt And Flash

2009-02-13 Thread jagadesh
Hi Guys, iam trying to implement an application with flash and gwt . i just started now. my idea i will create a flash form with a 2 text boxes. and a submit buton. i will click on the button then i will keep the data entered in flash field to a gloabal variables .then i will call java script