File: sounds.js.es

package info (click to toggle)
jwchat 1.0beta3-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 6,288 kB
  • ctags: 382
  • sloc: xml: 462; sh: 80; makefile: 6
file content (10 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (29)
1
2
3
4
5
6
7
8
9
10
var SOUNDS = new Object();

SOUNDS['message_recv'] = "./sounds/message_recv.swf"
SOUNDS['message_queue'] = "./sounds/message_queue.swf"
SOUNDS['chat_recv'] = "./sounds/chat_recv.swf"
SOUNDS['chat_queue'] = "./sounds/chat_queue.swf"
SOUNDS['online'] = "./sounds/online.swf"
SOUNDS['offline'] = "./sounds/offline.swf"
SOUNDS['startup'] = "./sounds/startup.swf"
SOUNDS['connected'] = "./sounds/connected.swf"