Forum » Izdelava spletišč » Flash MX: Customized right click
Flash MX: Customized right click
Mrc1n4 ::
Mogoče kdo tuki ve, kako narediš custom desni klik v flash MX? Ker v MX 2004 in flash8 ga znam, tukaj pa ne :(
Hvala in LP, Nejc
Hvala in LP, Nejc
xBuDDhAx ::
oila - simple
function doSomething(){}
function doSomething2(){
getURL("www.karpachoces.si/naredi", _blank);}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Poljuben TITLE text", doSomething);
Functioned2 = new ContextMenuItem("Title strani, h kateri gre link", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
and that's it
Have FU:N
function doSomething(){}
function doSomething2(){
getURL("www.karpachoces.si/naredi", _blank);}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Poljuben TITLE text", doSomething);
Functioned2 = new ContextMenuItem("Title strani, h kateri gre link", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
and that's it
Have FU:N
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | "Dinamicna" sprememba razreda v C++Oddelek: Programiranje | 1921 (1313) | Spura |
» | python osnovaOddelek: Programiranje | 2319 (1632) | detroit |
» | [C++]Uporaba strukture v drugi .cpp datotekiOddelek: Programiranje | 3109 (2812) | mallard |
» | Izšel Python 3.0 (strani: 1 2 )Oddelek: Novice / Ostala programska oprema | 12750 (8919) | ZaphodBB |
» | Kako se objavi koda?Oddelek: Slo-Tech | 1774 (1503) | Mercier |