Skip to main content

Symbian Player

I'm going to do create a new project on music player for 5th Edition touch screen devices.And i need to get the streamed .mp3 file data from the server & also i need to play it in the Music Player as streaming. Please can any one suggest me how to create a music player & which tool will be better one for displaying the Music Player UI designs with stylish look. And also please mention if there any open source for creating a Music Player.

The streamed .mp3 file data from the server is http://songs.galatta.com/music/languages/Tamil/spiritual/mp3/Ojas%20Life%20Energy%20Eliminate%20Stress%20Anviety%20and%20Depression/Introduction.mp3 & after that i need to play it in the music player.

Comments

Popular posts from this blog

Top 100 Dot Net Interview Questions - Part 1

1. What is ASP? Active Server Pages (ASP), also known as Classic ASP, is a Microsoft's server-side technology, which helps in creating dynamic and user-friendly Web pages. It uses different scripting languages to create dynamic Web pages, which can be run on any type of browser. The Web pages are built by using either VBScript or JavaScript and these Web pages have access to the same services as Windows application, including ADO (ActiveX Data Objects) for database access, SMTP (Simple Mail Transfer Protocol) for e-mail, and the entire COM (Component Object Model) structure used in the Windows environment. ASP is implemented through a dynamic-link library (asp.dll) that is called by the IIS server when a Web page is requested from the server. 2. What is ASP.NET? ASP.NET is a specification developed by Micro

Top 100 Dot Net Interview Questions - Part 3

21. What is Query String? What are its advantages and limitations? The Query String helps in sending the page information to the server. The Query String has the following advantages: Every browser works with Query Strings. It does not require server resources and so does not exert any kind of burden on the server. The following are the limitations of Query String: Information must be within the limit because URL does not support many characters. Information is clearly visible to the user, which leads to security threats. 22. What is actually returned from