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

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -