player

Needs a good Mp3 audio player to embed in my website

Please tell me the any player for mp3 audio files. I want to use it in ASP.NET ...

iPhone MPMoviePlayerController lost sound while playing video on a real device.

I am having issue with losing "video" sound while it was playing. I follow all the standard but the Video Audio sometimes got muted or just disappear at the end of the video file. Have no idea why. Does any know what might be an issue? This only happens when running the app on the real device, i can't simulate the issue on the simulator...

C# Windows Media Player - Repeat single song in a playlist

I have a PlayList loaded into my WMP instance, and I want it to loop just one song. Everything I've Googled up so far tells me to do this: private AxWindowsMediaPlayer wmp; wmp.settings.setMode("loop", true); However, this only seems to make the entire PlayList repeat. The behavior I want is that, if I enable "repeat" when song 5 in t...

Youtube player JavaScript API, player position problem

Hi, I am using Youtube's JavaScript API to embed Youtube player into my site. The problem is that it appears on the top of all elements. I have read couple previous answers about setting "wmode" to "transparent" or "opaque", but it doesn't seem to work or it's either me doing something wrong, anyways here is my code: var params = { all...

DRUPAL: can I easily integrate my flv player with drupal, instead of using flowPlayer ?

I would like to better customize the skin of the flv video player in Drupal. The best module I can use for it is FlowPlayer, however I don't have access to the source code.. so I'm planning to develop my own flv player. Can I then easily integrate it in Drupal ? thanks ...

Custom flash mp3 player stopping in the middle of playing audio on windows nt ie6 system

We have used a custom MP3 flash player for a lot of years on our website without any issues, but recently, a client of ours is reporting that the audio is playing for several seconds and then stopping. When they refresh the page or click play in the player again the audio plays fine. We are puzzled as to what could be causing this issu...

Drupal: integrate my own flv player (with CCK Video module)

What's the best way to integrate my flv player in drupal ? Using SWF tools ? In case I use SWF tools, should I somehow pass the flv video path to the player, right ? Is there any documentation about this ? thanks ...

Maze Navigation in Player Stage with Roomba

Here is my code: /* Scott Landau Robot Lab Assignment 1 */ // Standard Java Libs import java.io.*; // Player/Stage Libs import javaclient2.*; import javaclient2.structures.*; import javaclient2.structures.sonar.*; // Begin public class SpinningRobot { public static Position2DInterface pos = null; public static LaserIn...

Changing what song is being played in a player (Flash), after clicking other buttons on the page (help!)

I want to place a player (flash) in the top-right corner of a page and that player will change it songs based on what play button is clicked (they are in the center of the page). Do I have to use ActionScript in order to accomplish that? If I have to, how? I want something like hits: Each time the user clicks one of the 10 buttons th...

How to import music into Android library

Hello, I would like to know how can I import songs from a web service into Android library without having to download the file into sdcard. I have all the data from the web service but I do not know how to integrate the tracks into Android database. My idea is not to have to download the files, but playing them on streaming using the mus...

Writing an audio player in C#

Hi, I have a pretty cool idea for a very special media player. I like to think about this project as a mini-startup, since I don't yet know if my idea is practical. Anyways, before implementing my idea, I first need to be able to implement a simple audio player. My preferred language for this project is C#, simply because it's so easy ...

Player/Stage Path Planning

Hey guys, So I have map and config files that represent the world in which my robot is going to be trying to get through. My robot has to get from the top left corner to the bottom right corner of the map without hitting any of the obstacles. I am allowed to work with the map data before sending the robot on it's journey to try and impl...

How to connect 2 virtual hosts running on the same machine?

I have 2 virtual hosts running on my Windows XP laptop. One is Ubuntu running inside vmware player. The other is MS virtual PC (so I can test with IE6 ). The Ubuntu virtual host is running my web application with apache. I can point my browser on my laptop at the Ubuntu IP and view my web app. I read this post http://stackoverflow.c...

Flash player inside a div is moving the whole page wrapper down in IE (why?)

I placed the flash player using: position: absolute; top: 20; right: 40; in the div around it. css: #page { position: relative; } #flashplayer { position: absolute; top: 10px; right: 30px; } (as you can see #page is relative) html: <div id="page"> <div id="flashplayer"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-4445535400...

Flash music player stop working when I embed it into my index page

Inside my /test folder/music_player/ have have a file called mini_player.swf. If I play it without embedding it anywhere, like this: http://ada.kiexpro.com/test/music_player/player_mini.swf everything is OK. But when I add it into my index page: http://ada.kiexpro.com/test/ the song doesn't start. I'm using a song_list.xml like this: ...

jQuery Audio Player

I was given 2 MP3 files, one that is 4.5Mb and one that is 5.6Mb. I was instructed to have them play on a website i am managing. I have found a nice, clean looking CSS based jQuery audio player. My question is, is this the right solution for files that big? I am not sure if the player preloads the file, or streams it ? (if that is th...

How to find when the media player has finished vb.net

EndOfStream event doesnt seem to be working. I put a msgbox in the event and it wont come up once the CurrentMedia has played. I need to track when the media player has finished playing a video. Someone help! ...

Flex 3 and flash player caching

hi, i pass text strings from a configuration file into my Flex app, one of the strings i pass in is a mailto link which i use to allow users of my app to send me feedback. I recently needed to change this link however when i updated the link in my config file the change did not happen instantly in my Flex app. In fact i had to clear my...

How do I read .pls Files?

Hello, I am wanting to write a script to play the .pls files Shoutcast uses to broadcast, but I am not sure how to do that. I want to write it in Python. Any help would be great! ...

blackberry implement audio player

Hi, I am developing an application which let users to hear songs online. And I used Blackberry Player and Manager APIs. My application works fine and I can play songs. Now I wan't to add more controls to it. As an example I want pause, play songs. Mute the sound, Control the volume. Display the progress of the play back. Display the cur...