so i have a swf with a simple animation- the div used to contain it has a border that changes color when you hover- i want the whole thing to link to a new page when clicked- but right now it only works when you click on the border.
heres what i have so far
(a href=”http://” class=”noDecoration” )
(div id=”ink” class=”galleryBox” )
(/a)
-the div displays the swf object is it possible to do this from html?
thanks
One solution to the problem would be to place the link inside the div, and position it on top of the swf as an overlay.
Just make sure that the swf has the
wmodeparam set totransparentas otherwise you won’t be able to put HTML object on top of the swf. I usually use swfObject to embed my swfs, incase you didn’t know about it.HTML
CSS