Blackberry Storm using Raphael (SVG/VML) and SoundManager
April 24th, 2009
Brad Neuberg pointed me to a Blackberry Storm site that uses Raphael, jQuery, and SoundManager to offer an SVG / VML (for IE) experience.
| PLAIN TEXT | HTML: |
| 1 | |
| 2 |
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.0/jquery-ui.min.js"></script> |
| 3 |
<script src="/js/soundmanager2-nodebug-jsmin.js"></script> |
| 4 |
<script src="/js/raphael-min.js"></script> |
| 5 |
<script src="/js/trig-min.js"></script> |
| 6 | . |