本地播放魔方 flash模拟魔方转动
1、下载安装搜狗浏览器、flash播放器https://dlie.sogoucdn.com/se/sogou_explorer_11.0.1_0722.exe
https://www.flash.cn/flashcenter/latest/install_flashcenter_show.exe
2、下载魔方flash文件,并解压
假设文件放在D:/yourflashdir
3、在搜狗浏览器地址栏中输入本地flash文件位置并回车(在flashcenter中打开也可以,flash->flash文件播放->选择swf文件)
file:///D:/yourflashdir/sq1.swf?shape=A12345678BCDEFGH&move=/2,4/-2,-1/3,3/
file:///D:/yourflashdir/cube3.swf?move=UFR&speed=6
地址中问号后面的参数见浮云的帖子:
http://bbs.mf8-china.com/forum.php?mod=viewthread&tid=17481&extra=page%3D1
http://bbs.mf8-china.com/forum.php?mod=viewthread&tid=45599
java俺不会,flash也不会,这是浮云之前做的,还可以用:lol
里面有sq1、三阶。 好东西码住 cube3.swf用ruffle可以正常播放。<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<div style="width:250px;height:300px"></div>
<script>
const ruffle=RufflePlayer.newest()
let p=ruffle.createPlayer()
document.querySelector('div').append(p)
p.load({
url:'cube3.swf',
parameters:'move=UFR&speed=6',
})
</script>sq1.swf不行。
页:
[1]