public class ScriptLimitsTag extends Tag implements IManagedTag
ScriptLimits tag in a SWF file.
The ScriptLimits tag includes two fields that can be used to override the default settings for maximum recursion depth and ActionScript time-out.
| Constructor and Description |
|---|
ScriptLimitsTag(int maxRecursionDepth,
int scriptTimeoutSeconds)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxRecursionDepth()
The MaxRecursionDepth field sets the ActionScript maximum recursion
limit.
|
int |
getScriptTimeoutSeconds()
The ScriptTimeoutSeconds field sets the maximum number of seconds the
player should process ActionScript before displaying a dialog box asking
if the script should be stopped.
|
description, getTagType, toStringpublic ScriptLimitsTag(int maxRecursionDepth,
int scriptTimeoutSeconds)
maxRecursionDepth - max recursion depthscriptTimeoutSeconds - script timeout secondspublic int getMaxRecursionDepth()
public int getScriptTimeoutSeconds()
Copyright © 2023 The Apache Software Foundation. All rights reserved.