|
-
Jun 22nd, 2006, 04:58 PM
#1
Thread Starter
Hyperactive Member
(Resolved) Repeat
is any simple way to enable Repeat option for media player.
Thanks
Last edited by samsyl; Jun 22nd, 2006 at 05:14 PM.
-
Jun 22nd, 2006, 05:01 PM
#2
-
Jun 22nd, 2006, 05:04 PM
#3
Thread Starter
Hyperactive Member
Re: Repeat
my VB version is 6 and I select Windows Media Player from component. i dont know which Windows Media Player is it.
-
Jun 22nd, 2006, 05:07 PM
#4
Re: Repeat
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.
-
Jun 22nd, 2006, 05:13 PM
#5
Thread Starter
Hyperactive Member
Re: Repeat
Yap, dis is working.
thanks again for help
-
Jun 22nd, 2006, 05:15 PM
#6
Re: (Resolved) Repeat
No problem
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|