Extends the Element native object to include the loadSwiff method to load a swiff into the element.
Loads a .swf file into the Element. Mostly helpful when chaining.
Identical to the Swiff object arguments, but omit the container.
$('element').loadSwiff('test.swf',{
id: 'test_movie',
width: 550,
height: 200,
params: {
wmode: 'transparent'
}
});