Results 1 to 6 of 6

Thread: (Resolved) Repeat

  1. #1

    Thread Starter
    Hyperactive Member samsyl's Avatar
    Join Date
    Jun 2001
    Location
    London
    Posts
    338

    (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.

  2. #2
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: Repeat

    Which version?

  3. #3

    Thread Starter
    Hyperactive Member samsyl's Avatar
    Join Date
    Jun 2001
    Location
    London
    Posts
    338

    Re: Repeat

    my VB version is 6 and I select Windows Media Player from component. i dont know which Windows Media Player is it.

  4. #4
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    Re: Repeat

    If its for Media Player 10, then:
    VB Code:
    1. With frmRADAR.wmpAntenna
    2.         .uiMode = "None"
    3.         .stretchToFit = False
    4.         .settings.Rate = 1
    5.         [b].settings.setMode "Loop", True[/b]
    6.         .Url = ActivePresentation.Path & "\Images\RADAR\xxx.avi"
    7.         .Controls.Play
    8.     End With

    I bolded the relavent line.

  5. #5

    Thread Starter
    Hyperactive Member samsyl's Avatar
    Join Date
    Jun 2001
    Location
    London
    Posts
    338

    Re: Repeat

    Yap, dis is working.

    thanks again for help

  6. #6
    INXSIVE Bruce Fox's Avatar
    Join Date
    Sep 2001
    Location
    Melbourne, Australia
    Posts
    7,429

    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
  •  



Click Here to Expand Forum to Full Width