

1 2 3 4 5 6 | function doSomething(){}
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("http://daxou31.fr.nf voila un super site !", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU; |

1 2 3 4 5 6 7 8 9 | function doSomething(){
getURL("http://daxou31.fr.nf", _blank);
}
MENU.customItems.push(Functioned);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("http://daxou31.fr.nf voila un super site !", doSomething);
MENU.customItems.push(Functioned);
_root.menu = MENU; |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | function doSomething(){
getURL("http://daxou31.fr.nf", _blank);
}
function doSomething2(){
getURL("http://www.siteduzero.com", _blank);
}
MENU.customItems.push(Functioned)(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("http://daxou31.fr.nf voila un super site !", doSomething);
Functioned2 = new ContextMenuItem("Vous en voulez plus alors voila un site super avec plein d'apprentissage a partir de zero", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU; |

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | function doSomething(){}
function doSomething2(){
getURL("http://www.siteduzero.com", _blank);
}
function doSomething3(){
getURL("http://daxou31.fr.nf", _blank);
}
MENU.customItems.push(Functioned2)(Functioned3);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("Tu ne peux copier cette animation", doSomething);
Functioned2 = new ContextMenuItem("Vous en voulez plus alors voila un site super avec plein d'apprentissage a partir de zero", doSomething2);
Functioned3 = new ContextMenuItem("-------------http://daxou31.fr.nf-------------", doSomething3);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
_root.menu = MENU; |

Changer de design |
En savoir plus |
Plan du site |
Politique d'accessibilité |
Règles |
RSS tutoriels |
RSS news
Édité par Simple IT SARL :
Nous contacter
| Notre blog | Revue de presse | Publicité
Y'a plus rien à lire, faut remonter maintenant !
Hébergement web - Correction de tutoriels - Créer un site
Vous souhaitez apparaître ici ? Contactez-nous.
358 Zéros connectés |
8 requêtes |
0.0484s (0.032s)