Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Graphics, Flash and Multimedia _ Embed Flash button in HTML

Posted by: Elize Oct 3 2008, 08:47 AM

Hi

I have made some buttons in flash and want to embed them into HTML.

When I hover over the button in a browser it shows that it is a link (and the flash animation works) but if you press the button nothing happens. Only if you press beneath the button it actually works.

This is my code:

<td> <a href = "index.html"> <object width="69" height="30"> <param name="movie" value="home.swf"> <embed src="Images/home.swf" width="69" height="30"> </embed> </object> </a> </td>

Can someone please help me.

Posted by: pandy Oct 3 2008, 09:31 AM

You can't link a flash object with HTML. The link action must be built in in the flash itself. The program you used should have some function for doing that, so open the master file and have a look around. smile.gif

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)