Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
asu031 #1
call server script
I can not link the client to the server.
server started.
create a new directory "applications / app";
create it in the file "main.asc" with a simple code:
application.onConnect = function (clientObj)
{
application.acceptConnection(clientObj);
}
swf in writing to:
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://localhost/app");
nc.onStatus = function(info){
trace("Event: " + info.code + "\n"); // output: Event:
NetConnection.Connect.Failed
}
What could be the problem.
thanks
asu031 Guest
-
call one perl script within another
How Can I call a perl script within my main script If I do $response=`perl $somescript $args`; This will call a new perl process, and may be... -
Newbie Q: How to call another script ?
How can I call another script from my script? I can see how to call pre-defined procedures, like MySQL_Connect or so, but I want to call my own... -
how to call javascript from asp .net c# script ?
If a certain criteria happens with some data how do I show a javascript message box to notify the user ? I don't think I can use a validator... -
Is it possible to call Javascript's window close() from <SCRIPT RUNAT="SERVER">?
string strScript = "<script type=\"text/javascript\"><!--" + Environment.NewLine + "window.close();" + Environment.NewLine + "// --></script>"; if... -
OT: How to recursively call a script?
OT: How to recursively call a script? I've got a Solaris box, and I need to remotely restart the ssh daemon. On Debian, most init scripts...



Reply With Quote

