internal override void ToSwf(SwfWriter w) { uint start = (uint)w.Position; w.AppendTagIDAndLength(this.TagType, 0, true); w.AppendUI16(SoundId); SoundInfo.ToSwf(w); w.ResetLongTagLength(this.TagType, start, true); }
internal override void ToSwf(SwfWriter w) { uint start = (uint)w.Position; w.AppendTagIDAndLength(this.TagType, 0, true); w.AppendUI16(ButtonId); w.AppendUI16(ButtonSoundChar0); ButtonSoundInfo0.ToSwf(w); w.AppendUI16(ButtonSoundChar1); ButtonSoundInfo1.ToSwf(w); w.AppendUI16(ButtonSoundChar2); ButtonSoundInfo2.ToSwf(w); w.AppendUI16(ButtonSoundChar3); ButtonSoundInfo3.ToSwf(w); w.ResetLongTagLength(this.TagType, start, true); }