[jQuery] Mike Alsup: media plugin question
i Mike, (your email address doesn't seem to work for me, so I post it
here.)
first I want to say: thanks for a great plugin! I use it a lot. Nice
work there.
I have a suggestion and a question. The question is:
Any plans for supporting the new swfobject 2.0 anytime soon?
A little suggestion for your getSettings method to be more sure of
maintaining width and height:
var w = meta.width || parseInt(((cls.match(/w:(\d+)/)||[])[1]||0))
|| el.width || $el.width();
var h = meta.height || parseInt(((cls.match(/h:(\d+)/)||[])[1]||0))
|| el.height || $el.height();
Hope to hear from you!
Regards,
Yereth