Page 1 of 1
Embedded video not playing
Posted: Mon Jan 07, 2013 7:32 am
by sharmaintl
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');
Embedded video not playing
Posted: Mon Jan 07, 2013 5:08 pm
by maxkatz
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?
Embedded video not playing
Posted: Mon Jan 07, 2013 8:48 pm
by sharmaintl
Yes. The video plays just fine in all desktop browsers I tried
Embedded video not playing
Posted: Mon Jan 07, 2013 8:53 pm
by maxkatz
It's possible the format/codec is not supported by the mobile browser.
Embedded video not playing
Posted: Mon Jan 07, 2013 8:54 pm
by sharmaintl
Possible. I will see if they have the same video on YouTube too. Thanks.
Embedded video not playing
Posted: Tue Feb 12, 2013 12:07 am
by SteveLacy
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).
Embedded video not playing
Posted: Tue Feb 12, 2013 1:07 pm
by Maryna Brodina
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.