开发者

How to remove this?

Am using the flash player, when i right click on it, its showing like this alt text http://www.freeimagehosting.net/uploads/8a4fbddec9.png

How i can remove MediaXxxScrip开发者_StackOverflow中文版t.com when i rightclick on the player?

please help me.

Thanks in advance.


Adding this is done through the context menu flash.ui.ContextMenu by adding context menu items flash.ui.ContextMenuItem The class you are using would be adding these, so you can either find where that happens and remove it or add something like this after that meny is created to override it

    var _menu:ContextMenu = new ContextMenu();
    _menu.hideBuiltInItems();
    this.contextMenu = _menu;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜