How do you use a flash object as a link?

后端 未结 4 1435
悲哀的现实
悲哀的现实 2020-12-16 04:39

Is it possible to use a flash document embedded in HTML as a link?

I tried just wrapping the object element with an a like this:

         


        
4条回答
  •  离开以前
    2020-12-16 04:59

    You can use transparent div with same height and width over that object. And let javascript open your url on click action on that div.

提交回复
热议问题