Exemple #1
0
 public static void ReadClipActions(this ISwfStreamReader reader, byte swfVersion, ClipActionsList clipActions)
 {
     clipActions.Reserved = reader.ReadUInt16();
     clipActions.Flags    = reader.ReadClipEventFlags(swfVersion);
     reader.ReadClipActionRecords(swfVersion, clipActions.Records);
 }