Solve the problem of the mouse flashing on the Flash Link (Web page) _ Experience Exchange

Source: Internet
Author: User
Sometimes, in a Web page, the mouse on the flash link, the cursor shape will be between the hand and the mouse flashing (such as when the page with the marquee tag), then in the HTML code to find the section of the SWF, add the following parameters:

<param name= "wmode" value= "opaque" >
<embed ... wmode= "opaque". ></embed>

Here's an example:

<object classid= "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase= "http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=7,0,19,0 "width=" height= ">"
<param name= "movie" value= "flash_encrypt.swf" >
<param name= "Quality" value= "High" >
<param name= "wmode" value= "opaque" >
<embed src= "flash_encrypt.swf" width= "height=" quality= "High" pluginspage= "Http://www.macromedia.com/go" /getflashplayer "type=" Application/x-shockwave-flash "wmode=" opaque "></embed>

</object>

When using this property, if you have the code to open the connection in Flash, please do not use the Onpress event, because it is easy to intercept by Google toolbar. Please use Onrelease instead.
<embed ... wmode= "opaque". ></embed>
is for Firefox and other non ie browsers.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.