Media Player - Rewind Button Doesn't Work
Sep 1, 2009i am making a media player tha plays movies & songs etc etc but when i play a movie the rewind button doesn't work [Code]
View 2 Repliesi am making a media player tha plays movies & songs etc etc but when i play a movie the rewind button doesn't work [Code]
View 2 RepliesPublic Class EasyPlayer
Private Sub EasyPlayer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
System.Diagnostics.Process.Start("MediaPlayer")
End Sub
[code]....
I want to know that how to add FLV payer component in VB.Net..cz windows Media Player doesn't play the FLV player.
View 2 Repliesadding the windows media player component to the toolbox?? i follow the steps on how to add the components from the msdn but it just won't appear at my toolbox... i have updated my media player SDK and add WMP.dll reference then i try using this code since i cannot seem to use the window media player component but it doesn't work as well... i want the song to play when the web page load...
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim Player As WMPLib.WindowsMediaPlayer
Player = New WMPLib.WindowsMediaPlayer
[code]....
i'm using visual studio 2005 on vista and i save my audio file at my project folder?
I'm making my Media Player in VB2008. I got Listbox1 as playlist. Buttons play and stop works, but buttons next and previous don't. What code i need to put for them?
View 4 Repliesmake media player in vb6 or vb2010.. not using windows media player..
View 1 RepliesI am actually designing a simple media player. Here are all the buttons I have
1)play
2)pause
3)stop
4)next track
5)previous track
6)fast forward
7)fast rewind
8)repeat playlist
Public Class Form1
Dim myarray(100) As String
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
WMP.uiMode = "NONE"
[Code] .....
In all of these only play, stop and pause work everything else isn't working. tried lot of codes and even forms nothing works ..
I know I am somewhat hogging the forums lately for my media player. Does anyone know know how to determine when the media player controls previous and next button is clicked? I am using a listbox to show the songs playing and it works fine except for when the next and previous buttons are pressed, i dont know how to tell it to change the selected inbox. If next button is pressed, selected index is +1 but if previous button, selected index is -1. How do i access the media players next/previous button controls?
View 10 RepliesIs there a way to add a Full Screen button to the embedded media player? I know that you can add a 'button' that will set it to full screen after it is running, or you can add code that will make it go full screen, but is there a way to actually put a button in the embedded player to make it go full screen?
View 2 Repliesthis is probably pretty simple, but I've noticed that when trying to start the Windows Media Player (AxWMPLib), it takes the "player.url = path", and only then does the player's Play-button get activated. Thing is, I want to play sound files taken from the URL of a column in a database. And when clicking on that row, the mediaplayer should update, making it's play-button clickable.
View 1 RepliesI have an application that is currently playing videos through the windows media player control from a website. I want it so that a button I have created, when clicked will make the wmp control full screen.
View 1 RepliesI need to get a button to enter the applications subfolder and randomly select 1 file to be played in the windows media player COM which i have put in the form. I have tried creating a shuffling playlist but i cant get it to stop after one file is played (it just goes on shuffeling to another file, and i really do not want a playlist). I manage to create a batch file to be started to randomly pick a file in that folder, but when i do this the file is being played in the systems default player..
View 2 RepliesI am really confused! My program doesn't work if I don't have Visual Studio here in my PC. To test it I have uninstalled Visual Studio. But my program doesn't work though Flash Player is present there (I have used Flash animation in the first form).
To be more sure about it I have installed Flash. But it's not working! That means the Flash animation file (.swf) is not making a problem! It needs support from Visual Studio to start. Doesn't it mean that some files are not attached with a setup file as a result it needs Visual Studio to run? Let me tell you how I create a setup file of my program.
CODE:
When I click on the icon of my program it shows the error message
CODE:
Reporting details: This error report includes information regarding the condition of WindowsApplication1. When the problem occurred the operating system version and computer hardware is use; your Digital Product ID, which could be used to identify your license; and the Internet Protocol(IP) anddress of your computer.
I have created a media player (vb.net 2005) using the media player control. Plays fine when using open dialog box and url. I have set my player as the default player but when I click on a media file, the player will open but not play. I am sure it has to do with on open event and coding the url to see the selected file just like any other media player out there.
View 14 RepliesI am using the media player control in my VB2010 project and hit a problem. I want to detect when a user has pressed the "next " button on the media player console.I can use the following code to detect the pause, play, fast forward, etc but I do not see anything that will detect when the "next" button is pressed.
[Code]...
i am using following code to play a mp3 with build action for mp3 after adding to application is set to copy always...
Public
Class Form1
ivate Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles
[code].....
Assume an application uses the Dim SalesArray(1 to 10) As Integer instruction to declare an array named SalesArray. The array contains 10 sales amounts. When the user clicks the DisplayAverage button on the form, he or she should calculate and display the average sales in currency format. The code for the DisplayAverage button doesn't work. Fix it.
[code]...
I wrote a program which is editing data from database. I used few tutorials (I`m beginer) and everything is working fine(I can make changes in datagrid). but when I`m trying to save changes made in dataset(e.g. save added record) I can not to that (there are no changes in my access database, but inly in datagrid)what is interesting when I delete record - changes are saved and record is deleted from db. where is my mistake? what is wrong? maybe some tips what can I improve in this small program?
[Code]...
Assume an application uses the Dim SalesArray(1 to 10) As Integer instruction to declare anarray named SalesArray. The array contains 10 sales amounts. When the user clicks the DisplayAverage button on the form, he or she should calculate and display the average sales in currency format. The code for the DisplayAverage button doesn't work. Fix it.
Sub DisplayAverage_Click( )
Dim X As Integer, Total As Integer, Average As Single
If X = 0 to 10
[code].....
So basicly ive made a media player in vb using the windows media player control and everything is fine except that when i use the trackbar to navigate on a video it starts stopping and starting like a scratched cd (there is nothing wrong with the video file) strangely this does not happen whilst playing audio files the shaking stops if i pause it for a second ant then play it again but incorporating a pause in the trackbar function does not help. This the code i found on the internet but this produces the same result:[code]...
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 RepliesI want to create media player in vb.net. It will supports all the different file formats like wmv,flv,mpg etc.,
View 1 RepliesI have created 2 forms: "Form1" and "Form2"....Form1 is MDIcontainer and it contains Form2. In Form2 I have inserted the windows media player OCX. When I run the program and try to set the media player to fullscreen (via command button) appears an error:
{"Errore irreparabile (Eccezione da HRESULT: 0x8000FFFF (E_UNEXPECTED))"}
Here's the
Public Class Form2
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
AxWindowsMediaPlayer1.fullScreen = True
[Code] ....
If I open a new project and I copy the code and the media player it works! I think problem is when I use MDIforms.
How to make a media player in Vb.net& and my media player get video activity , like Cars bikes or peoples
View 14 RepliesI m Newbie in Visual Basic, im use vb2005 Pro Edition.i want to make Media Playerif i play Video Video show in New wind.w
View 5 RepliesMaking my own media player and convert it in to an .exe file in vb 2008
View 1 RepliesI 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 RepliesI have this one project going on, and I has media player inside the form, and other staff too. How I can make only the media player to go in fullscreen?
View 2 RepliesMy media player track bar is jumping across the screen. In about 45 seconds the track bar is done.
Under properties I have interval 1000 set and behavior is timer tick.
HTML
If Me.AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsBuffering Or Me.AxWindowsMediaPlayer1.playState = WMPLib.WMPPlayState.wmppsPlaying Then
Me.TrackBar1.Minimum = 0
[Code]...
how to create a visualization in vb.net just like in windows media player visualization? it is possible to create visualization in vb.net or much better to create visualization in adobe flash? can you give one example of the visualization made in vb.net or flash?
View 2 Replies