-- Lingo syntax _player.safePlayer // JavaScript syntax _player.safePlayer;
Player property; controls whether or not safety features in Director are turned on. Read/write.
In a moview with Shockwave content, this property can be tested but not set. It is always TRUE in Shockwave Player.
In the authoring environment and in projectors, the default value is FALSE. This property may be returned, but it may only be set to TRUE. Once it has been set to TRUE, it cannot be set back to FALSE without restarting Director or the projector.
When safePlayer is TRUE, the following safety features are in effect:
safePlayer property cannot be reset.
pasteClipBoardInto() method generates a warning dialog box that allows the user to cancel the operation.
printFrom() method is disabled.
open() method is disabled.
restart() or shutDown() methods is disabled.
getNetText() or postNetText(), or otherwise accessing a URL that does not have the same domain as the movie, generates a security dialog box.