Hi,
i want to put ads in my video apps.
but i try media video, and theres no way to put ads in front of it. so i using native video.
but theres no controler.
is there any way to create slider controler with native video ?
i have create slider, and show current time, but no luck.
local slider = widget.newSlider
{
top = 700,
left = 200,
width = 900,
value = video.currentTime,
listener = sliderListener
}
if event.errorCode then
native.showAlert( “Error!”, event.errorMessage, { “OK” } )
end
or there is a way to show ads in media video?
thanks in advance