Groups | Blog | Home
all groups > flash data integration > december 2005 >

flash data integration : Sending variable from HTML to Flash


bilencekic
12/22/2005 9:09:59 AM
Hi,
I have a webproject to finisih. My codes on asp.net send mail without errors
but when my flash developer tries to send it from flash it doestn send but
gives no error. Mail is sending by using url and variables like
email.aspx?name=bilen&surname=cekic&email=..........
My developer says that he may use wrong codes and wants me to send a variable
from html to chech if flash send datas to asp.net section so a variable will
write success on sending else it will give failure.
I tried this but didint work i think.

<body MS_POSITIONING="GridLayout">
<form id="Form1" url='email.aspx?<%&send%>=<%=variable%>' method="post"
runat="server">
</form>
</body>

i think that code didint work.
What must i do?How can i send a variable from html to flash ?
kaunietiz
12/22/2005 9:44:29 AM
You could use JS with Flash JS Integration kit, where you can call functions from Flash to JS and vice versa. Have a look here:

AddThis Social Bookmark Button