I'm, still learning how to play media files ....
but currently trying to make my own media player . and all goes fine so far (thanks for the source I find here by bazik . Thanks )
But I want to make it play the movies in fullscreen . How to do that ?
I use this to play the movie :
mov open_lpstrDeviceType,0h
mov open_lpstrElementName,OFFSET FileName
invoke mciSendCommand,0,MCI_OPEN,MCI_OPEN_ELEMENT,offset open_dwCallback
invoke mciSendCommand,open_wDeviceID,MCI_PLAY,MCI_FROM,offset play_dwCallback
so the movie appears in it's own window .
but currently trying to make my own media player . and all goes fine so far (thanks for the source I find here by bazik . Thanks )
But I want to make it play the movies in fullscreen . How to do that ?
I use this to play the movie :
mov open_lpstrDeviceType,0h
mov open_lpstrElementName,OFFSET FileName
invoke mciSendCommand,0,MCI_OPEN,MCI_OPEN_ELEMENT,offset open_dwCallback
invoke mciSendCommand,open_wDeviceID,MCI_PLAY,MCI_FROM,offset play_dwCallback
so the movie appears in it's own window .