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 

  • 相关阅读:
    hdu1828(线段树——矩形周长并)
    hdu1255(线段树——矩形面积交)
    用jQuery获取到一个类名获取到的是一个数组 ,如果对数组中的每个进行相应的操作可以这样进行
    CSS3向外扩散的圆
    鼠标放上去图片会放大
    Django分页
    Django使用富文本编辑器
    Django日志配置
    Linux中的文件类型
    Linux压缩和解压缩
  • 原文地址:https://www.cnblogs.com/zhepama/p/4152913.html
Copyright © 2011-2022 走看看