For native bandwidth detection or no bandwidth detection

The NCManagerNative class is a subclass of NCManager that supports native bandwidth detection, which some Flash Video Streaming Service providers may support. When you use NCManagerNative, no special files are needed on the Flash Media Server. NCManagerNative also allows connection to any version of Flash Media Server, without a main.asc file, if bandwidth detection is not required.

To use NCManagerNative instead of the default NCManager class, add the following lines of code in the first frame of your FLA file:

import fl.video*;
VideoPlayer.iNCManagerClass = fl.video.NCManagerNative;