I'm curious as to what versions of Flash stuff is tested with. How do you manage it across different browsers?
我很好奇测试了什么版本的Flash内容。你如何在不同的浏览器上管理它?
I'm wanting to test things with both swfdec and gnash and hoping maybe there's some way I didn't know about...
我想用swfdec和gnash测试一些东西,并希望可能有一些我不知道的方式......
4 个解决方案
#1
1
All the test i run are made over IE 7, Firefox 2 and 3, Safari, Google Chrome and the Stand Alone Player. The Flash Player version i use was 9 (always the last version) and now i use Flash Player 10. Sometimes i come back with the 9 version, but always you can ask to update the flash player version.
我运行的所有测试都是通过IE 7,Firefox 2和3,Safari,Google Chrome和Stand Alone Player完成的。我使用的Flash Player版本是9(总是最后一个版本),现在我使用Flash Player 10.有时我会回来使用9版本,但总是可以要求更新Flash播放器版本。
#2
0
When i was working in the software quality team at my old part-time, we usually tested all the versions possible to guarantee that some old legacy problem wouldn't appear.
当我在我的旧兼职软件质量团队工作时,我们通常会测试所有可能的版本,以保证不会出现一些旧的遗留问题。
If you want to do some serious testing then i would suggest you to test on:
如果你想做一些严肃的测试,那么我建议你测试:
- IE 6 and 7
- Firefox 2 and 3
- Safari
- Rotate flash versions on all of them to guarantee sustainability.
IE 6和7
Firefox 2和3
在所有这些上旋转闪光版本以确保可持续性。
I dunno any automated tool though :x
我不知道任何自动化工具:x
#3
0
I am not doing much Flash development yet, but I've decided to target Flash 7, which means testing on 7, 8, 9, and 10. You can download previous versions of Flash for testing.
我还没有进行太多的Flash开发,但我决定针对Flash 7,这意味着要在7,8,9和10上进行测试。您可以下载以前版本的Flash进行测试。
#4
0
We target version 8, and test in 8 and 9 (and now 10) using virtual machines, to avoid having to uninstall and reinstall Flash over and over again.
我们针对版本8,并使用虚拟机在8和9(现在是10)中进行测试,以避免不得不一遍又一遍地卸载并重新安装Flash。
With more restrictive default cross domain policies coming, it's best to test using the debugger versions of the player, which implement these more restrictive policies earlier than the standard releases do, so you'll know you'll be ready for the future. http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
随着更严格的默认跨域策略的出现,最好使用播放器的调试器版本进行测试,这些版本比标准版本更早地实施这些限制性更强的策略,因此您将知道您将为未来做好准备。 http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
#1
1
All the test i run are made over IE 7, Firefox 2 and 3, Safari, Google Chrome and the Stand Alone Player. The Flash Player version i use was 9 (always the last version) and now i use Flash Player 10. Sometimes i come back with the 9 version, but always you can ask to update the flash player version.
我运行的所有测试都是通过IE 7,Firefox 2和3,Safari,Google Chrome和Stand Alone Player完成的。我使用的Flash Player版本是9(总是最后一个版本),现在我使用Flash Player 10.有时我会回来使用9版本,但总是可以要求更新Flash播放器版本。
#2
0
When i was working in the software quality team at my old part-time, we usually tested all the versions possible to guarantee that some old legacy problem wouldn't appear.
当我在我的旧兼职软件质量团队工作时,我们通常会测试所有可能的版本,以保证不会出现一些旧的遗留问题。
If you want to do some serious testing then i would suggest you to test on:
如果你想做一些严肃的测试,那么我建议你测试:
- IE 6 and 7
- Firefox 2 and 3
- Safari
- Rotate flash versions on all of them to guarantee sustainability.
IE 6和7
Firefox 2和3
在所有这些上旋转闪光版本以确保可持续性。
I dunno any automated tool though :x
我不知道任何自动化工具:x
#3
0
I am not doing much Flash development yet, but I've decided to target Flash 7, which means testing on 7, 8, 9, and 10. You can download previous versions of Flash for testing.
我还没有进行太多的Flash开发,但我决定针对Flash 7,这意味着要在7,8,9和10上进行测试。您可以下载以前版本的Flash进行测试。
#4
0
We target version 8, and test in 8 and 9 (and now 10) using virtual machines, to avoid having to uninstall and reinstall Flash over and over again.
我们针对版本8,并使用虚拟机在8和9(现在是10)中进行测试,以避免不得不一遍又一遍地卸载并重新安装Flash。
With more restrictive default cross domain policies coming, it's best to test using the debugger versions of the player, which implement these more restrictive policies earlier than the standard releases do, so you'll know you'll be ready for the future. http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
随着更严格的默认跨域策略的出现,最好使用播放器的调试器版本进行测试,这些版本比标准版本更早地实施这些限制性更强的策略,因此您将知道您将为未来做好准备。 http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html