MontyCoder
05-08-2009, 10:18 PM
hi guys..
i am having strange problem...... my Flash Media Server is Installed in Linux System on lan...at office.....
Now the "Main.asc" file is been placed to the Flash Media Server....in Linux system... The problem is inside "Main.asc".. there is some functions and they are calling client's function. like...
newClient.call("logedIn", null, newClient);
for(var i=0; i < application.clients.length; i++){
if(newClient.name!=application.clients[i].name)
application.clients[i].call("newUserJoin",null,newClient);
}
it is supposed to call client's function but it is not calling it.
But When same file placed in my system(windows)... at FMS.. it works fine...
any one tell me what would be the problem.. and how to solve it...?
:confused:
i am having strange problem...... my Flash Media Server is Installed in Linux System on lan...at office.....
Now the "Main.asc" file is been placed to the Flash Media Server....in Linux system... The problem is inside "Main.asc".. there is some functions and they are calling client's function. like...
newClient.call("logedIn", null, newClient);
for(var i=0; i < application.clients.length; i++){
if(newClient.name!=application.clients[i].name)
application.clients[i].call("newUserJoin",null,newClient);
}
it is supposed to call client's function but it is not calling it.
But When same file placed in my system(windows)... at FMS.. it works fine...
any one tell me what would be the problem.. and how to solve it...?
:confused: