|
-
Aug 7th, 2000, 10:06 AM
#1
Thread Starter
New Member
How can i embed a real player file in Visual Basic. I want the video to play on a form.
Thanks
Scott
-
Aug 7th, 2000, 10:30 AM
#2
Try using the RealPlayer ActiveX control. To do so, add the component named RealPlayer ActiveX Control Library
-
Aug 7th, 2000, 11:02 AM
#3
Thread Starter
New Member
No RealPlayer ActiveX Control Library
I don't have RealPlayer ActiveX Control Library. Where can i get it?
Thanks
Scott
-
Aug 7th, 2000, 12:45 PM
#4
transcendental analytic
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.
-
Aug 7th, 2000, 01:15 PM
#5
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.
-
Aug 7th, 2000, 01:46 PM
#6
Fanatic Member
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.
-
Aug 7th, 2000, 01:46 PM
#7
Fanatic Member
Sorry, didn't see you wanted Video
-
Aug 7th, 2000, 02:20 PM
#8
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|