Is it possible when using videoview to play the video default in Landscape ?
i now use this code
This works perfect but i want the video to load default in landscape since the app is by default in portrait.
Thnx in advance
i now use this code
B4X:
Sub test_Click
Activity.AddView(vv, 10dip, 10dip, 550dip, 550dip)
vv.
vv.LoadVideo("http","http://144.76.3.83/sky_sports1gb.m3u8?bandwidth=956&token=205e6dc135bf9e7fe3da60d6ba052211&user=35430&playlistlength=25&os=browser")
vv.Play
End Sub
This works perfect but i want the video to load default in landscape since the app is by default in portrait.
Thnx in advance