Does anyone know if there is a way to display video/multimedia content using Ext js?![]()
Does anyone know if there is a way to display video/multimedia content using Ext js?![]()
I have done it using an iframe, I have seen some extentions that other people wrote and I could not get it to work but good all html did
Code:html:'<iframe src="'+videoPath+'" width="320" height="240" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>'
I have done it using an iframe, I have seen some extentions that other people wrote and I could not get it to work but good all html did
Code:html:'<iframe src="'+videoPath+'" width="320" height="240" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""></iframe>'