Va un ejemplo incorporando un hiperlink como texto alternativo.
Código HTML:
<object type="application/x-shockwave-flash" data="boton.swf" width="100px" height="100px">
<param name="src" value="boton.swf" />
<a href="algo.html">Texto alternativo</a>
</object>