Flash... how come this dont work?

Monkeychubs

New member
Erm, you've tried to embed a Flash object in an anchor tag. It doesn't work like that.
Either put and image within the anchor, or make the whole Flash movie a button, but you can't put flash into an anchor and make it clickable!
 
i have this code on my html page. the img is there as it is suppose to be but the link dont work.


<a href="index.html" title="Home">
<object width="379" height="52">
<param name="yellowPencil" value="pencil/yellow button.swf">
<embed src="pencil/yellow button.swf" width="379" height="52">
</embed>
</object>
</a>
 
Back
Top