is any simple way to enable Repeat option for media player.
Thanks
Printable View
is any simple way to enable Repeat option for media player.
Thanks
Which version?
my VB version is 6 and I select Windows Media Player from component. i dont know which Windows Media Player is it.
If its for Media Player 10, then:
VB Code:
With frmRADAR.wmpAntenna .uiMode = "None" .stretchToFit = False .settings.Rate = 1 [b].settings.setMode "Loop", True[/b] .Url = ActivePresentation.Path & "\Images\RADAR\xxx.avi" .Controls.Play End With
I bolded the relavent line.
Yap, dis is working.
thanks again for help
No problem :)