Click here to Skip to main content
Click here to Skip to main content

MP3 Player Server Control

By , 7 Sep 2003
 

Screenshot

Introduction

I find a lot of .NET programmers often don't have much experience or knowledge of Flash and it's capabilities. One of the exciting features of Flash MX was that flash files could very easily load external MP3 files and control their playback. I decided that I would implement some of my Flash skills into making a control to sit in my Visual Studio Toolbox that I could easily drag and drop into any project and not have to worry about implementing the resource files. One of the features I worked on was having the Flash file self-contained within the DLL, and having the control intelligently deposit a copy of the Flash file into the appropriate directory, without the programmer having to worry about implementation or setup. Of course, I also liked the idea of using the property panel of Visual Studio to configure my Flash file in a no fuss, error-free manner. So I strived to make the control adaptable, with properties for console UI, looping, streaming and etcetera.

Using the PseudoMP3 server control

Of course, if your using an IDE like Visual Studio, you don't really need to know how to register or what the property names are. But for the sake of clarity...

The very first thing you need is to register the tag prefix.

<%@ Register TagPrefix="pseudoengine" Namespace="PseudoEngine" 
               Assembly="PseudoMp3" %>

Then you can create the control like so...

<pseudoengine:PseudoMP3 
    id="PseudoMP31" 
    runat="server" 
    Src="http://www.myDomain.com/myMp3.mp3"
    Stream="False" 
    AutoStart="False" 
    Loop="False" 
    Console="True">
</pseudoengine:PseudoMP3>

Properties explanation

  • Src: URL location of the MP3 file.
  • Stream: Boolean value to indicate whether MP3 file should be streamed. (Otherwise file is preloaded)
  • AutoStart: Boolean value to indicate whether file should start when page loads. (Guaranteed to annoy or your money back)
  • Loop: Boolean value to indicate whether file should play itself again when it ends.
  • Console: Boolean value to indicate whether to display the UI.

What's in the source files

Everything. The Flash source files, Visual Studio solution, a test harness web app and all the burritos you can eat. Well, maybe not the burritos.

Conclusion

Since I've finished this control, I've actually thought of a few extensions I could implement. It wouldn't be that hard to have the control generate an XML document describing a play list and feed it to the Flash file. You could also add properties to control the initial volume, start position of the track and specific number of loops to have the MP3 playback. Even maybe detect the ID3 metadata and feed the Flash file with the correct title of the song to display. Anyway, I'm bored with this project, so on to the next one.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here

About the Author

Andrew Boisen
Software Developer
Australia Australia
Member
No Biography provided

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionPlay Wav Filememberrakesh bairi13 Jun '12 - 2:40 
QuestionCannot Play Pseudomp3 coutrolmemberkoid15 May '12 - 2:58 
Questiongetting errormemberMary Abraham9 Jan '12 - 4:43 
GeneralMy vote of 5membernano2k17 Nov '11 - 2:57 
QuestionDon't know how to use PseudoMP3 librarymemberagehacker8 Nov '09 - 9:06 
QuestionLicense required?memberRichard Mikesell1 Nov '09 - 19:47 
AnswerRe: License required?memberortund29 Nov '11 - 20:54 
Questionhow to control from asp buttonmemberdave70770728 Oct '09 - 11:38 
AnswerRe: how to control from asp buttonmemberMember 807514311 Jul '11 - 9:15 
GeneralComercial licencemembertetabara29 Aug '09 - 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130523.1 | Last Updated 8 Sep 2003
Article Copyright 2003 by Andrew Boisen
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid