Hello everybody.
How can I see my progress bar when my video is buffering without autoplay in JW 4.5?
In function playHandler(evt:ViewEvent) I have done
playItem();
dispatchEvent(new ControllerEvent(ControllerEvent.PLAY, { state:true } ));
dispatchEvent(new ControllerEvent(ControllerEvent.PLAY, { state:false } ));But no success. I saw all results about this optimization but it was for an older versions.
Anybody can help me please?
