Hello everyone,
.asp will be sending flash some values, I would like to get these values and send it to an email within actionscript. What I’m trying to do is for Flash to send “bananas” to .NET and if .NET doesn’t receive “bananas”, then .NET will send an error to Flash, I want to grab this error message and send it to some Admin email address. All of these is happening while the user just get an error message that “bananas” wasn’t receive by .NET
In other words, if Flash didn’t send some stuff to .NET, .NET will tell Flash that there is an error, what type of error, so then Flash will grab these values errors and send that info to some Admin via email in actionscript. all of these is happening in the backend or in actionscript.
is this possible? :cowbell: