HTML wrapper div over embedded flash object cannot be “clickable” by jQuery

后端 未结 2 2001
野的像风
野的像风 2021-01-26 17:52

I\'ve been trying to do as the client requested : redirect to campaign page then to destination page once a customer clicks on the top banner in swf format.

You can check

2条回答
  •  夕颜
    夕颜 (楼主)
    2021-01-26 18:25

    You can't use javascript to catch click events on top of a flash object. You can find similar questions here and here.

    You could suggest to your client that the source code of the flash should be modified to handle the clicks. If this is not possible, then use a container flash object to host the banners.

提交回复
热议问题