Re: [flexcoders] Referencing Hiddenfield in html page

2009-06-02 Thread Angelo Anolin
and the value returned by the javascript which I store in a variable can then be utilized by the application. Thanks for your help and ideas. Regards, From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Wednesday, 3 June, 2009 12:41:26 Subject: RE: [fl

RE: [flexcoders] Referencing Hiddenfield in html page

2009-06-02 Thread Tracy Spratt
s.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Angelo Anolin Sent: Tuesday, June 02, 2009 9:02 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Referencing Hiddenfield in html page Hi Tracy, I was able to work out something with the flashvars as you have suggested and am able to pass sta

Re: [flexcoders] Referencing Hiddenfield in html page

2009-06-02 Thread Angelo Anolin
then make that the flashvars be passing the hiddenfield value? Thanks. ________________ From: Tracy Spratt To: flexcoders@yahoogroups.com Sent: Tuesday, 2 June, 2009 11:59:13 Subject: RE: [flexcoders] Referencing Hiddenfield in html page You can use ExternalInterface to call

RE: [flexcoders] Referencing Hiddenfield in html page

2009-06-01 Thread Tracy Spratt
] On Behalf Of Angelo Anolin Sent: Monday, June 01, 2009 11:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Referencing Hiddenfield in html page Hi FlexCoders, As I am trying to build a simple little application, I want to know how flex can access a hiddenfield value in an html

[flexcoders] Referencing Hiddenfield in html page

2009-06-01 Thread Angelo Anolin
Hi FlexCoders, As I am trying to build a simple little application, I want to know how flex can access a hiddenfield value in an html (or aspx) page? In one of the old aspx application we have, we are using the HttpContext.Current.Request.ServerVariables to get the logged in User Name. Since I