我是靠谱客的博主 温暖太阳,最近开发中收集的这篇文章主要介绍flash 转换成html5,将Flash视频转换为HTML5,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

I wanted zombo.com on my iPad. That is all.

===================================================================

How I did it, for nerds:

===================================================================

Watched the Net tab for zombo.com in Firebug

wget http://www.zombo.com/inrozxa.swf

wget http://www.zombo.com/welcomeclip.swf

Opened them in SWFRIP to extract the MP3 and SVG representations of the logo and spinner.

Opened the SVG files in Adobe Illustrator (ironic, I know), tweaked a bit, exported new SVG files

Copy-pasted the SVG contents into this HTML file, tweaked the attributes a bit

Wrote the JS code to rotate the SVG spinner

Converted the MP3 to OGG using oggenc2 (not really necessary for the iPad, but apparently for Firefox)

Discovered that the iPad does not respect autoplay on HTML5 audio tags, crafted a javascript link for iPads

wget http://www.zombo.com/favicon.ico

===================================================================

References:

===================================================================

http://www.zombo.com/

http://twitter.com/zombocom

http://sourceforge.net/projects/swfrip/

http://developer.apple.com/safari/library/documentation/AudioVideo/Conceptual/Using_HTML5_Audio_Video/AudioandVideoTagBasics/AudioandVideoTagBasics.html

http://html5doctor.com/native-audio-in-the-browser/

http://emacsformacosx.com/

http://www.apple.com/hotnews/thoughts-on-flash/

最后

以上就是温暖太阳为你收集整理的flash 转换成html5,将Flash视频转换为HTML5的全部内容,希望文章能够帮你解决flash 转换成html5,将Flash视频转换为HTML5所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(63)

评论列表共有 0 条评论

立即
投稿
返回
顶部