I need to build a super simple App for our aquarium exhibit space.
Basically we just need the iPad to play back a video full-screen, on a permanent loop, and not respond to any user input.
I have not been able to get the video playback to work. I tried creating a onComplete listener but the movie refuses to play again after the initial playback.
Here is some sample main.lua code:
local function playMyVideo()
media.playVideo( “sample.m4v”, false, playMyVideo )
end
playMyVideo()
This of course causes a stack overflow on the Corona simulator because it does not provide native video feedback but should not be a problem on the Xcode simulator.
Any suggestions on what to do? [import]uid: 6310 topic_id: 15166 reply_id: 315166[/import]
[import]uid: 52491 topic_id: 15166 reply_id: 56145[/import]