2012-08-03 56 views

回答

0
ball_edge.js 

remove: 
$(window).load(function() { 
$.Edge.play(); 
}); 


The HTML file 

Add immediately before </HTML>: 
<script> 
$("#RoundRect1").click(function() { 
$.Edge.play(); 
}); 
</script>