SWF Allow Networking
Function: Controls the SWF application's access to network functionality.
Parameters: all, internal, none
all: All networking APIs are permitted in the SWF.
internal: The following APIs are prevented:
- getURL
- MovieClip.getURL
- fscommand()
- ExternalInterface.call()
none: As well as the previous APIs, the following APIs are prevented:
- XML.load
- XML.send
- XML.sendAndLoad
- Loader.load()
- LoadVars.load()
- LoadVars.send
- LoadVars.sendAndLoad
- loadVariables
- loadVariablesNum
- MovieClip.loadVariables
- NetConnection.connect
- NetStream.play
- loadMovie
- loadMovieNum
- MovieClip.loadMovie
- MovieClipLoader.loadClip
- Sound.loadSound
- LocalConnection.connect
- LocalConnection.send
- SharedObject.getLocal
- SharedObject.getRemote
- FileReference.upload
- FileReference.download
- System.security.loadPolicyFile
- XMLSocket.connect
Default: internal
Please note: NetConnection functions are necessary for video stream playback and Flash Remoting (AMF).
Developed by Matt Bury - http://matbury.com/