-
Notifications
You must be signed in to change notification settings - Fork 0
常见问题
- 哪里可以找到 Shumway 的技术演示?
- 我可以安装 Shumway 的扩展吗?
- 我听说 Shumway 属于 Firefox Nightly 的一部分,我要怎么做才能用上它?
- 我的一部 Flash 影片无法在 Shumway 中正常使用,我该怎么提交这个问题?
- 构建项目对我来说太麻烦了,我还有什么办法测试我的 SWF 文件?
The live demos are located at http://mozilla.github.io/shumway/ (and also mirrored at http://www.areweflashyet.com/shumway/). These is HTML5 web application and does not require any extensions or add-ons installed.
Yes, you can. The extension is published at http://www.areweflashyet.com/shumway/extension/firefox/shumway.xpi and automatically updated. The extension requires click-to-play enabled (for Firefox 21+) and Flash plugin set to "Ask to Activate" (for Firefox 23+).
It is possible to configure the extension (e.g. when the Flash plugin is not installed) to ignore click-to-play settings and always show the Shumway player. See https://github.com/mozilla/shumway/wiki/Debugging-and-Configuring-Shumway#using-the-extension for more information.
The Shumway code is disabled by default (see bug 904346). You have to enable it by opening the web browser at about:config
and changing the preference shumway.disabled
to false
.
The Nightly downloads can be found at http://nightly.mozilla.org/.
Yes, but you will be requested to submit the source code. It will be really helpful, if the problematic movie is reduced to the small test case.
You can use the inspector located at http://mozilla.github.io/shumway/examples/inspector/inspector.html or http://www.areweflashyet.com/shumway/examples/inspector/inspector.html. See Accessing SWFs from Remote Sites for details.