您好,匿名用户
随意问技术百科期待您的加入

iOS 4.2.1 以后的版本Safari怎么自动播放

0 投票

在做一个需要播放声音的页面,调用player.load()和player.play()以后,在以前的版本是可以自动播放的
但是4.2.1貌似播放不出来了,是因为Safari修改了什么东西,不允许自动播放了?

用户头像 提问 2012年 12月1日 @ Heimerdinger 上等兵 (311 威望)
分享到:

1个回答

0 投票
 
最佳答案

苹果官方文档 http://developer.apple.com/library/sa...

User Control of Downloads Over Cellular Networks

In Safari on iOS (for all devices, including iPad), where the user may be on a cellular network and be charged per data unit, preload and autoplay are disabled. No data is loaded until the user initiates it. This means the JavaScript play() and load() methods are also inactive until the user initiates playback, unless the play() or load() method is triggered by user action. In other words, a user-initiated Play button works, but an onLoad="play()" event does not.

This plays the movie: <input type="button" value="Play" onclick="document.myMovie.play()">

This does nothing on iOS: <body onload="document.myMovie.play()">
用户头像 回复 2012年 12月1日 @ Ryze 上等兵 (293 威望)
选中 2012年 12月1日 @Heimerdinger
提一个问题:

相关问题

0 投票
1 回复 105 阅读
用户头像 提问 2012年 12月1日 @ Riven 上等兵 (334 威望)
+3 投票
1 回复 103 阅读
用户头像 提问 2012年 12月13日 @ 匿名用户
+2 投票
1 回复 67 阅读
用户头像 提问 2013年 1月26日 @ Vayne 上等兵 (271 威望)
+1 投票
1 回复 93 阅读
0 投票
1 回复 406 阅读

欢迎来到随意问技术百科, 这是一个面向专业开发者的IT问答网站,提供途径助开发者查找IT技术方案,解决程序bug和网站运维难题等。
温馨提示:本网站禁止用户发布与IT技术无关的、粗浅的、毫无意义的或者违法国家法规的等不合理内容,谢谢支持。

欢迎访问随意问技术百科,为了给您提供更好的服务,请及时反馈您的意见。
...