C cjg325 Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-16 #1 如何判断MediaPlayer1播放一个文件结束了?
D D影子D Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-16 #2 1:timer事件 if mediaplayer1.position=mediaplayer1.length 。。。。。。 2:nortify()事件
N naughtboy Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-16 #4 D影子D说的没错,这两种方法都行: 1。用timer 2。在mediaplayer的onnotify事件中 if mediaplayer1.NotifyValue=nvSuccessful and mediaplayer1.mode=mpStopped then
D影子D说的没错,这两种方法都行: 1。用timer 2。在mediaplayer的onnotify事件中 if mediaplayer1.NotifyValue=nvSuccessful and mediaplayer1.mode=mpStopped then
C coolbaby Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-16 #5 同意楼上的 我觉得最好两种结合起来都用 一种不保险 我试过
G goodkiller Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-22 #6 trackbar.max=100 trackbar.min=0 mediaplayer.position=trackbar.posistion if trackbar.postion=100 then showmessage('finish')
trackbar.max=100 trackbar.min=0 mediaplayer.position=trackbar.posistion if trackbar.postion=100 then showmessage('finish')
工 工藤新一 Unregistered / Unconfirmed GUEST, unregistred user! 2003-01-25 #9 在on Notify中 if mediaplayer1.position=mediaplay1.length-1 then //已停止