Tag:Flash
-
Time:2021-2-20
Some users always show that flash is out of date when they watch online videos or browse some websites on the Mac. They need to download a new version, but they don’t see the update information on the official website of adobe. Originally, for security reasons, Apple has remotely blocked all versions of Adobe Flash […]
-
Time:2021-1-23
The first method: CSS code: Copy code The code is as follows: .b970-a{width:970px; height:103px; margin:4px auto; overflow:hidden;} HTML code:<div> < <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=”970″ height=”107″> <param name=”movie” value=”images/flash_ad-3-26.swf”> <param name=”quality” value=”high”> <param name=”wmode” value=”transparent”> <embed src=”images/flash_ad-3-26.swf” width=”970″ height=”107″ quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” wmode=”transparent”></embed> </object> </div> The second method has good compatibility: CSS code: Copy code The […]
-
Time:2020-10-22
A few days ago, a netizen needed to use Adobe Flash player component for a remote operation project in the Linux centos6 server, which could not be installed directly through the yum method. Therefore, through powerful search, the installation method can still be solved. By reloading and installing Adobe RPM package, yum can install the […]
-
Time:2020-10-3
The scenario here is that a JS method for modification and addition will eventually call $(‘# modalrowedit’). Modal (‘show ‘); button is used to add and modify the a tag. Modify label: < a onclick = “editrow (this)” data toggle = “modal” data target “>” modalrowedit “> Modify</a> // js function editRow(obj) { var colData […]
-
Time:2020-9-7
When using Mac computer, watch and use Adobe Flash When the player’s video, it is often encountered that the flash has expired and a new version needs to be downloaded. However, it has been updated only once a month ago, or it has been updated n times in these months, but it still shows that […]
-
Time:2020-2-7
How can MAC completely remove flash player plug-in? Recently, the flash player plug-in on the MAC of the developer’s editor took off again. In order to see the flash installed by Youku for Safari, my MacBook fan whirred and consumed so much power that I couldn’t accept it at all. I decided to forcibly uninstall […]
-
Time:2020-1-13
Reduce hard disk loadThe first step is to stop unnecessary applications in the computer, press “Win + R” key to open and run, and enter “services. MSc” in the input box Step 2: click OK. After entering the service, find the “windows search” service, as shown in the following figure: Step 3: double click in […]
-
Time:2019-12-11
Problems: 1. There is flash animation under the pull-down menu made by layer, and the menu is blocked by animation2. When the layer floating advertisement in the page passes through the flash animation, the floating layer passes through the animation drawing and the actual display is blocked resolvent: Set the properties of the flash object […]
-
Time:2019-11-30
Look at the code first. Copy code The code is as follows: < div style = “position: relative; width: [width of flash] PX; height: [height of flash] PX;” >< a href = “fill in the link address” target = “Style = “position: absolute; width: [width of flash] PX; height: [height of flash] PX; left: 0; […]
-
Time:2019-11-12
Refer to the official FreeBSD manual browser chapter. pkg install nspluginwrappernspluginwrapperIs a tool to assist in the installation and configuration of Netscape plugin.You can install plug-ins built on other systems for netscape family browsers, such as Flash plugin compiled on Linux. Install via portslinux-f10-flashplugin11。 F10 represents Fedora 10.cd /usr/ports/www/linux-f10-flashplugin11sudo make installsudo make clean Install Flash […]
-
Time:2019-10-18
Today, when writing a flash advertisement code, because the link brought by flash is easy to be regarded as pop-up advertisement, a div layer is made on flash, so that the link triggered by a will not be blocked, but it is found that flash is always above the div layer, and the original flash […]
-
Time:2019-10-1
GPU hardware acceleration is a necessary function of modern browsers, which can not only make full use of the graphical performance of GPU to accelerate the rendering of image information in Web pages, thus speeding up the opening of web pages, but also reduce the burden of CPU and the occupancy of system resources when […]