The content within objects should still be available, even if the object
is disabled. To do this, place a link to the direct object source within the
object
tag.
<object src="something.html"></object>
<object src="something.html"><a href="something.html">Read something</a></object>