voila jouvre un swf en popu avec tel code tu le bouton
getURL("javascript:popup ('animation.swf','letitre','height=700,width=900,status=no,menubar=no,scrollbars=no,resizable=no,')");
et sur la page html avec le bouton
<script language="javascript">
function popup(theURL,winName, features){
window.open(theURL,winName, features);
}
</script>