C# Класс SwfDotNet.IO.Tags.DoActionTag

DoActionTag is used to specify a sequence of actions that are executed when a frame is displayed.

To define the actions for a given frame the DoActionTag object should be added to a movie after the previous frame is displayed but before the ShowFrameTag object that displays the 'current' frame and triggers the actions to be executed.

Only one DoActionTag object can be used to specify the actions for a given frame. If more than one DoActionTag object is added in a single frame only the actions contained in the last DoActionTag object (before the ShowFrameTag object) will be executed when the frame is displayed. The other DoActionTag objects will be ignored.

This tag was introduced in Flash 1.

Наследование: BaseTag
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DoActionTag ( ) : System

Creates a new DoActionTag instance.

DoActionTag ( byte actionRecord ) : System

Creates a new DoActionTag instance.

ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

UpdateData ( byte version ) : void

see base class

this ( int index ) : byte[]

see base class

Описание методов

DoActionTag() публичный Метод

Creates a new DoActionTag instance.
public DoActionTag ( ) : System
Результат System

DoActionTag() публичный Метод

Creates a new DoActionTag instance.
public DoActionTag ( byte actionRecord ) : System
actionRecord byte Swf bytecode action block.
Результат System

ReadData() публичный Метод

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
Результат void

Serialize() публичный Метод

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
Результат void

UpdateData() публичный Метод

see base class
public UpdateData ( byte version ) : void
version byte
Результат void

this() публичный Метод

see base class
public this ( int index ) : byte[]
index int
Результат byte[]