2

我制作了一个透明的 .flv 视频我使用 jwplayer 播放 .flv 视频,效果很好,透明度在那里,但我的主要问题是让它在 iOS 系统上工作,因为 iOS 不支持 .flv 播放我不得不使用 html5视频标签来播放文件,因此我将.flv转换为所有html5视频格式,即.webm、.ogg、.mp4,它们不保留.flv文件的透明度所以我需要一个在iOS系统上工作的透明视频,尤其是 iPad。

4

1 回答 1

0

I had the same problem before in iOS, and also the video always goes fullscreen.

I make a little trick to solved this using sprite image CSS technique and html5 audio.
you can refer to this thread : Multiple HTML5 media elements on one page in iOS (iPad)
In case of you, you can make a sprite image CSS - with transparent effect.

于 2012-07-24T04:33:10.290 回答