all groups > macromedia flash flash remoting > july 2004 >
You're in the

macromedia flash flash remoting

group:

Remoting Components Question


Remoting Components Question AvatarJBH
7/26/2004 8:27:37 PM
macromedia flash flash remoting:
I downloaded the flash remoting components and installed them on my machine. I
included this code on the flash movie to include some of the files. I'm trying
to get amfPHP to connect my flash movies to mySQL.

//Needed classes
#include "NetServices.as"
//just for debugging purposes
#include "NetDebug.as"
//Create the gateway and connect to the server
NetServices.setDefaultGatewayURL("http://localhost/Hello/gateway.php");
conn = NetServices.createGatewayConnection();

When I publish the movie I get the errors that netservices.as and netdebug.as
are not found. I've installed from macromedia the remoting components
correctly. Does anyone know why these files are not being found when I
publish? I'm also getting other errors but one thing at a time.

TIA
Re: Remoting Components Question reldruH
7/26/2004 11:43:28 PM
The way I understand it (which is not well at all), there are two parts to
Flash Remoting. One of them is the components, and the other is... I'm not sure
what, but it's another part that you need to have installed to make Flash
Remoting work.

You can download it from here: <a
href="http://www.macromedia.com/cfusion/tdrc/index.cfm?product=flash_remoting">F
lash Remoting</a>

Hope that helps.
AddThis Social Bookmark Button