Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / Flash / Flash Remoting / October 2006



Tip: Looking for answers? Try searching our database.

Help required on Flash Rmoting ..... Urgent a fresher

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sabarish2u - 02 Oct 2006 14:12 GMT
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)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.