Skip to main content
Known Participant
June 24, 2006
Question

set.BandwidthLimit Problem

  • June 24, 2006
  • 1 reply
  • 251 views
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?
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    egyservAuthor
    Known Participant
    June 24, 2006
    anybody here?