ich würds halt mit PHP machen.
so z.B.
Nach dem strich kommt deine HTML datei:
-----------------------------------------------------------------
<a href="gleicheseite.php?buttonvariable=1" >Linktext</a>
PHP-Code:
<?PHP
if($buttonvariable==1)
{
?>
<div>
FLASHMOVIE
</div>
<?PHP
}
?>