Enumeration NetworkingAccessMode

The networking API access mode of the Ruffle player.

Enumeration Members

Enumeration Members

All

All networking APIs are permitted in the SWF file.

Internal

The SWF file may not call browser navigation or browser interaction APIs.

The APIs navigateToURL(), fscommand() and ExternalInterface.call() are prevented in this mode.

None

The SWF file may not call browser navigation or browser interaction APIs and it cannot use any SWF-to-SWF communication APIs.

Additionally to the ones in internal mode, the APIs sendToURL(), FileReference.download(), FileReference.upload(), Loader.load(), LocalConnection.connect(), LocalConnection.send(), NetConnection.connect(), NetStream.play(), Security.loadPolicyFile(), SharedObject.getLocal(), SharedObject.getRemote(), Socket.connect(), Sound.load(), URLLoader.load(), URLStream.load() and XMLSocket.connect() are prevented in this mode.

This mode is not implemented yet.