player

Embedded flash player for uploaded mp3s

I'm looking to create a site that essentially has the some of the same functionality as myspace's music section (hopefully a little less garish). I'd want to allow users to upload mp3s and then have an embedded flash player on their profile that plays their songs. Is there anything pre-built like this? If not, what are some good tutorial...

online mp3 player

Hi i'm looking for a piece of software that'll allow me to play mp3's from my webserver though a simple web app. support for playlists would be nice ,but non-manditory, though a shuffle funtion is a must. I can run php, ruby, or python apps on my server, and woudl prefer something free or open source (as long as the price is nominal thou...

AVI files play locally using WMP but not off my website WMP ActiveX

Hi All, I have a web page allowing clients to play uploaded videos. Several AVI files have recently been uploaded that play fine locally using WMP but over the web using WMP ActiveX playback fails and the browser hangs. The AVI codecs are video: MJPG, audio: PCM GSpot says all codecs are install on my Windows Vista OS, but seems the W...

How to use AVAudioPlayer to play M4P

I want to use AVAudioPlayer to play M4p files from iTunes generator. I could use uiWebView to play it and it worked, but I want to put an image of my choice on the background of the player instead of the "quick time" logo. Can you help me as how to do this? Here is an example of the m4p file I want to play with AVAudioPlayer. http://a80...

HTML video player IE / FF

How can you display a video (mpeg or avi) with controls (play, stop, fullscreen) in both internet explorer 7 and up and firefox 3.0 and up. A lot of the examples online only works for one of the other. And I can't seem to find one that does it all. Constraints : I dont want a solution which needs me to export my videos to youtube or ...

How to get ID of MP3 player?

I would like to recognize what mp3 player i put into USB is what. So if I put my podcast mp3 player I would like my app to recognize it and erase and put my podcasts on. And if not it should do nothing. To do this I need to read some kind of unique identifier of a mp3 player device. Do you know how to do this in C#, .NET 3.5? ...

Microsoft Windows DRM Server tips

We are looking into solution which involves playing copyright protected video using Microsoft DRM Server and Silverlight player. the video will be played to registered users on the web using Silverlight player. I've read all MSDN documentation on this subject and kind of get an idea how it is supposed to work. However, I couldn't find ...

Flash Player and VoIP

I found Flash Player 10 supports VoIP but I couldn't find serious documentation about this feature. Could you post some decent link? :-) ...

Is there a browser embedded player that can play 3gp, amr, mid, mp3 & wav

Hi, I want to play in my web site 3gp, amr, mid, mp3 & wav files My web site should support Internet explorer 6 & 7, It don't have to support mobile devices at all - only standard desktop IE 6&7. Is anyone knows a player that I can embed in my web site? ...

Getting information from Windows Media p.

Can i get the file name of the current playing track/video from windows media player? It will be a small program, written in c++. I have some experience in c++ but no knowledge about this kind of problem. It would be great to show me a way to learn, to start building something ...

Footer with music player inside which does not refresh when I click on another site.

Hi there, I want to have a smooth background music on my page. I thought of using some kind of footer which does not refresh when I click on a subpage so that the music does not start again. I am using php-include for my subpages, e.g. include-tag for header content include-tag for footer I don't want to use frames or s...

How can my iPhone program play m4p media?

I can use Core Audio to play m4a but not m4p. Do you have any idea what method I should use in this case? thank you! ...

Silverlight Player doesn't play video smoothly

Hi all, I'm having a problem with silverlight player when playing a smoothstreaming video (ismv). When the camera is moving fast some parts of the movie appear distorted (horizontal blocks). It seams like some horizontal parts of the movie are milliseconds delayed. This strange effect does not occur if I open the ismv file using the win...

Playing multiple audio streams (mux) in silverlight

Is it possible to play a multiple audio streams (mux) in silverlight (at best simultaneous)? I need to implement a player that can load and play multiple tracks from the server together. The user can mute then any tracks to hear them selectively. Do you know some existing commercial or free solutions? ...

flex how to control the audio volume of a video

i have something like this private var video:Video; ... private function init():void { ... nc = new NetConnection(); nc.connect(null); ns = new NetStream(nc); ns.play("my flv url"); ns.client = nsClient; video = new Video(); video.attac...

flex flv core player

Can anybody help me how can i write my own flv player? Is there any specification ? i am now thinking to write my own flv player.Is there any helpful specification,example,tutorial ? ...

Control Windows sound volume

Hi, our software should play sounds (not just small noises, but voice etc.). I wonder what about the volume control. The Windows Vista style guide lines says to define an application specific volume control in the windows mixer. But what about Windows XP and below? I don't think there is a way to get our control into the Windows mixer....

Static vs. shared libraries for a media player

I'm not going to go into detail on the "media player" part except the fact that it will obviously use plug-ins, which will be a simple dynamic library that is loaded at runtime. Now, I could link those plug-ins dynamically to their dependencies, or I could link them statically. Both have their advantages and disadvantage - I'm not counti...

How can I play FLV files in aspx pages.

How can I play FLV files in aspx pages. Where can I find and download FLV player for ASP.NET. ...

Where can get mp3 ,wma and usual music file decoding source or manual?

Thanx I wanna write a music player by myself in linux or windows, but I don't want to use existing lib or ocx like some libs in windows... Can you give me some urls where I can download player opensource or decoding source? thanx alot ...