Ozon.ru
Flash-MX.ru: Форум о Flash - Not logged in
Forum На главную Help Search Login
Up Blog Topic Nox Noctis / СontextMenu (1639 hits)
By Nox Noctis (hero) Date 26-09-06 11:10
невозможно добавить в контекстное меню пункт с именем "1". :)

МинимизироватьПо высоте текста
   1
   2
   3
   4
   5
   6
   7
   8
   9
 menu = new ContextMenu();
 menu.hideBuiltInItems();
 onContext = function ()
 {
 };
 menu.customItems = [];
 for (var i:Number = -2; i<3; i++) {
   menu.customItems.push(new ContextMenuItem(String(i), onContext, true));
 }
http://vtulka.mybrute.com
Up Blog Topic Nox Noctis / СontextMenu (1639 hits)
 

с 19.04.2006

Page created in 0.067s with 12 database queries.