sharmaintl
Posts: 0
Joined: Wed Nov 21, 2012 7:10 pm

Embedded video not playing

As per your docs on embedding video (http://docs.tiggzi.com/documentation/...) I am running the follwoing code on page load. The video loads and plays but nothing is visible. I am hear the video playing - no visual.

$('', {
name: 'myFrame',
id: 'myFrame',
width: '300',
height: '250',
src: "http://player.theplatform.com/p/9KPFD..."
}).appendTo('body');

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

Embedded video not playing

Different mobile browsers have different support for video format - so it's something you would need to check. Does the video play when you test in desktop browser?

sharmaintl
Posts: 0
Joined: Wed Nov 21, 2012 7:10 pm

Embedded video not playing

Yes. The video plays just fine in all desktop browsers I tried

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

Embedded video not playing

It's possible the format/codec is not supported by the mobile browser.

sharmaintl
Posts: 0
Joined: Wed Nov 21, 2012 7:10 pm

Embedded video not playing

Possible. I will see if they have the same video on YouTube too. Thanks.

SteveLacy
Posts: 6
Joined: Fri Apr 20, 2012 11:54 pm

Embedded video not playing

I found that I had the same problem. Although I discovered that if you hit the "full screen" option on the player, the video appears in the full screen mode.

Although I have not found a solution to this issue (where the non-full screen video appears).

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

Embedded video not playing

Hello! Not sure why video plays when you check "full screen", but here http://caniuse.com/#feat=video you can check what format supported in different browsers.

Return to “Issues”