Search found 12 matches

Go to advanced search

by MRTrevorF
17 Jan 2006 18:01
Forum: Web and scripting
Topic: General ActiveX Control Usage Info
Replies: 6
Views: 10738

Thanks for the info. I had also compiled a document based on the object library about events, methods and properties on VLC. One question I had about working with the ActiveX component is the "Play" event. I see it as an available event, along with "Pause" and "Play", b...
by MRTrevorF
16 Jan 2006 15:11
Forum: Web and scripting
Topic: Use Activex with Visual studio 2003
Replies: 4
Views: 3210

I use Visual Studio.NET 2003 (VB), and this is what I use to play a local file:

Code: Select all

movMain.addTarget(targetPath, Nothing, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo, -666)
Null didn't work for me, I had to use the keyword Nothing... I don't know if this helps in your situation or not.
by MRTrevorF
30 Dec 2005 19:42
Forum: Web and scripting
Topic: ActiveX Component Error
Replies: 3
Views: 2516

I noticed the same thing - I can get 2 controls running from one app, but any more and the program flakes out.
by MRTrevorF
09 Nov 2005 22:37
Forum: VLC media player for Windows Troubleshooting
Topic: Indeo - ach
Replies: 0
Views: 549

Indeo - ach

I know VLC doesn't suport Indeo because it's proprietary. I'm working with the ActiveX component - I have a move made with that Codec. I get Audio, but no Video. I have just bought the Indeo codex for $14.95, but still don't get video in the movie. I don't really understand how codec works with VLC ...
by MRTrevorF
09 Nov 2005 15:05
Forum: VLC media player for Windows Troubleshooting
Topic: Simple question! How to play MPEG using ActiveX control
Replies: 2
Views: 1085

movMain.addTarget(targetPath, Nothing, AXVLC.VLCPlaylistMode.VLCPlayListReplaceAndGo, -666)

I'm using 0.8.5 Beta so I think the syntax is a bit different - I don't recall ReplaceAndGo as an option in 0.8.2. You'd probably have to say:

movMain.Play()

...afterwards
by MRTrevorF
08 Nov 2005 03:14
Forum: VLC media player for Windows Troubleshooting
Topic: Scaling VLC
Replies: 1
Views: 742

Scaling VLC

In the Windows App VLC, when a movie is loaded, the window automatically resizes to meet the default size of the movie that is playing. When I load a movie into the ActiveX component, however, the movie is resized to fit the boudaries of the control. How can I force my control to mimic the actions s...
by MRTrevorF
08 Nov 2005 03:10
Forum: Web and scripting
Topic: Documentation on VLC ActiveX
Replies: 5
Views: 15686

Documentation on VLC ActiveX

I've got VLC ActiveX up and running as a component and am now looking into implementing it. Very exciting for me :) I can't find much documentation on the site or the forum beyond files relating to the HTML implementation of the component. Most of the keywords line up fairly well, but I was hoping f...
by MRTrevorF
06 Nov 2005 02:58
Forum: Web and scripting
Topic: ActiveX in VB.NET 2003
Replies: 8
Views: 11354

AS FRICKIN' IF!!

That's all it was. I've never seen that reaction before, but I've never claimed to be brilliant :)

Thanks everyone.
by MRTrevorF
05 Nov 2005 03:40
Forum: Web and scripting
Topic: ActiveX in VB.NET 2003
Replies: 8
Views: 11354

I don't get it. :( I downloaded 0.8.5 beta and get the same results. I have tested this on two separate machines - at work and at home and get the same results. I'm using Visual Basic .NET 2003. Running Windows XP. Working in a Windows Application. Not an ASP.NET app or anything. I right-click in th...
by MRTrevorF
04 Nov 2005 04:04
Forum: Web and scripting
Topic: ActiveX in VB.NET 2003
Replies: 8
Views: 11354

I have already done these things - the registry entry is already there. I prepared a folderstructure similar to what you gave as an example and specifically registered the component in that location - but when I try to add it to VB.NET I get that error: File 'C:\program files\video lan\vlc\activex\a...
by MRTrevorF
03 Nov 2005 15:01
Forum: Web and scripting
Topic: ActiveX in VB.NET 2003
Replies: 8
Views: 11354

Thanks for the quick response. I'm afraid a great deal of this stuff is totally foreign to me. I'm assuming the Nightly Build is the source code? I have downloaded vlc 0.8.2 tar - 54MB archive of source code. I see a folder for activex with a lot of C++ source code, but no project. There is a file, ...
by MRTrevorF
03 Nov 2005 14:18
Forum: Web and scripting
Topic: ActiveX in VB.NET 2003
Replies: 8
Views: 11354

ActiveX in VB.NET 2003

I've searched the forum and see some posts about using VLC as a component in VB6, and nobody seemed to indicate that accessing the component was an issue. I installed VLC 0.8.2 with the ActiveX, but when I try to add "axvlc.dll" to my Toolbox (in vb.net), I get the following error: File &q...

Go to advanced search