I have a problem with a video on the Nexus 7 (Android 4.4.3) using the Adobe Content Viewer. I hear the sound, see the timeline but I do not see the video.
The file is a MP4 and this is the code I used in the actions on the timeline:
var video = sym.$("video");
$(video).html('<video width="640" height="480" poster="assets/poster1.jpg" controls="controls"><source src="assets/video1.mp4" type="video/mp4"/></video>');
and then I created the symbol "video".
With a Samsung S2 and Android 4.1.2 instead everything is working correctly.
Even from your browser and Ipad no problem.
I do not understand why ...