When I open a blank file with only the code:
function showSuccess()
print( “success” )
end
media.playVideo( “hummingbird.mp4” , true, showSuccess)
The corona simulator displays nothing on screen, and the output is empty as well. On my android phone the video plays fine.
Question: Can corona simulator handle media.playVideo while i’m using a windows OS? If not possible on Windows. How can I get around this? On bigger projects I would need the showSuccess function to print “success” in order to debug.
Thank you