Hello,
Let's say I have an .aspx page (example.aspx) which consists of a textfield, a
button and an embedded .swf. In the swf, i have a dynamic text box.
Can I write my name in the textfield in the .aspx page, click the button, and
my name appear in the dynamic text box in the embedded swf through remoting?
Thanks in advance.
T
meager - 18 Oct 2005 16:58 GMT
You would not need to involve remoting in this at all. You should be able to do
this via javascript. I haven't done this before, but I know it's possible. You
should be able to find a tutorial by looking at google. Now if you need to
actually write the data to the server from flash, then you will need to use
either remoting or a webservice.