2013年2月8日

flash 右键菜单

摘要: import flash.net.URLRequest;import flash.ui.ContextMenu;var right_menu:ContextMenu = new ContextMenu();var change_right:ContextMenuItem = new ContextMenuItem( "change the item into what you like" );var free_item:ContextMenuItem = new ContextMenuItem( "Free Item" );change_right.ad 阅读全文

posted @ 2013-02-08 08:49 主人的成长 阅读(156) 评论(0) 推荐(0)

导航