EZboy
11 Sep 2010, 2:18 PM
Hi there,
I am exploring the video panel features and can not get it to work on iPad or Chrome.
I am using a video link that works when pasted in the url bar by itself, it does not work when used with the video panel.
Can someone tell me what am I doing wrong please?
var youtubeOverlay = new Ext.Panel({
fullscreen: true,
items: [{
floating: true,
x: 200,
y: 100,
width: 600,
height: 400,
xtype: 'video',
url: "http://thelastminuteblog.com/video/bush-mediacoverage.mov"
}]
});
I am exploring the video panel features and can not get it to work on iPad or Chrome.
I am using a video link that works when pasted in the url bar by itself, it does not work when used with the video panel.
Can someone tell me what am I doing wrong please?
var youtubeOverlay = new Ext.Panel({
fullscreen: true,
items: [{
floating: true,
x: 200,
y: 100,
width: 600,
height: 400,
xtype: 'video',
url: "http://thelastminuteblog.com/video/bush-mediacoverage.mov"
}]
});