I need to be able to play a video on an iPad. I am able to play other apps (hello world, fishies) on it so I know it’s able to run my apps. I also have written it in objective-c using the iPhone SDK and it works, but for some reason, the Corona SDK on the iPad doesn’t seem to want to play video. Here’s my code:
local onComplete = function(event)
print( “video session ended” )
end
media.playVideo( “iDemo_v3.mp4”, true, onComplete )
Can someone please help me. I don’t want to have to write this entire program in objective-c!!!
Also, when I look in the device logs in xcode, it shows that the app had crashed. Can anyone explain this? [import]uid: 5885 topic_id: 738 reply_id: 300738[/import]