initialPlaybackTime & endPlaybackTime not working in VideoPlayer

You must Login before you can answer or comment on any questions.

Hello,

I am unable to set initialPlaybackTime & endPlaybackTime for video . Working in Titanium 1.8.2 sdk for iPad . Please help to resolve the problem, Looking for positive response.

var Movie = Titanium.Media.createVideoPlayer({
 
        backgroundColor:'#111',
        movieControlMode:Titanium.Media.VIDEO_CONTROL_DEFAULT,
        contentURL:"name of video",
        scalingMode:Titanium.Media.VIDEO_SCALING_MODE_FILL,
        initialPlaybackTime:20.00,
        endPlaybackTime:30,
    });

— asked 11 months ago by Moiz Chhatriwala
1 Comment
  • Still getting same issue ...please help me in resolving ....

    — commented 11 months ago by Moiz Chhatriwala

Your Answer

Think you can help? Login to answer this question!