Solve the problem of the mouse flashing on the flash Link (on the web page)

Source: Internet
Author: User

Sometimes, when the mouse is placed on the flash link on a webpage, the cursor shape will flash constantly between the hand and the mouse (for example, this may happen when the webpage contains a marquee tag ), find the swf segment in the html code and add the following parameters:

<Param name = "wmode" value = "opaque">
<Embed... wmode = "opaque"...> </embed>

The following is 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 = "550" height = "400">
<Param name = "movie" value = "flash_encrypt.swf">
<Param name = "quality" value = "high">
<Param name = "wmode" value = "opaque">
<Embed src = "flash_encrypt.swf" width = "550" height = "400" quality = "high" pluginspage = "http://www.macromedia.com/go/getflashplayer" type = "application/x-shockwave-flash" wmode = "opaque"> </embed>

</Object>

When using this attribute, do not use the onPress event if your Flash has code to open the connection, because it is easy to be blocked by google toolbar. Use onRelease instead.
<Embed... wmode = "opaque"...> </embed>
It 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.