Autorewind or defined loops using "WMPlayer.OCX" ?

Post Reply
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Autorewind or defined loops using "WMPlayer.OCX" ?

Post by ukoenig »

I'm using

oActiveX = TActiveX():New( oDlg, "WMPlayer.OCX" )

is it possible to define < autorewind > or a loop-value

oActiveX:Settings:Volume = 7 // works

oActiveX:AutoRewind = .T. // :(

regards
Uwe :?:
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
AntoninoP
Posts: 347
Joined: Tue Feb 10, 2015 9:48 am
Location: Albenga, Italy
Contact:

Re: Autorewind or defined loops using "WMPlayer.OCX" ?

Post by AntoninoP »

Hello,
looks like the correct way is:

Code: Select all

oActiveX : Settings:setMode("loop",.T.)
 
look:
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode

but I don't try it.
User avatar
ukoenig
Posts: 3981
Joined: Wed Dec 19, 2007 6:40 pm
Location: Germany
Contact:

Re: Autorewind or defined loops using "WMPlayer.OCX" ?

Post by ukoenig »

Antonino,

thank You that works
oActiveX:Settings:SetMode("loop",.T.)
regards
Uwe :D
Since 1995 ( the first release of FW 1.9 )
i work with FW.
If you have any questions about special functions, maybe i can help.
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Autorewind or defined loops using "WMPlayer.OCX" ?

Post by dutch »

Dear Antonino,

oActiveX:Settigs:setMode('loop',.T.) is working.

I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position.

Thanks in advance,
Dutch
AntoninoP wrote:Hello,
looks like the correct way is:

Code: Select all

oActiveX : Settings:setMode("loop",.T.)
 
look:
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode

but I don't try it.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
User avatar
dutch
Posts: 1395
Joined: Fri Oct 07, 2005 5:56 pm
Location: Thailand

Re: Autorewind or defined loops using "WMPlayer.OCX" ?

Post by dutch »

Dear All,

Please ignore my question, I got it now.
dutch wrote:Dear Antonino,

oActiveX:Settigs:setMode('loop',.T.) is working.

I cannot find the property of nTop, nLeft, nHeight, nWidth. How can I setting the position.

Thanks in advance,
Dutch
AntoninoP wrote:Hello,
looks like the correct way is:

Code: Select all

oActiveX : Settings:setMode("loop",.T.)
 
look:
https://stackoverflow.com/questions/365 ... p-in-batch
https://docs.microsoft.com/en-us/window ... gs-setmode

but I don't try it.
Regards,
Dutch

FWH 19.01 / xHarbour Simplex 1.2.3 / BCC73 / Pelles C / UEStudio
FWPPC 10.02 / Harbour for PPC (FTDN)
ADS V.9 / MySql / MariaDB
R&R 12 Infinity / Crystal Report XI R2
(Thailand)
Post Reply