Skip to content

ryanflorence/Element.LoadSwiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Element.LoadSwiff

Element.LoadSwiff extends the Element native object to include the loadSwiff method to load a swiff into the element.

Example

$('element').loadSwiff('test.swf',{
  id: 'test_movie',
  width: 550,
  height: 200,
  params: {
    wmode: 'transparent'
  }
}).addClass('keep-on-chaining');

View the MooDoc for usage and examples.