Balkee867
07-31-05, 10:39 PM
Ok, so I have a bunch of buttons made using flash. I am trying to make them actual buttons, by giving them a page to go to. To do this, I need to make the flash image a link. What I am using right now is:
<a href="/index2.html"><object width="200" height="500">
<param name="movie" value="homekool.swf">
<embed src="homekool.swf" width="100" height="25">
</a>
</embed>
</object>
<br>
The image isn't a link, but the link is in the <br> after the code? How do I make the actual image the link, not what's below it?
<a href="/index2.html"><object width="200" height="500">
<param name="movie" value="homekool.swf">
<embed src="homekool.swf" width="100" height="25">
</a>
</embed>
</object>
<br>
The image isn't a link, but the link is in the <br> after the code? How do I make the actual image the link, not what's below it?