search
HomeWeb Front-endH5 Tutorial豆瓣电台为什么不做 HTML5 版的播放器呢?

回复内容:

@张兵 的说法有一些值得商榷的地方。
1. Flash播放器照样能下载,如下图。 豆瓣电台为什么不做 HTML5 版的播放器呢?2. 如果不考虑浏览器兼容问题,在播放器方面,HTML 5能实现的效果绝对不比Flash差。
3. iPad/iPhone都只支持HTML 5,而不支持Flash。HTML 5配上优雅降级到Flash,其实是最好的做法,Slideshare前一阵已经开始支持HTML 5渲染幻灯片了。
4. 豆瓣没有这么做,确实是国内不支持HTML 5的浏览器用户太多。UPDATE1: 豆瓣电台在IE9下是HTML 5播放器,而Chrome和FF下是Flash。豆瓣在移动端的解决方案是移动App,移动App的效果比移动网页好不少。不过缺点是需要维护多个版本,多个平台。
5. 技术发展很快,没人敢预言5年后的技术主流,更不要说2020年。HTML 5的「首次大规模推广」绝对不是2020!真的到了2020,HTML 5估计已经都要被淘汰了。 HTML 5版的音乐可以将源文件下载到本地,Flash版的下不到。
能下载和不能下载版权费是不一样的。
而且就目前来看,Flash可以做出各种表面效果,各个浏览器里表现基本一致。HTML 5还没成熟到那个程度。
PS:目前不要对HTML 5期待太多,它的首次大规模推广预计在2020年以后。
Update1 : Flash版的资源也是可以下载到的。豆瓣电台在IE9下是HTML5版的,我用chome更改为IE9 UA后可以直接看到链接。见图。 豆瓣电台为什么不做 HTML5 版的播放器呢?
HTML5规范草案将于2012年发布候选推荐版,2022年发布计划推荐版。
这摘自《HTML5高级程序设计》,来自图灵的链接: ituring.com.cn/article/
更多关于2022的问题,参见这里:mhtml5.com/2012/03/4653
update2:上面说错了,目前HTML5还是非常值得期待的,向下兼容,而且浏览器厂商都在往这方面加油,哪个浏览器出个新版不跑个html5的分数都不好意思。 IE9下是html5的。为啥chrome和firefox上不是,会不会是在这样很容易下载到音乐 我很想知道豆瓣FM做了HTML5的会有啥区别?跳动的动画吗? IE9 的豆瓣电台是 HTML5 的,IE8 以下没有 audio 标签所以肯定要用 Flash 代替的

至于为什么 Firefox 和 Chrome 不采用 HTML5 版本,也许是市场占有率太低,也许有其他原因,这就要问豆瓣了 补充,不是所有浏览器都支持HTML5也是重要原因.国内IE6用户仍不少. 豆瓣电台有html5的播放器...
Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
H5: Key Improvements in HTML5H5: Key Improvements in HTML5Apr 28, 2025 am 12:26 AM

HTML5 brings five key improvements: 1. Semantic tags improve code clarity and SEO effects; 2. Multimedia support simplifies video and audio embedding; 3. Form enhancement simplifies verification; 4. Offline and local storage improves user experience; 5. Canvas and graphics functions enhance the visualization of web pages.

HTML5: The Standard and its Impact on Web DevelopmentHTML5: The Standard and its Impact on Web DevelopmentApr 27, 2025 am 12:12 AM

The core features of HTML5 include semantic tags, multimedia support, offline storage and local storage, and form enhancement. 1. Semantic tags such as, etc. to improve code readability and SEO effect. 2. Simplify multimedia embedding with labels. 3. Offline storage and local storage such as ApplicationCache and LocalStorage support network-free operation and data storage. 4. Form enhancement introduces new input types and verification properties to simplify processing and verification.

H5 Code Examples: Practical Applications and TutorialsH5 Code Examples: Practical Applications and TutorialsApr 25, 2025 am 12:10 AM

H5 provides a variety of new features and functions, greatly enhancing the capabilities of front-end development. 1. Multimedia support: embed media through and elements, no plug-ins are required. 2. Canvas: Use elements to dynamically render 2D graphics and animations. 3. Local storage: implement persistent data storage through localStorage and sessionStorage to improve user experience.

The Connection Between H5 and HTML5: Similarities and DifferencesThe Connection Between H5 and HTML5: Similarities and DifferencesApr 24, 2025 am 12:01 AM

H5 and HTML5 are different concepts: HTML5 is a version of HTML, containing new elements and APIs; H5 is a mobile application development framework based on HTML5. HTML5 parses and renders code through the browser, while H5 applications need to run containers and interact with native code through JavaScript.

The Building Blocks of H5 Code: Key Elements and Their PurposeThe Building Blocks of H5 Code: Key Elements and Their PurposeApr 23, 2025 am 12:09 AM

Key elements of HTML5 include,,,,,, etc., which are used to build modern web pages. 1. Define the head content, 2. Used to navigate the link, 3. Represent the content of independent articles, 4. Organize the page content, 5. Display the sidebar content, 6. Define the footer, these elements enhance the structure and functionality of the web page.

HTML5 and H5: Understanding the Common UsageHTML5 and H5: Understanding the Common UsageApr 22, 2025 am 12:01 AM

There is no difference between HTML5 and H5, which is the abbreviation of HTML5. 1.HTML5 is the fifth version of HTML, which enhances the multimedia and interactive functions of web pages. 2.H5 is often used to refer to HTML5-based mobile web pages or applications, and is suitable for various mobile devices.

HTML5: The Building Blocks of the Modern Web (H5)HTML5: The Building Blocks of the Modern Web (H5)Apr 21, 2025 am 12:05 AM

HTML5 is the latest version of the Hypertext Markup Language, standardized by W3C. HTML5 introduces new semantic tags, multimedia support and form enhancements, improving web structure, user experience and SEO effects. HTML5 introduces new semantic tags, such as, ,, etc., to make the web page structure clearer and the SEO effect better. HTML5 supports multimedia elements and no third-party plug-ins are required, improving user experience and loading speed. HTML5 enhances form functions and introduces new input types such as, etc., which improves user experience and form verification efficiency.

H5 Code: Writing Clean and Efficient HTML5H5 Code: Writing Clean and Efficient HTML5Apr 20, 2025 am 12:06 AM

How to write clean and efficient HTML5 code? The answer is to avoid common mistakes by semanticizing tags, structured code, performance optimization and avoiding common mistakes. 1. Use semantic tags such as, etc. to improve code readability and SEO effect. 2. Keep the code structured and readable, using appropriate indentation and comments. 3. Optimize performance by reducing unnecessary tags, using CDN and compressing code. 4. Avoid common mistakes, such as the tag not closed, and ensure the validity of the code.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!