Hi to all,
i don’t understand why this code does not work.
Can’t see anything in Corona Simulator (ver: 2010.109 - 2010.9.30) iPhone4
Don’t play any video.
local trace=function(text,posx,posy)
local fontsize=32
local test = display.newText(text, posx, posy, "Courier", fontsize)
test:setTextColor(255, 255, 255, 255)
end
local onComplete
onComplete = function(event)
trace("video finito",32,80)
end
trace("Init video",32,40)
media.playVideo("test.m4v", true, onComplete )
Can you help me?
Thank’s in advances,
Fabrizio [import]uid: 4168 topic_id: 3278 reply_id: 303278[/import]

[import]uid: 10657 topic_id: 3278 reply_id: 9964[/import]