zoukankan      html  css  js  c++  java
  • 如何打开chrome中flash debug player

    If you’ve installed the latest version of Google Chrome, and you are having a problem debugging your Flash in it, there’s a reason. As you may have heard, Chrome now comes pre-installed with the Flash player. For good reasons, this is not the debug version of the player. All well and good, you go over to Adobe.com and re-install the debug player of your choice and debug your latest project… still no debugging. Hmm… If you’re like me, you “solve” this by switching to Firefox for debugging. I finally found out what’s happening though. 

    It seem’s the built-in Flash player in Chrome will get used by default, despite whatever other version you might have installed. It’s always going to go back to its own original version. To change this, type the following in the URL field: 

    about:plugins 

    This will give you a list of plugins. Somewhere in there, you’ll see “Shockwave Flash” with the version, location, etc. Underneath that is a “Disable” link. Go ahead and click it. You’re not disabling Flash all together, just the built-in version. Now, when you hit a SWF on a web page, it’ll go to the latest system-wide version you installed, i.e. the debug player probably. 

    1、去adobe官网下载对应版本的debug plugin.
    2、打开chrome,在地址栏中输入chrome://plugins/,这时你可以看到一个标题为“Flash(2 files)”的插件。
    3、点该页面左侧的“+ 详细信息”,这时可以看到Flash插件栏只有2个版本,停用内置的Shockwave Flash。
    4、OK,现在可以使用你想要版本的flash player了。


    原文如上,so 我们要进入到chrome://plugins/ 这里把那个默认的flash player 停用了 只保留C:WINDOWSsystem32MacromedFlashNPSWF32.dll位置是这里的插件,这样每次运行flash builder时打开chrome的页面就会出现debug模式 

    参考网址: 
    http://www.cnblogs.com/riacool/archive/2010/07/16/1779231.html 

  • 相关阅读:
    IDEA成功注册方法
    H2O中的随机森林算法介绍及其项目实战(python实现)
    scala语言简介及其环境安装
    SparkSQL---实战应用
    Spark算子---实战应用
    利用python的KMeans和PCA包实现聚类算法
    Spark MLlib回归算法------线性回归、逻辑回归、SVM和ALS
    m个苹果放在n个盘子里面有多少种放法?(动态规划)
    Java_CookieUtil
    Jquery_AjaxFileUpload插件的使用记录
  • 原文地址:https://www.cnblogs.com/zhepama/p/4152913.html
Copyright © 2011-2022 走看看