public class EnableDebugger2Tag extends Tag implements IManagedTag
EnableDebugger2 tag in a SWF file.
The EnableDebugger2 tag enables debugging. The Password field is
encrypted by using the MD5 algorithm.
Note that, the old "swfutils" always set the "Reserved" field to a constant:
// This corresponds to the constant used in the player, // core/splay.cpp, in ScriptThread::EnableDebugger(). tagw.writeUI16(0x1975);
| Modifier and Type | Field and Description |
|---|---|
static int |
RESERVED_FIELD_VALUE |
| Constructor and Description |
|---|
EnableDebugger2Tag()
Constructor.
|
EnableDebugger2Tag(String password)
Constructor with initialization.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
void |
setPassword(String password) |
description, getTagType, toStringpublic static final int RESERVED_FIELD_VALUE
public EnableDebugger2Tag()
public EnableDebugger2Tag(String password)
Copyright © 2023 The Apache Software Foundation. All rights reserved.