Hi all,
How can I autorepeat on PLAYER control ?
I can't use 'Repeat' properties.
Best rgds,
Riza
player control
Moderator: Rathinagiri
Re: player control
Hi Riza,
Please be so kind as to have a look at the following explanation on
https://learn.microsoft.com/en-us/windo ... dsetrepeat
So you should define your player as belowRemarks
The MCIWndSetRepeat macro only affects playback that the user initiates by hitting the play button on the toolbar. It will not affect playback started with the MCIWndPlay macro.
Currently, MCIAVI is the only device that supports continuous playback.
Code: Select all
@ 50,10 PLAYER Player_1 ;
WIDTH w ;
HEIGHT h ;
FILE "sample.avi" ;
SHOWALL
Code: Select all
_SetPlayerRepeatOn( "Player_1", "Media_Test" )
Hope that helps.
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
- danielmaximiliano
- Posts: 2618
- Joined: Fri Apr 09, 2010 4:53 pm
- Location: Argentina
- Contact:
Re: player control
Hello. repeat property does not work correctly when having an mp3, wav, avi
It may be that this evil is a procedure that I did.
When I start I already have an mp3 loaded and when I check the checkbox it does not repeat it, since this morning I have been seeing what the error is.
It may be that this evil is a procedure that I did.
When I start I already have an mp3 loaded and when I check the checkbox it does not repeat it, since this morning I have been seeing what the error is.
*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*
Saludos / Regards
DaNiElMaXiMiLiAnO
Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
Re: player control
Danielmaximiliano, thanks for your info. its unattendance aplication, run by data.
Re: player control
Hi Grigory Filatov, many thanks for your kindly information. I will try ASAP.
Kindly regards,
Riza
Kindly regards,
Riza