Hi all,
I am fully new to flash.... i have little experience in ASP.Net..... I have
been asked to do a feasibility study on Flash Remoting with ASP.net..... I have
Flash 8 installed on my machine and i downloaded the Macromedia Flash Remoting
MX for .NET a nd installed it.... it created the default flashremoting folder
in inetpub\wwwroot and tested some examples... it worked fine
After that i created a new asp.net project "d:\Flashtest" .... i copied
flashgateway.dll TO MY BIN DIRECTORY and registered the module in web.config
after that i tried the following script from a flash document
// for flash remoting
import mx.remoting.NetServices;
init();
// init function
function init()
{
if (connected == null) {
connected = true;
NetServices.setDefaultGatewayUrl("http://localhost/Flashtest");
var my_conn = NetServices.createGatewayConnection();
trace (my_conn);
}
}
Here the my_conn is always returning undefined can anyone tell me why
THIS IS VERY IMPORTANT... CAN ANY ONE HELP ME PLEASE .... I HAVE TO DO IT IN
2-3 DAYS OR I MIGHT HAVE BIG PROBLEMS
Haris Ali - 12 Oct 2006 16:02 GMT
I am also facing the same problem
Sankalan - 19 Oct 2006 22:42 GMT
You can go through this article:
http://aspalliance.com/942_Working_with_Flash_Remoting_Using_NET
This article will give you a detail idea about Flash remoting with .NET, and
also has some sample project.
Thanks
Sankalan
(www.mindfiresolutions.com)