| andromedia designs admin 2004-03-14, 2:29 am |
| i feel your sorrow; i am in the same boat, i am trying to submit to an .asp but
it wont work. i did find out something that might help, in flash there is a
"send" function in the library. it is found in
->built in classes
-->client/server
---->xml
----->methods
------>send
if i can remember the function it is "instancenumber.send()"
in those brackets go the values of , action, method
for those values i put in "result.asp", "post"
so mine looked like "instancenumber.send("result.asp","post")"
i found this in the library and it wont work for me, flash just gives me an
error. i was hoping that this would act as a "submit" button.
i would think that what we are trying to achieve here should work for .jsp,
and .asp, and .xml
anyways, if you find anything out, then post it here so that i can work out my
problem
my email is andromedia_designs@hotmail.com
|