search
HomeWeb Front-endJS TutorialDetermine whether flash player and current version of JS code are installed_javascript skills

复制代码 代码如下:

function flashChecker() {
var hasFlash = 0;     //是否安装了flash
var flashVersion = 0;   //flash版本
if(document.all) {
var swf = new ActiveXObject('ShockwaveFlash.ShockwaveFlash');
if(swf) {
hasFlash = 1;
VSwf = swf.GetVariable("$version");
flashVersion = parseInt(VSwf.split(" ")[1].split(",")[0]);
}
} else {
if(navigator.plugins && navigator.plugins.length > 0) {
var swf = navigator.plugins["Shockwave Flash"];
if(swf) {
hasFlash = 1;
var words = swf.description.split(" ");
for(var i = 0; i if(isNaN(parseInt(words[i]))) continue;
flashVersion = parseInt(words[i]);
}
}
}
}
return {
f: hasFlash,
v: flashVersion
};
}

var fls = flashChecker();
var s = "";
if(fls.f) document.write("您安装了flash,当前flash版本为: " fls.v ".x");
else document.write("您没有安装flash");
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
flash是什么flash是什么Aug 10, 2023 am 10:16 AM

Flash是一种用于创建多媒体和互动内容的软件,具有矢量图形、时间轴动画、交互性和多媒体处理能力等特点。尽管曾经非常流行,但随着新技术的崛起,Flash逐渐被淘汰,并且在2020年停止了官方支持。

Debian安装Flash:详细指南与Linux小知识分享Debian安装Flash:详细指南与Linux小知识分享Feb 15, 2024 pm 01:00 PM

Flash曾经是网络多媒体的王者,尽管现在它的使用已经大大减少,但在一些老网站或特定应用中,我们仍然需要Flash插件,我们将详细介绍如何在Debian系统中安装Flash。我们需要明确的是Adobe已于2020年12月31日正式停止对FlashPlayer的支持,因此,我们推荐的Flash版本是开源的PepperFlash,PepperFlash是Google开发的,专为Chrome浏览器使用的Flash版本。安装步骤:1.打开终端,更新你的包列表:```sqlsudoapt-getupdat

微软开始用 Windows 10 上的 Windows 11 Media Player 替换 Groove Music 应用程序微软开始用 Windows 10 上的 Windows 11 Media Player 替换 Groove Music 应用程序Jun 01, 2023 am 08:58 AM

微软去年为Windows11设备推出了全新的媒体播放器,取代了使用多年的GrooveMusic应用程序。但从今天开始,微软也将向Windows10用户推出Windows11MediaPlayer应用程序。新的媒体播放器应用程序将取代Windows10PC上的Groove音乐应用程序。数周以来,微软一直在使用Windows10ReleasePreviewInsiders测试新的MediaPlayer应用程序,因此看到该应用程序终于在稳定的

edge浏览器flash未启用解决方法edge浏览器flash未启用解决方法Dec 24, 2023 pm 06:05 PM

在浏览器中观看视频的话如果没有flash就没法启动,很多小伙伴就都遇到了flash未启动的情况而导致了麻烦,今天就给大家带来了详细的解决方法一起看看吧。edge浏览器flash未启用:1、进入浏览器点击右上角的三个点,选择“设置”。2、点击左侧的“高级”。3、在右侧“网站设置”中找到“使用adobeflashplayer”。4、将其开关打开即可正常启用。

flash插件对电脑有影响吗flash插件对电脑有影响吗Mar 03, 2023 pm 01:49 PM

flash插件对电脑没有影响;安装flash是为了用户可以浏览器上播放swf文件,曾经是电脑必备的插件,对内存的占用也并不大,但是现在flash已经被淘汰了,很多网站已经开始在用h5了,而且win10系统自带了flash插件。

获取当前pandas版本号的详细解释获取当前pandas版本号的详细解释Jan 13, 2024 pm 02:51 PM

获取当前pandas版本号pandas是一款流行的Python数据分析库,广泛应用于数据处理和数据分析。在使用pandas进行数据分析时,了解当前所使用的pandas版本号是很有必要的。本文将详细介绍如何获取当前pandas版本号,并提供具体的代码示例。获取当前pandas版本号的方法主要有两种:通过pandas库的属性和通过pip包管理工具。方法一:通过p

如何在 Windows Media Player 中更改视频的播放速度如何在 Windows Media Player 中更改视频的播放速度Apr 13, 2023 pm 10:46 PM

大多数 Windows 用户使用 Windows 内置的基本视频播放器,这是微软在发布时引入的。您可以播放任何支持 MP4、MP3、WAV 等大多数格式的视频或音频文件。但有时,您可能会从互联网上下载一些视频文件,无论是电影还是任何教程,其中的内容或快或慢。您可能需要更改其播放速度才能观看和理解视频。如果您使用的是 windows 媒体播放器并想更改其播放速度,那么本文将指导您如何在 Windows 11,10 PC 上执行此操作。如何在 Windows 11,10 中更改 Windows Me

如何使用谷歌浏览器的Flash功能如何使用谷歌浏览器的Flash功能Jan 02, 2024 pm 01:44 PM

flash在各个浏览器中的作用都非常的大,它绝对了是否可以进行视频的播放,那么该怎么在谷歌浏览器上使用flash呢?下面就给你们带来了详细方法一起看看吧。谷歌浏览器怎么用flash:1、打开谷歌浏览器,点击右上方的菜单,再选择设置。2、点击设置页面下方的设置将其展开,找到“内容设置”并打开。3、在内容设置中点击打开“flash”。4、把“先询问”打开,随后在“允许”中添加信任的网站。

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

Repo: How To Revive Teammates
1 months agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Dreamweaver Mac version

Dreamweaver Mac version

Visual web development tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor