Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-4327] Android: add videoPlayer to a window

GitHub Issuen/a
TypeNew Feature
PriorityMedium
StatusClosed
ResolutionDuplicate
Resolution Date2011-09-21T16:27:08.000+0000
Affected Version/sRelease 1.6.2
Fix Version/sn/a
ComponentsAndroid
Labelsn/a
ReporterJon Alter
AssigneeDon Thorp
Created2011-06-06T11:59:26.000+0000
Updated2011-09-21T16:27:08.000+0000

Description

Would like to be able to add the video player to a window, rather than it opening its own window.
var win = Titanium.UI.createWindow();
var activeMovie = Titanium.Media.createVideoPlayer({
    contentURL: 'http://theatercrew.com/sample.mp4',
    autoplay: true
});
win.add(activeMovie);
win.open();

Associated Helpdesk Ticket

http://appc.me/c/APP-888114

Comments

  1. Bill Dawson 2011-09-21

    Duplicates TIMOB-2565

JSON Source