gpt4 book ai didi

sencha-touch - 使用 Sencha 添加视频

转载 作者:行者123 更新时间:2023-12-01 14:31:01 25 4
gpt4 key购买 nike

我想使用 Sencha 在我的站点中添加一个 YouTube 视频。我使用以下代码:

 var pnl = new Ext.Panel({
layout: {
type: 'vbox',
pack: 'center'
},
items: [{
xtype:'video',
url: "space.mp4",
loop: true,
width: 500,
height: 400,
poster: 'Screenshot.png'
}],
fullscreen: true
})

在这里,我将 space.mp4 替换为 youtube 网址,但它不起作用。如果我写 html:'you tube link',它可以在我系统的浏览器上运行,但不能在 iPhone 上运行。

我怎样才能让它工作?

最佳答案

一种解决方法是使用 youtube 提供的嵌入代码 (iframe) 嵌入视频。只需使用 iframe 代码为您的组件提供 html 属性,例如:

html: '<iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/1VcZ5eOwHQA" frameborder="0" allowfullscreen></iframe>'

关于sencha-touch - 使用 Sencha 添加视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3957250/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com