Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
RusD #1
SetBandwidth component
Hi,
I'v being using SetBandwidth component for years and after I look inside of
it, mistake found.
It use "upRate" variable (seems like 'upload bandwidth') for camera and
microphone bandwidth (seems like true) that means clientToServer value
Also it has "downRate" - bandwidth for download, that means serberToClient
bandwidth.
But at 'setRates' it call this.nc.call(this.prefix + "setRates", null,
1000*up/8, 1000*down/8);
up is first argument, down is second.
Take a look at Flash media component actionscript. It calls
"client.setBandwidthLimit( up, down );"
Take a look at 'setBandwidthLimit' specification
clientObject.setBandwidthLimit(iServerToClient, iClientToServer),
but component pass clientToserver and serverToclient
Thanks
RusD Guest
-
How do I change the state of a component outside ofthat component?
worked perfectly, thank you!! -
Component function returntype as component name.
How does the returntype as a component effect the function and the actual return? Is this the same as extending another component? Can someone... -
Is there any POP3 and NNTP component I can use as a ASP Component?
What I want to do is to show always the latest post on our company NNTP and the newest email in my inbox as an activex background on my desktop.... -
How to make a protected property in the base component public in the derived component?
I have a base component, from which several components derive. What I want is to just publish some of the protected properties in the base... -
Need Tab Component - Flash MX DevNet Kit #3 / UI Component Set 5
I need the Tab Component that comes with DevNet Kit #3 (UI Component Set 5). I don't need anything else, just the Tab Component., and I can't afford...



Reply With Quote

