$(document).ready(function(){
    $('h3').flash(
        {
            src: 'http://www.wechseljahre-mann.de/images/avantgarde.swf',
            flashvars: {
                css: [
                    '* { color: #1ca6c9; }',
                    'a { color: #1ca6c9; text-decoration: none; }',
                    'a:hover { text-decoration: underline; }'
                ].join(' ')
            }
        },
        { version: 7 },
        function(htmlOptions) {
            htmlOptions.flashvars.txt = this.innerHTML;
        	this.innerHTML = '<div>'+this.innerHTML+'</div>';
            var $alt = $(this.firstChild);
            htmlOptions.height = $alt.height();
            htmlOptions.width = $alt.width();
            $alt.addClass('alt');
            $(this)
                .addClass('flash-replaced')
                .prepend($.fn.flash.transform(htmlOptions));
        }
    );

    $(document).pngFix();
});
