I want to show a video in my application. This video is uploaded in a sharing video Site. According to Site protocol, videos can be accessed only by embed code. I did it before by WebView but in WebView video is not Fullscreen. I decided to use ExoPlayer but all methods in ExoPlayer do not work with embed code and the video does not display. The B4A File with WebView is attached. My question is can I use ExoPlayer for this purpose? or should I try another method?