Under New Management
0 Members and 2 Guests are viewing this topic.
Some AVI files play Ok while other files are displayed speeded up.
mciSendStringA("set sfx speed amount" ,"",0,0)
mciSendStringA("status sfx speed" ,statusBuf,254,0)
mciSendStringA("status sfx frame rate" ,statusBuf,254,0)
mciSendStringA("set sfx speed 1000" ,"",0,0)
DEF amount:intamount=1000mciSendStringA("set sfx speed"+str$(amount) ,"",0,0)
mciSendStringA("set sfx time format ms" ,"",0,0)
I can display a video file, but it doesn't display in the IWB window, but in its ownwindow. What's going on?
hw1=GetDlgItem(w1,2024+12)
hw1=GetDlgItem(w1,12)
To link to us use this code/button on your site