-
13 Jul 2012 1:30 AM #1
Unanswered: how to fix video playin in android > 4.x
Unanswered: how to fix video playin in android > 4.x
Hello,
Since Android 4.0.3 our Sencha2 App with Phonegap 1.9 has some proplems to play a video.
In Android 2.3.4 and IOS .x and of course in the browser it is still working.
In the view we maked:
In the controller we have set the Url like that:Code:{ xtype: 'video', id: 'TestimonialDetailVideo', url: '', posterUrl: '' }
Only the poster is visible, nothing from the video (e.g. controls)Code:Ext.getCmp('TestimonialDetailVideo').setUrl("app/resources/vid/" +e.data.video); Ext.getCmp('TestimonialDetailVideo').setPosterUrl("app/resources/img/" + e.data.poster);
I tried to debug it and i've found out that:
Ext.getCmp('TestimonialDetailVideo').rendered /.initialized and all off these are true,
but the .media.dom.currentSrc is empty.
Thanks urb
-
15 Jul 2012 12:34 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,714
- Vote Rating
- 438
- Answers
- 3113
The post is displayed but when you tap on the poster does the video then play?
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
15 Jul 2012 11:48 PM #3
No the video is not starting and also the controls are not shown


Reply With Quote