Question
set.BandwidthLimit Problem
Hello There im trying to set the bandwidth on the serverside
But i feel Nothing is Changing When i set the bandwidth with deffreint Values ServerToClient and ClientToServer
and here is the Code of my Server Side Actionscript :
Code:
application.onConnect = function(client) {
trace("we are connected");
Client.prototype.setMyBandwidth = function () {
this.setBandwidthLimit(1000, 1000);
}// end set bandwidth
// Establish the connection
application.acceptConnection(client);
}
}// end onConnect
i really dont know when i change the Value 1000 on my code to whatever smaller Number or greater i doesn't change anything and i feel im in the same Bandwidth
is there anything Wrong woth my Code???
Can anyone Help Me please?
But i feel Nothing is Changing When i set the bandwidth with deffreint Values ServerToClient and ClientToServer
and here is the Code of my Server Side Actionscript :
Code:
application.onConnect = function(client) {
trace("we are connected");
Client.prototype.setMyBandwidth = function () {
this.setBandwidthLimit(1000, 1000);
}// end set bandwidth
// Establish the connection
application.acceptConnection(client);
}
}// end onConnect
i really dont know when i change the Value 1000 on my code to whatever smaller Number or greater i doesn't change anything and i feel im in the same Bandwidth
is there anything Wrong woth my Code???
Can anyone Help Me please?
