Hi every body
I want to use MediaPlayer to play some music.
It's simple. But I want to show some pictures when a music playing.
I use below code in MediaPlayer.play()
But until images changing, program is hanged & nothing work.Code:for count = 1, 10 do Image.Load("obj1", "AutoPlay\\Images\\photos\\"..Math.Random(8, nil)..".jpg"); numLoopCount=0 repeat numLoopCount = numLoopCount + 1; until numLoopCount == 100000; end
Please help me

