简体   繁体   中英

How to make my flash file on website non-clickable?

I have a few /swf files on my site - i'm posting them that way:

           <div class="cvreation" style="padding-top:25px;" >
            <object class="flash_banner" type="application/x-shockwave-flash" data="/prod_bann/flashfile.swf" ></object>
           </div>

It works great - but when I click on this flash object - it gets me into currenturl/undefined. How to make these banners not clickable?

HTML

       <div class="cvreation" style="padding-top:25px;" >
        <div class="cover"></div>
        <object class="flash_banner" type="application/x-shockwave-flash" 
                   data="/prod_bann/flashfile.swf" wmode="opaque" ></object>
       </div>

WMODE DOCUMENTATION

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM