After looking into the source codesome key words attracted me: 'encoding:base64' 'indian.wav'another interesting hint is about the pic: the colours for the the mainland and ocean are exchangedNote: I copied the 'indian.wav'...
跟随鼠标移动的图片 function move(event) { var div = document.getElementById("pic"); var x = event.clientX; var y = event.clientY; div.style.left = x + "px"; div.style.top...