2015-09-17 48 views

回答

0

我遇到了同樣的問題,因爲我想在iOS設備上運行swf。 我通過在html5中轉換swf來實現解決方案。

我是怎麼做到的?

1> save your fla as html5 canvas 
2> now your unsupported code of as3 will be commented while converting 
3> rewrite your as3 code in javascript for the same 
4> publish 
5> you will get .html and .js now you can use it in any device which has html5 supported browser 
+0

+1謝謝,順便說一句,你有檢查該網站的元素?他們仍然使用.swf文件。 我想知道他們用什麼 – Reza

+0

對不起親愛的,我不知道他們是如何使用的,以及我必須探索更多。 –