you can!! There are 2 ways either you pass the values through 1.flash vars at time of embedding or 2.when ur swf is loading call a javascript function thru external interface, then give a ajax call, access the the session values for user name n password and then using the external interface ExternalInterface.addCallback method.
Hope I understood ur problem to which i gave the solution. On Apr 2, 12:11 pm, Karthik K <[email protected]> wrote: > hi HISSAM > i have one doubt > > my first screen is a jsp and and i am putting my bin folder in my web > application directory so when i enter my username and password in jsp page > can i get it in my flex application which is my second page > > any idea and any link > > -- > Karthik.k > Mobile - +91-9894991640 > > On 4/2/09, Karthik K <[email protected]> wrote: > > > > > hi HISSAM > > > thanks for the link > > > -- > > Karthik.k > > Mobile - +91-9894991640 > > On 4/2/09, HISSAM <[email protected]> wrote: > > >>http://livedocs.adobe.com/flex/2/langref/flash/external/ExternalInter... > > >> On Apr 2, 11:30 am, Karthik K <[email protected]> wrote: > >> > hi Ravi > > >> > thanks for your response > > >> > is there any demo application so that i can start my work > > >> > -- > >> > Karthik.k > >> > Mobile - +91-9894991640 > >> > On 4/2/09, Ravi Mishra <[email protected]> wrote: > > >> > > With the help of javascript you can achieve this. You have to write a > >> > > javascript function in HTML and then with the help of > >> > > ExternalInterface you can access that method in flex. > > >> > > Or you can pass your variables in HTML wrapper as flashvars and then > >> > > access those variables in your flex application as > >> > > Application.application.paremeters. > > >> > > HTH, > > >> > > -Ravi > > >> > > On Apr 2, 10:15 am, Karthik K <[email protected]> wrote: > >> > > > hi guys > > >> > > > how to pass information from html to flex and from flex to html > > >> > > > any idea > > >> > > > thanks > > >> > > > -- > >> > > > Karthik.k > >> > > > Mobile - +91-9894991640 > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

