//改变鼠标样式 [Bindable] [Embed(source="img/157.jpg")] public var cur:Class; private function initCursor(event:Event){ CursorManager.setCursor(cur); }