html - jQuery.flash() vs messy default Flash Professional code -
if (rarely) put flash onto website develop use this:
$('#hello').flash({ src: 'hello.swf', width: 320, height: 240 });
yet code flash gives horrible messy bit of code. why 5 lines of code = flash's default html embedding code. right in thinking theres no disadvantage use jquery version?
you mean why simpler use jquery flash plugin adobe-provided code? because wraps complexity away you. same stuff still happening in scripts have included, don't see it.
if you're including jquery , flash plugin embed flash on page you're downloading more script adobe's default or not-jquery-based 1 swfobject. if you're using jquery on site won't make difference.
Comments
Post a Comment