Groups | Blog | Home
all groups > macromedia flash flash remoting > october 2006 >

macromedia flash flash remoting : Help required on Flash Rmoting ..... Urgent a fresher


Sabarish2u
10/2/2006 1:12:53 PM
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
10/12/2006 3:02:51 PM
Sankalan
10/19/2006 9:42:43 PM
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)
AddThis Social Bookmark Button