$(this).flash({
    id:                     $(this).attr('id')
    , class:                $(this).attr('class')
    , width:                $(this).attr('width')
    , height:               $(this).attr('height')
    , src:                  $(this).attr('href')
    
    // JSON structured flashvars data
    , flashvars:            null
    , bgcolor:              null
    , quality:              null
    , wmode:                null
    , allowscriptaccess:    null
    , allowfullscreen:      null 
    // Version is used for flash version detection
    // with the express install swf value below.
    , version:              '9.0.24'
    , express:              null

    // Custom attributes and parameters are added like this;
    // ['someattributename','someotherattributename']
    //
    // Then add it to the settings just like the ones above were added.
    , availattrs:           []
    , availparams:          []
    
    // Browser support
    , classid:              'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
    , codebase:             'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='
    , pluginspace:          'http://get.adobe.com/flashplayer'
});


