Skip to content

jquery.flash is on github! (and updated)

by Qard on February 18th, 2010

I’ve recently starting committing changes made to jquery-flash to github. You can view the project page for it here.

I’ve also made a few updates, the most notable being; I moved the checking code to seperate functions called isie(), hasflash() and flashversion(). All of which can be used anywhere, with or without using $().flash(). I also did some minor optimizations to make execution a little speedier.

From → Uncategorized

  • Art

    Works great, except that it throws an alert in IE when used on a secure page. I was able to remove the alert by changing the http:// to https:// in the macromedia link (download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab)

  • Qard

    Good catch, just fixed it.