Compressed Prototype 1.6.1 and Scriptaculous 1.8.3
February 3rd, 2010
I created a new compressed file for Prototype 1.6.1 and Scriptaculous 1.8.3. Included is my modified sound.js.
The combined file is 268KB. The load order is as follows:
- prototype
- builder
- effects
- dragdrop
- controls
- slider
- sound
It includes all comments and credits. I gzipped it down to 60KB.
For your convenience in the attached zip contains both versions and a ColdFusion file to serve the correct one. You’d load it like so:
<script type="text/javascript" charset="ISO-8859-1" src="/includes/js/scriptaculous/scriptaculous.cfm"></script>
Well, what are you waiting for?
wv-scripty-183.zip

I’d very much like to use the sound plugin, but I use Jquery. Is it possible to have a version of this that works with Jquery, or just as standalone javascript? I’d rather not load up Prototype/Scriptaculous just for this.
I’m sure there are a lot of Jquery users who would find this helpful.
@hari
Yes, there is a jQuery port. But I don’t think that they kept up with the changes made in my scripty version.
http://view.jquery.com/trunk/plugins/sound/
http://dev.jquery.com/browser/trunk/plugins/sound?rev=5854