I just had a thought, is it possible to <a href="link.html"><object is here ie) a flash file></a>
From what I've found object's don't seem to be able to be linked...
Any work arounds?
tedster
1:31 pm on Oct 7, 2005 (gmt 0)
Hello agent76, and welcome to the forums.
The anchor <a> element is an inline element, and that means it cannot contain a block element, such as <object>. You should be able to place the link WITHIN the flash file itself, no?