如何创建适合移动设备的swf内容?
你不需要安装flash播放器来打开内容。
比如http://issuu.com
答案 0 :(得分: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