# Flash 8 problem w/ remoting (More)

**URL:** https://forum.kirupa.com/t/flash-8-problem-w-remoting-more/175921
**Category:** flash
**Created:** [January 18, 2006, 9:21pm UTC](https://forum.kirupa.com/t/flash-8-problem-w-remoting-more/175921 "2006-01-18T21:21:25Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![clem\_c\_rock](https://avatars.discourse-cdn.com/v4/letter/c/c6cbf5/32.png) [@clem\_c\_rock](https://forum.kirupa.com/u/clem_c_rock)
#### Post date: [January 18, 2006, 9:21pm UTC](https://forum.kirupa.com/t/flash-8-problem-w-remoting-more/175921/1 "2006-01-18T21:21:25Z")

</div>

Hello,

I was trying to convert some flash projects that use remoting from flash mx 2004 to flash 8. I first recieved this error w/ the old header includes:

#include “NetServices.as”  
#include “NetDebug.as”

Which I fixed by changing them to this:

import mx.remoting.NetServices;  
import mx.remoting.debug.NetDebug;

Now I have no remoting response at all but no errors.

Here’s how I’m setting up the old Netservices connection:

main\_responder = {};

NetServices.setDefaultGatewayUrl(“gateway.php”);  
var conn = NetServices.createGatewayConnection();   
service = conn.getService(“db\_interface”, main\_responder );

Is there any problem at this point or do I need to install a new version of Flash Remoting?

Thanks,  
Clem C
