Results 1 to 8 of 8

Thread: Playing a real player file (.rm) in visual Basic

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    6

    Question

    How can i embed a real player file in Visual Basic. I want the video to play on a form.

    Thanks
    Scott

  2. #2
    Guest
    Try using the RealPlayer ActiveX control. To do so, add the component named RealPlayer ActiveX Control Library

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    6

    No RealPlayer ActiveX Control Library

    I don't have RealPlayer ActiveX Control Library. Where can i get it?

    Thanks
    Scott

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    you would have to go to http://www.realaudio.com/ and download realplayer7 and install it
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  5. #5
    Guest
    Maybe it has not yet been added to your components list. See if you have the file RMOC3260.DLL. If so, you can manually add it by clicking the Browse button on the components tab and selecting the file.

  6. #6
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    If you don't want to use the Real Player Control, and the file is local, you could "Rip" it with a program like Streambox Ripper and then play the .wav file using the PlaySound API.

  7. #7
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    Sorry, didn't see you wanted Video

  8. #8

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    6
    I went in and manually added the component. Now "RealPlayer ActiveX Control Library" is checked and it put a realplayer icon on the tool bar.

    When i put my mouse over the icon is pops up "RealAudio". But show the icon of a RealPlayer file.

    When i try and use it, i drag it over to a form and set it to play a .rm file it will play the sound but no video. How do i get it to play video? Do you set the video some other way.

    I am using the dll RMOC3236

    Thanks
    Scott

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