Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Video not playing in the Android 2.3.5

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Video not playing in the Android 2.3.5

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

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Video not playing in the Android 2.3.5

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.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Video not playing in the Android 2.3.5

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.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Video not playing in the Android 2.3.5

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.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Video not playing in the Android 2.3.5

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.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Video not playing in the Android 2.3.5

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.

Appmos
Posts: 0
Joined: Thu Sep 06, 2012 1:26 pm

Video not playing in the Android 2.3.5

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?

Return to “Issues”