package Flash::Tags::StartSound; use Class::Struct; use Flash::Types::SoundState; struct ( tagid => '$', soundstate => Flash::Types::SoundState ); 1;