If i (rarely) put Flash onto a website i develop i would always use this:
$('#hello').flash({
src: 'hello.swf',
width: 320,
height: 240
});
Yet the code that Flash gives you is a horrible messy bit of code. Why is 5 lines of code = to Flash's default HTML embedding code. Am i right in thinking theres no disadvantage to use the jQuery version?