/* =================== idSWF::SetBackgroundColor =================== */ void idSWF::SetBackgroundColor( idSWFBitStream& bitstream ) { bitstream.Seek( 4 ); // int }
/* =================== idSWF::FileAttributes Extra data that won't fit in a SWF header =================== */ void idSWF::FileAttributes( idSWFBitStream& bitstream ) { bitstream.Seek( 5 ); // 5 booleans }