小编Fra*_* Lv的帖子

为什么有些MP4文件不能通过HTML5播放?

奇怪的是,一些MP4文件将在HTML5中播放,但其他人则不会.这是一个测试页面http://psdtucss.com/test/test2.html,在Chrome 19.0.1084.46 m中打开它.第一个MP4播放,但另一个不播放.什么原因.代码很简单:

<h3>the first mp4 file can play</h3> 
<p><video width="640" height="264" controls="controls"><source src="1.mp4" type="video/mp4" />Your browser does not support the video tag.</video></p> 
<h3>but the other can't play</h3> 
<p><video width="640" height="264" controls="controls"><source src="2.mp4" type="video/mp4" />Your browser does not support the video tag.</video></p>
Run Code Online (Sandbox Code Playgroud)

我怎样才能解决这个问题?

我试过videojs,但仍然有些MP4文件无法播放.测试页面在这里:http: //psdtucss.com/test/test.html

video html5 html5-video

18
推荐指数
4
解决办法
4万
查看次数

是否有任何图像效果在drupal 7中的图像中添加白色背景

Drupal 7模块的"图像样式"可以产生图像效果,如调整大小,缩放,裁剪等.但这还不够.例如,原始图像大小为800x600,我可以将其缩放到400x300,然后我想在高度上添加白色背景,使其为400x400.如何产生这种效果?

styles image effect drupal-7

9
推荐指数
2
解决办法
5195
查看次数

标签 统计

drupal-7 ×1

effect ×1

html5 ×1

html5-video ×1

image ×1

styles ×1

video ×1