Results 1 to 3 of 3

Thread: Avi

  1. #1

    Thread Starter
    Member
    Join Date
    Jan 2006
    Location
    Czech Republic
    Posts
    52

    Resolved Avi

    Hi,
    So aplly control Windows Media Player or API function mciSendstring, but WMP is better.

    EXAMPLE
    ---------
    'Insert in form control WindowsMedia

    Private Sub Form_Load()
    wmp.uiMode = "none"
    wmp.URL = FileName
    wmp.Controls.play
    End Sub

    Private Sub Form_Resize()
    wmp.Width = Me.Width
    wmp.Height = Me.Height
    End Sub

  2. #2
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Avi

    huh?

  3. #3

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