I've seen the embed tag used before the class definition, but I just saw that Keith is using these..
[Event(name="select", type="flash.events.Event")]
[Event(name="close", type="flash.events.Event")]
[Event(name="resize", type="flash.events.Event")]
public class Window extends Component{
can someone tell me what this does?