// script inside the domReady method is executed after page is scriptable 
flashembed.domReady(function() { 

    // wmode parameter does the trick 
    flashembed("flash_main", {src: "/flashes/dsg_main.swf", width: '1060', height: '442', quality: 'high', wmode: 'transparent' }); 
    
});