Hi,
While testing the below code in corona simulator,video is not playing just it hang the simulator.
local function onComplete(event)
print(“end”)
return true
end
media.playVideo( “video1.mp4” , system.TemporaryDirectory , true, onComplete )
Thanks