Quantcast
Viewing all articles
Browse latest Browse all 8068

VideoPlayer does not play movie (Ti 3.2.2)

Hi:

I've put the following code on a window, but it doesn't work (movie does not play), and it used to work on previous titanium versions.

<View id="movieView">
            <VideoPlayer id="videoPlayer" ns="Ti.Media" top="0" url="/vela.mp4" height="100%" width="100%" backgroundColor="transparent" autoplay="true"
            scalingMode="Titanium.Media.VIDEO_SCALING_ASPECT_FILL" mediaControlStyle="Titanium.Media.VIDEO_CONTROL_NONE"/>
</View>
At least on 3.1.3 it use to work. What's wrong ?

Regards Joao


Viewing all articles
Browse latest Browse all 8068

Trending Articles