chrome啟用flash_如何在Google Chrome中啟用Adobe Flash Player

chrome啟用flash

Remember Adobe Flash player? It's that nifty software that lets websites embed videos and web games. Whole websites can even be powered by Flash.

還記得Adobe Flash Player嗎? 正是這些漂亮的軟件使網站可以嵌入視頻和網絡游戲。 整個網站甚至可以由Flash提供支持。

Although Flash usage is way down, and Adobe is retiring the software in 2020, certain sites still use it today. And if you come across one of those sites, you're probably gonna want to see what that content is.

盡管Flash的使用率下降了,并且Adobe將于2020年淘汰該軟件,但某些站點仍在使用它。 而且,如果您遇到這些網站之一,您可能會想看看該內容是什么。

In this tutorial, we'll walk through the steps you need to follow to enable Flash player in Chrome.

在本教程中,我們將逐步介紹在Chrome中啟用Flash Player所需遵循的步驟。

如何在Chrome中啟用Flash Player (How to enable Flash player in Chrome)

Since Google Chrome automatically disables Flash player, you'll need to enable it if you want it to work.

由于Google Chrome瀏覽器會自動禁用Flash Player,因此您需要啟用它才能運行。

訪問內容設置 (Access content settings)

As Chrome has its own built-in version of Flash, you don't need to install a plugin or anything.

由于Chrome瀏覽器具有自己的內置Flash版本,因此您無需安裝插件或其他任何工具。

And the easiest way to get into Chrome's settings is by visiting chrome://settings/content. Once you're there, scroll down until you see the option for Flash player:

進入Chrome設置的最簡單方法是訪問chrome:// settings / content 。 到達那里后,向下滾動直到看到Flash Player的選項:

允許Flash運行 (Allow Flash to run)

Click on "Flash" and, where it says "Block sites from running Flash (recommended)", toggle the switch on. It'll now say "Ask first":

單擊“ Flash”,然后在其上顯示“阻止站點運行Flash(推薦)”,將開關打開。 現在會說“先問”:

Now, when you go to a site that uses flash, it'll ask you whether you want to allow Flash to do its thing. Always good to double check.

現在,當您訪問使用Flash的網站時,它會詢問您是否要允許Flash進行其操作。 始終要仔細檢查。

Congrats - you're halfway there.

恭喜-您已經中途了。

如何授予特定站點運行Flash的權限 (How to give specific sites permission to run Flash)

Now that you've given Chrome permission to ask for your permission to run sites with Flash (whew), you need to tell it which sites to allow.

現在,您已授予Chrome瀏覽器權限,以請求您使用Flash(運行)運行網站的權限,您需要告訴它允許哪些網站。

轉到您最喜歡的Flash使用網站 (Go to your favorite Flash-using site)

Let's embrace a little child-like wonder and magic, shall we? Disney's Magic Kingdom site uses Flash, and we want to see all that glittery magical goodness.

讓我們擁抱一個像孩子一樣的奇跡和魔術,對吧? 迪士尼的Magic Kingdom網站使用Flash,我們希望看到所有閃閃發光的魔術善良品。

Once you navigate to the site, look for the little grey lock in the address bar:

導航到該站點后,在地址欄中查找灰色的小鎖:

更新其Flash設置 (Update its Flash settings)

Click it, and then select "Site settings" at the bottom:

單擊它,然后在底部選擇“站點設置”:

This will bring you to a menu with a number of options. Partway down you'll see Flash. To the right, you'll see a dropdown that says "Block."

這將帶您進入具有許多選項的菜單。 在途中,您會看到Flash。 在右側,您會看到一個下拉菜單,顯示“阻止”。

To allow Flash, you must click that dropdown menu and select "Allow" instead:

要允許Flash,您必須單擊該下拉菜單,然后選擇“允許”:

Now if you go check your general Flash settings again in Chrome, you'll see that site on your "allowed" list:

現在,如果您再次在Chrome中檢查常規的Flash設置,則會在“允許”列表中看到該網站:

Go back to the site and reload the page. All that Flash content will be flashing away.

返回站點并重新加載頁面。 所有的Flash內容都將消失。

Caution: if you're using a site you don't know, beware: Flash is prone to security vulnerabilities, so be careful when enabling it.

警告:如果您使用的網站不知道,請當心:Flash容易受到安全漏洞的影響,因此啟用它時請務必小心。

And one final note: if you close your browser, you'll have to go through this process again the next time you want to enable Flash. Chrome is actively discouraging users from allowing Flash to be enabled, so they make it as irritating as possible.

最后一點:如果關閉瀏覽器,則下次要啟用Flash時,必須再次執行此過程。 Chrome瀏覽器積極勸阻用戶不要啟用Flash,以使他們盡可能避免惱人。

翻譯自: https://www.freecodecamp.org/news/how-to-enable-adobe-flash-player-in-google-chrome/

chrome啟用flash

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/390992.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/390992.shtml
英文地址,請注明出處:http://en.pswp.cn/news/390992.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

怎么樣把Java的字符串轉化為字節數組?

問題:怎么樣把Java的字符串轉化為字節數組 有沒有任何方法把Java的字符串轉化為字節數組 我嘗試這樣: System.out.println(response.split("\r\n\r\n")[1]); System.out.println("******"); System.out.println(response.split("\r\n\r\…

Forward團隊-爬蟲豆瓣top250項目-模塊開發過程

項目托管平臺地址:https://github.com/xyhcq/top250 開發模塊功能: 寫入文件功能 開發時間:3小時 實現將爬取到的信息寫入到文件中的功能 實現過程: # 打開文件 fopen("top250.txt","w") 在別的隊員寫的代碼基礎上,加入功能代碼 de…

CSS3 outline-offset 屬性 項目中input會遇到

outline在一個聲明中設置所有的輪廓屬性。outline:顏色(outline-line)樣式(outline-style)寬度(outline-width) outline-offset 屬性對輪廓進行偏移,并在邊框邊緣進行繪制。 輪廓在兩方面與邊框…

回歸分析中自變量共線性_具有大特征空間的回歸分析中的變量選擇

回歸分析中自變量共線性介紹 (Introduction) Performing multiple regression analysis from a large set of independent variables can be a challenging task. Identifying the best subset of regressors for a model involves optimizing against things like bias, multi…

winform窗體模板_如何驗證角模板驅動的窗體

winform窗體模板介紹 (Introduction) In this article, we will learn about validations in Angular template-driven forms. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inbuilt validations, we will a…

【loj6191】「美團 CodeM 復賽」配對游戲 概率期望dp

題目描述 n次向一個棧中加入0或1中隨機1個,如果一次加入0時棧頂元素為1,則將這兩個元素彈棧。問最終棧中元素個數的期望是多少。 輸入 一行一個正整數 n 。 輸出 一行一個實數,表示期望剩下的人數,四舍五入保留三位小數。 樣例輸入…

查找滿足斷言的第一個元素

問題:查找滿足斷言的第一個元素 我剛剛開始使用Java 8的lambdas,我嘗試去實現一些我在函數式語言里面經常用的 例如,大部分的函數式語言里有一些查找函數,針對序列或者list進行操作,返回使得斷言為真的第一個元素。我…

Lock和synchronized的選擇

學習資源:http://www.cnblogs.com/dolphin0520/p/3923167.html 一.java.util.concurrent.locks包下常用的類 1.Lock public interface Lock { void lock();//用來獲取鎖。如果鎖已被其他線程獲取,則進行等待。void lockInterruptibly() throws InterruptedException…

python 面試問題_值得閱讀的30個Python面試問題

python 面試問題Interview questions are quite tricky to predict. In most cases, even peoples with great programming ability fail to answer some simple questions. Solving the problem with your code is not enough. Often, the interviewer will expect you to hav…

spring boot中 使用http請求

因為項目需求,需要兩個系統之間進行通信,經過一番調研,決定使用http請求。服務端沒有什么好說的,本來就是使用web 頁面進行訪問的,所以spring boot啟動后,controller層的接口就自動暴露出來了,客…

arduino joy_如何用Joy開發Kubernetes應用

arduino joyLet’s face it: Developing distributed applications is painful.讓我們面對現實:開發分布式應用程序很痛苦。 Microservice architectures might be great for decoupling and scalability but they are intimidatingly complex when it comes to de…

怎么樣得到平臺相關的換行符?

問題:怎么樣得到平臺相關的換行符? Java里面怎么樣得到平臺相關的換行符。我不可能到處都用"\n" 回答一 In addition to the line.separator property, if you are using java 1.5 or later and the String.format (or other formatting me…

scrapy常用工具備忘

scrapy常用的命令分為全局和項目兩種命令,全局命令就是不需要依靠scrapy項目,可以在全局環境下運行,而項目命令需要在scrapy項目里才能運行。一、全局命令##使用scrapy -h可以看到常用的全局命令 [rootaliyun ~]# scrapy -h Scrapy 1.5.0 - n…

機器學習模型 非線性模型_機器學習:通過預測菲亞特500的價格來觀察線性模型的工作原理...

機器學習模型 非線性模型Introduction介紹 In this article, I’d like to speak about linear models by introducing you to a real project that I made. The project that you can find in my Github consists of predicting the prices of fiat 500.在本文中,…

NOIP賽前模擬20171027總結

題目: 1.壽司 給定一個環形的RB串要求經過兩兩互換后RB分別形成兩段連續區域,求最少操作次數(算法時間O(n)) 2.金字塔 給定一個金字塔的側面圖有n層已知每一層的寬度高度均為1要求在圖中取出恰好K個互不相交的矩形(邊緣可以重疊),求最多可以取…

虛幻引擎 js開發游戲_通過編碼3游戲學習虛幻引擎4-5小時免費游戲開發視頻課程

虛幻引擎 js開發游戲One of the most widely used game engines is Unreal Engine by Epic Games. On the freeCodeCamp.org YouTube channel, weve published a comprehensive course on how to use Unreal Engine with C to develop games.Epic Games的虛幻引擎是使用最廣泛的…

建造者模式什么時候使用?

問題:建造者模式什么時候使用? 建造者模式在現實世界里面的使用例子是什么?它有啥用呢?為啥不直接用工廠模式 回答一 下面是使用這個模式的一些理由和Java的樣例代碼,但是它是由設計模式的4個人討論出來的建造者模式…

TP5_學習

2017.10.27:1.index入口跑到public下面去了 2.不能使用 define(BIND_MODULE,Admin);自動生成模塊了,網上查了下: \think\Build::module(Admin);//親測,可用 2017.10.28:1.一直不知道怎么做查詢顯示和全部顯示,原來如此簡單&#x…

sql sum語句_SQL Sum語句示例說明

sql sum語句SQL中的Sum語句是什么? (What is the Sum statement in SQL?) This is one of the aggregate functions (as is count, average, max, min, etc.). They are used in a GROUP BY clause as it aggregates data presented by the SELECT FROM WHERE port…

10款中小企業必備的開源免費安全工具

10款中小企業必備的開源免費安全工具 secist2017-05-188共527453人圍觀 ,發現 7 個不明物體企業安全工具很多企業特別是一些中小型企業在日常生產中,時常會因為時間、預算、人員配比等問題,而大大減少或降低在安全方面的投入。這時候&#xf…