bug: jquery.media.js

bug: jquery.media.js

This is a useful plugin for embedding various media types.
It has a small problem if the media file is hosted on a site that has a recognised media type in the url.
For instance, if the media url is given as
then the plugin will detect the .au and try to load the quicktime bho.
I think the regex check should be changed to detect the extension only at the end of the url by using a $.
Thanks,
Jim