PDA

View Full Version : Flash Media Server in Linux Server...


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:

mr-webcam
05-10-2009, 10:06 PM
Check first the permissions of your file

fuji0050
05-28-2009, 11:33 AM
Adobe have released the next version of their advanced streaming and interactivity server, Flash media Server (also previously known as Flash Communication.

________________
IP PBX (http://www.inin.com/ProductSolutions/Pages/Enterprise-Interaction-Center.aspx)

lg101
06-03-2009, 06:41 AM
1. check the permissions.
2. use some traces on main.asc and check if its traced on server logs
3. use main.asc instead of Main.asc