MediaCore could not find an appropriate encoding of this media item to display in your browser.
Contact the site admin if you need assistance.
Download this ${media.type}!
${Markup(player.include())}
var flashObj = new Swiff('${player.swf_url()}', {
width: ${player.adjusted_width},
height: ${player.adjusted_height},
params: {allowFullscreen: 'true'},
vars: ${h.json.dumps(player.flashvars())}
});
var div = new Element('div').replaces('${player.elem_id}').set('id', '${player.elem_id}').grab(flashObj);