Best Media Control - Control Which Plays Flv Files
Apr 12, 2010
I am currently using windows media player as the control I use which plays media (video's and music). It is great and does everything that I want it to apart from play flv files. I am actually desperate to find a control which does this now. Windows media player is brilliant as it has visualizations etc. Does anyone know a control which plays flv files, which excludes realplayer as that control is bad.
View 1 Replies
ADVERTISEMENT
Oct 11, 2009
I'm writing a program which plays audio using a windows media player control. It's quite basic but I'm running into a problem.
Soundplayer.Ctlcontrols.play()
Sleep(3000)
For some reason when this appears in my code, the sound doesn't start playing until AFTER the sleep. I have music running in the background, using another windows media player control, that continues playing just fine.
Basically, I want nothing else to happen for the duration of the sound, hence the sleep, so how can I make it so my sound starts playing BEFORE the sleep?
View 7 Replies
Jul 8, 2009
i used to code with vb6 but now im using the new windows 7rc so im trying the new .net
Anyway So i uploaded a few songs to my webhost and i would like to play them in media player i know i can do this (Ply1.url = "blah.com") but how would i play the next song on my server as if i add one more track to it. it just seems to play the first and with no next button
View 3 Replies
Feb 9, 2011
I am trying to build a language tool, basically I am getting lines of text into a richtextbox and playing the audio for that line. Things are working great except that I want to highlight the text being played and autoscroll when it plays the next line. how to implement the line highlighting and autoscrolling.
View 2 Replies
Dec 18, 2010
I've looked around a bit and have yet to find an answer: Is there a Media Player Control in the .NET Framework? I know there is a COM control
View 4 Replies
Jun 7, 2010
I am having an issue playing video with an embedded Windows Media Player control. It plays fine on Windows XP but comes up blank on Windows 7. I am guessing it is compatibility between version 11 and 12. Am I correct in thinking that Windows 7 will not play the Media Player 11 control? If so, how do I package my product to work with XP and Win 7? If I develop on Win 7 will the Media Player 12 embedded control play on XP (backward compatible)?Should my requirements be that Media Play 11 is installed? I am just confused because I cannot find anyone else having the same issue. Has anyone experienced this or know about it?My problems are, Video was playing in Windows 7 but clicking the video gave an untrappable (didnt catch) error (crash) in the Click event of the video... then suddenly (i think after a windows update) the video is not Playing anymore. But it plays fine and does not give the click error on Windows XP.
View 6 Replies
May 11, 2009
how do I get start programing in VB.NET using MultiMedia Control to play Video clips
View 1 Replies
Oct 31, 2010
Is there a Media Player Control in the .NET Framework? I know there is a COM control, but I was wondering if .NET specifically supports one.
View 3 Replies
Aug 2, 2010
I'm trying to run a video in a windows media control, like I had before, but for some reason it's not working. I'm not sure why either. As far as I can see I'm doing everything the same as I had for the first video..
first this code runs..
[Code].....
View 1 Replies
Jan 17, 2009
I am trying to add a windows media player control to my form. However I do not see the control in the toolbox. Is there a way to add it?
View 3 Replies
Oct 29, 2009
I can't find a media player control or module. I'm using the Express Edition does it even have one?
View 8 Replies
Dec 7, 2010
It's usual to see hoe to build a player with the AxWindowsMediaPlayer.
But in this occasion, I'm interested in control de Windows Media Player from Windows 7 with my own application.For example, I want to create a button that is able to pause or play the video that I'm watching with the WMP.
View 10 Replies
May 4, 2009
my problem is how to get the Teletext Buttons on my media Remote control (RC118 from Maplins) which are the RED,GREEN,YELLOW and BLUE to be recognized by my program. I have little code so far, just a timer, which checks every millisecond for anything I don't know where to go though, below is what I have:
System.IO.Ports.SerialPort()
View 3 Replies
Sep 3, 2010
I want to know if its possible to get song information (Artist, Song Name, ect.) from the Windows Media Player Control in VB 2008. I have the control on the form and I want the program, if a song is playing, to be able to get the information above (most importantly artist) and put it in a textbox.
View 1 Replies
Feb 27, 2010
I need to insert a Windows Media Player Control into my Visual Basic Code in order to play WMV files. How do I do that in the simplest way?
View 4 Replies
Jun 12, 2009
I am developing an application to play sound effects. I intend to have four seperate channels that can each play their own file.Seems a bit slow - can I buffer the files or is there an alternative to the Url property?Can I drag-drop onto this control? I have set the AllowDrop property to true, but I cannot find the event handlers for DragEnter, DragLeave and DragDrop that need to be handled to allow dragging and dropping.Is there a way to fix this or do I need to find an alternative? If I need an alternative, it must Be able to play any type of media file - mp3, wav, ideally midi.Have adjustable pan and volume?Be able to loop a track?Be quick at loading a file??Be able to mute?Ideally have some form of VU meter or something like that.?Be able to be dropped on to.The other thing that would really be awesome would be if I could have an option that would route each player to an individual output on the sound card; I have an 8-out sound card, and it would be great if I could send player one to outputs 1/2, two to 3/4 and so on.
View 13 Replies
Aug 28, 2010
How can I do this with either the My.Computer.Audio method or using a hidden windows media player control.
View 1 Replies
Apr 1, 2009
I am trying to created a simple media player program. I have a Windows Media Player control on a form (renamed it wmp1) and a listbox that creates a list of filenames from a given folder location.When i click on a filename from the listbox, i set the wmp1.url to the filename in the listbox and all is good as the wmp1 control automatically plays the file chosen form the listbox.
View 9 Replies
Dec 6, 2011
having lot of problems playing a video on a form.Is there a better control for viewing videos than windows media player? For video resource files, what should the build action be? Will a form which has a 32-bit windows media player control on it work on a 64-bit computer?For some reason, the following code does not work:
If System.Diagnostics.Debugger.IsAttached() Then
strVidFilePath = System.IO.Path.GetFullPath(Application.StartupPath & "....
esources")[code].....
View 6 Replies
Sep 3, 2009
I am creating a screen capture program, but I cannot find the Windows Media Control Necessary for it in my toolbox. Is there anywhere I can get it.
View 1 Replies
Jan 17, 2010
I'm writing a program that relies on an underlying VLC media player. I want to run a progress bar to show how much of the track has been played. How should I update the control? Should I use a timer firing at 1ms and update values when it ticks, or is there a better way?
Intel Quad Q9450
4Gb Ram
3x500GB Hard Drives
NVidia 8800GT
Marian Marc 8
VB Express 2008
View 5 Replies
Sep 11, 2009
How do I add a windows media player control to my project so I can play AVI files? Also should I be using WMP or silverlight?
View 1 Replies
Jul 29, 2009
Is there any way to disable visualizations in VB media player control. Because I would like to play both music and video using the same control, but when playing music I don't want the player control to show the visualizations.
View 2 Replies
Jan 3, 2010
I'm writing an application in VB2008 that monitors 4 different live audio streams using the Windows Media Player 11 control. What I'd like it to do is if audio is coming in on one of the streams, it would mute all the others. I can't find a way to determine that audio is playing in any of the streams. If there was a way to access the equalizer (somehow that must be do-able since the visualizations have access) I think I'd be set. And I'll pay for a control if there's something else out there which can handle live streaming audio (the audio is available in WMP, Real, and WinAmp format).
View 2 Replies
Aug 25, 2010
I have been trying to tweak the form and all of a sudden it doesn't show anymore. I have tried reversing all the settings back to original but nothing. Then I have tried:
[Code]...
View 3 Replies
Aug 12, 2009
Play a mp3 file without adding a Windows Media Player Control
View 5 Replies
Dec 27, 2009
I am trying out the windows media player control within the VB design view, and I tried to add an .avi file to it. When played however it does not show the video, and plays the sound with the visualiser effects instead.
View 11 Replies
Nov 12, 2011
I want to play a WMV file without using a Windows Media Player Control.
View 39 Replies
Feb 4, 2011
I'm kinda new to this. Done it a bit a while back, completed a simple conversation program, and started a text game..but decided to take it back up and make a new interaction fiction game with videos.. the thing I'm having a problem with right now is the windows media player control. I make my first intro movie play by placing it's location in the URL property...I'm wondering how you would code it to play the second intro video I have once that one comes to an end.. I may just put the two videos together to make this easier.
View 10 Replies
Apr 26, 2012
I want to insert a Windows Media Player object in my Form, but I have not the control on my Toolbox.
I have done the steps:
Right-click
the Toolbox -> Choose item -> COM Components -> add Windows Media Player component
(which references to C:WindowsSystem32wmp.dll)
But there is not the control on my Toolbox.
In my project references I see "MediaPlayer" into "Imported namespaces" and it is checked. In the references window it is also present "Windows Media Player". Where is the error?
View 4 Replies