Page 1 of 2

Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 12:15 pm
by Appmos

I ́m using the video object in the application with the script to play a video from you tube but was not played on a device with android 2.3.5


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 1:17 pm
by Maryna Brodina

Hello! Please check whether you use right video format for Android http://www.longtailvideo.com/html5


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 1:35 pm
by Appmos

Hi Thanks for the reply.

I'm using the video that you indicate in the help document to test (http://clips.vorwaerts-gmbh.de/big_bu...). Problems only if the Tiggzi object is a JS API, which I believe is not.


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 2:02 pm
by maxkatz

Tiggzi has nothing to do with playing the video, we use the standard HTML5 video tag. The video plays in the mobile browser. So, you need to make sure the browsers that you have on your mobile phone supports the format you are playing.


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 2:06 pm
by Appmos

I checked the instructions in tiggzi ́s help. I'm using the video file that you indicated in that document (http://clips.vorwaerts-gmbh.de/big_bu...) to test it. The Longtail warns that have problem only if the video object is a JS API, which I believe is not.


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 4:03 pm
by Appmos

Vey odd. I tested the video from you tube in my browser and works very well, but not works in Tiggzi Application. Leaving nothing to chance, I decided to use the script as quoted on the topic: https://getsatisfaction.com/tiggzi/to.... It did not work well. I decided to test on my tablet (Android 4.3) and the video was not reproduced by the application. I tested the browser on the tablet you tube and other video site and it worked fine. What else can I do to test.


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 5:14 pm
by maxkatz

This works on Android 2.3.5: http://project.tiggzi.com/view/a8fdb9...


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 5:37 pm
by Appmos

Using your script?

code
$('<iframe &#47;>', {
name: 'myFrame',
id: 'myFrame',
class: 'youtube-player" type="text&#47;html',
width: '280',
height: '250',
src: 'http:&#47;&#47;www&#46;youtube&#46;com&#47;embed&#47;TIA6KNfpRqs'})&#46;appendTo(Tiggr('mobilelabel1'));
/code

I ́m using de Tiggzi tester to check the application and not worked.


Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 5:50 pm
by maxkatz

Video not playing in the Android 2.3.5

Posted: Tue Sep 18, 2012 6:18 pm
by Appmos

What can I be doing wrong? Only works on the web: (http://project.tiggzi.com/mobile-fram...)

Another doubt: the video object does not have a class field. How do I apply CSS to this object, if you can make it work well?