I’m trying to use the AS3 version of Adobe’s new Flash Media Server 3.5 bandwidth detection, using their documentation, (flashmediaserver_dev_guide).
The BW detection works fine (runs a bandwidth check and displays the bandwidth in a trace statement), but that only seems to work if the flash file that accompanies the .as file is left completely blank/empty. As soon as I try to put in even the simplest actionscript, (stop() for example), I get an error message that says “1180: Call to a possibly undefined method addFrameScript.” and a similar one for the stop() method.
Do I need to, in the .as class file, extend a class other than the Sprite class that’s listed in the documentation?
Any light you can shed would be appreciated.