mediaplayer in VB.NET Programming Software Development by Gary1959 … want to load a movie and play it in a mediaplayer control on a form. Below is the code I used… Mediaplayer question Programming Web Development by digtokiller Hello all, i need a movie/mediaplayer and i could imagine that it would be in javascript. all it should be able to do is to play mp3(music) and wmv(movie) files. it need a start,stop,pause and fullscreen button. anyone can give me a code just to place in my page? thnx to everyone where want to help. mediaplayer fullscreen not working Programming Web Development by digtokiller Hello. i use this script to my mediaplayer on my website. but the fullscreen button is not working. … Android Native - sync MediaPlayer progress to Seekbar Programming Mobile Development by dimitrilc … a MediaPlayer using the factory function `MediaPlayer#create()` and assign it to `mediaPlayer`. mediaPlayer = MediaPlayer.create(applicationContext, uri) 4. Since `mediaPlayer` is… to make it easy to release later private var mediaPlayer: MediaPlayer? = null override fun onCreate(savedInstanceState: Bundle?) {… playlist in MediaPlayer Programming Software Development by jalpesh_007 hello, I am working on a project of Mediaplayer using C#. I have taken MediaPlayer class, for my mediaplayer to play and stop it. Now i want to create play list programmatically. how to do so? Mean how can i generate .wpl file(Multiple with different genre), load it in mediaplayer and run it? please reply as soon as possible. Thanks Threads and MediaPlayer component problem Programming Software Development by Carson89 … is being played in what seems to be a different mediaplayer component and not the one i give it, I would… Windows Mediaplayer problem Hardware and Software Microsoft Windows by wartonarmy … an XP OS and often rip from cd's using mediaplayer version 10. Just lately I find that the ripped file… Windows MediaPlayer INDEXING J: drive Hardware and Software Microsoft Windows by esdel My music (28 GB) is on thumb drive J and is 90% .wma files This is to SAVE SPACE on my PC (and the safety of "no moving parts" storage) Windows MediaPlayer used to index the music when it was on C: HOW do I get it to index J:? Many thanks esdel Re: Mediaplayer question Programming Web Development by Troy III [CODE]<OBJECT id="VIDEO" width="320" height="240" style="position:absolute; left:0;top:0;" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"> <PARAM NAME="URL" VALUE="your file or url"> <PARAM NAME="… Re: Mediaplayer question Programming Web Development by digtokiller that look great. but can you tell me where to set it in? shall it all go to body or??? Re: Mediaplayer question Programming Web Development by Troy III [QUOTE=digtokiller;1008791]that look great. but can you tell me where to set it in? shall it all go to body or???[/QUOTE] The topmost code is hard coded html meaning it is html; the second one is a scripting syntax meaning it has to go inside the <script> tag. That line will store reference to the player object in the variable named … Re: Mediaplayer question Programming Web Development by digtokiller ok... but all i need is a fullscreen button. and a start,stop and pause button. and im not good to this so if you just could tell me what i shall place where it would help a lot. so what to place in "head" and what to place in "body" so it give that i told i need. Re: Mediaplayer question Programming Web Development by Troy III This is interesting ....[?!?] still haven't found anything working for you on internet?! [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <… Re: Mediaplayer question Programming Web Development by digtokiller 1. that looks perfect. 2. can you do so the upload thing disapear and it play from a file uploaded to my website? something like: [CODE]<INPUT TYPE="URL" VALUE="http://mywebsite.dk/music/mymusic.mp3"[/CODE] im not good to that stuff but can u make something like that? Re: Mediaplayer question Programming Web Development by Troy III [QUOTE=digtokiller;1013915] can you do so the [COLOR="Red"]upload thing[/COLOR] disapear [/QUOTE] Yes, you simply [COLOR="Red"]delete[/COLOR] it! [QUOTE]and it [COLOR="green"]play from [/COLOR]a file uploaded to [COLOR="green"]my website[/COLOR]?[/QUOTE] Just change the [COLOR="green"]play… Re: Mediaplayer question Programming Web Development by digtokiller that dont work but this work: [CODE]<INPUT TYPE="BUTTON" VALUE="Play" OnClick="Player.URL='http://mysite.my/mymusic/mysong.mp3'"> <INPUT TYPE="BUTTON" VALUE="Stop" onclick="Player.controls.stop()"> <INPUT TYPE="BUTTON" VALUE="Pause" onclick="Player.… Re: Control sound level for MediaPlayer Programming Software Development by AKJo Thanks a lot Wolfgang, I don't know what DWORD is so to make the compiler happy I replaced them to "word". Then it compiles and runs, but it has ni invoke on the mediaplayer. GetMPVolume gives 0 whatever I send through SetMPVolume, and the sound sounds the same. Any ideas? Regards Arne mediaplayer crash in Windows 2000 Programming Software Development by crim1969 I wrote a VB6 application for automatic or manual playing of mp3 files from a play list. This application can run forever in Windows 98, but crashes after around 128 songs in Windows 2000. I decided to replicate the basic routine that causes the crash in VB2005 on my Windows 2000 machine. Sure enough, it does the same thing. Using axmediaplayer, I … Re: mediaplayer crash in Windows 2000 Programming Software Development by iamthwee does the same thing happen on winxp? or vista? Re: mediaplayer crash in Windows 2000 Programming Software Development by crim1969 I do not know how this behaves in XP or Vista. I will have to borrow an XP machine to test it; I do not know anyone who has Vista yet. I noticed that as each song is loaded, the number of handles increase in the Processes Window. Re: mediaplayer crash in Windows 2000 Programming Software Development by crim1969 Update: I finally got a chance to try this routine in XP. Runs flawlessly. This strengthens my theory that this is a Win 2000 bug. I would think this would be a common snag with a work-around out there somewhere. Mediaplayer Fullscreen Error Programming Software Development by ulasoc i cant toggle wmp object full screen mod after i make FormWindowState.Minimized and show it taskbar false. its ok when i load it first but i am getting error after reload it from system tray with context menu.What can be wrong? i am using .netframework4 Re: Mediaplayer Fullscreen Error Programming Software Development by codeorder >>What can be wrong? See if this helps.:) [CODE] Try Do you actually have a question? .no.Error here msgbox("web.waste.it") End Try[/CODE] Re: Windows Mediaplayer problem Hardware and Software Microsoft Windows by Serunson try upgrading to wmp version 11. It has a far superior rip quality to version 10. And you can get it free! :) go here : [url]http://www.microsoft.com/windows/windowsmedia/player/download/download.aspx[/url] Re: Windows Mediaplayer problem Hardware and Software Microsoft Windows by The Dude Welcome to Daniweb :) Please try the above suggestion OR try downgradeing to wmp9 (The best in the series) Good luck :) 'Value' shpuld be between 'minimum' and 'maximum' Programming Software Development by DioRani …false; //Send information to mediaplayer finished = false; mediaPlayer.URL = loadSong.FileName; …currentSongProgress_LocationChanged(object sender, EventArgs e) { mediaPlayer.Update(); } private void currentSongProgress_MouseDown(object … Re: 'Value' shpuld be between 'minimum' and 'maximum' Programming Software Development by Momerath … = 10; tbVolume.Minimum = 0; if (tbVolume.Value == tbVolume.Minimum) { mediaPlayer.settings.mute = true; } else if (tbVolume.Value <= tbVolume.Maximum…) { mediaPlayer.settings.volume = 10 * tbVolume.Value; } lblVolume.Text = "Vol: " … Playing sounds according to what is called on the arraylist Programming Software Development by aya.dioses …Bundle; import android.view.View; import android.widget.Button; MediaPlayer mp = null; @Override public void onCreate(Bundle savedInstanceState)…}else if (tempq.contains("m1")){ mp = MediaPlayer.create(this, R.raw.m1); mp.start(); }else if… Android Programming Transition. Programming by Cory_3 ….click); final MediaPlayer sound1 = MediaPlayer.create(this, R.raw.bis); final MediaPlayer sound2 = MediaPlayer.create(this, R.raw.croc); final MediaPlayer sound3 = MediaPlayer.create(this, R… Re: Playing sounds according to what is called on the arraylist Programming Software Development by JamesCherrill … you loose your reference to the old player, but the mediaplayer package still has a ref to it, so the player…