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 

  • 相关阅读:
    (Redis基础教程之十) 如何在Redis中运行事务
    (Python基础教程之十三)Python中使用httplib2 – HTTP GET和POST示例
    (Redis基础教程之六)如何使用Redis中的List
    (Redis基础教程之九) 如何在Redis中使用Sorted Sets
    (Python基础教程之十九)Python优先级队列示例
    (Python基础教程之十八)Python字典交集–比较两个字典
    (Python基础教程之十七)Python OrderedDict –有序字典
    Heap_Sort
    Quick_Sort
    Merge_Sort
  • 原文地址:https://www.cnblogs.com/zhepama/p/4152913.html
Copyright © 2011-2022 走看看