home *** CD-ROM | disk | FTP | other *** search
- function david()
- {
- getUrl("http://www.freewebs.com/true_darkness/index.htm", "_blank");
- }
- function muter()
- {
- _root.all.setVolume((_X + 0) / 0);
- }
- function mutera()
- {
- _root.all.setVolume((_X + 120) / 1.9);
- }
- stop();
- onLoad = function()
- {
- _root.all = new Sound();
- };
- var menu = new ContextMenu();
- menu.hideBuiltInItems();
- var truedarkness = new ContextMenuItem("True_Darkness",david);
- var mute = new ContextMenuItem("Sound Off",muter);
- var mutee = new ContextMenuItem("Sound On",mutera);
- menu.customItems.push(truedarkness,mute,mutee);
- menu.builtInItems.quality = true;
- menu.onSelect = menuHandler;
- _root.menu = menu;
-