Simple and Free Flash MP3 Players for Your Website

0

There are many cases that require a streaming music solution for your website. If you are in need of a free and simple flash mp3 player for your website then you should check out flash-mp3-player.net. This website offers multiple flash mp3 players that may provide you with just what you need. The available players have very few bells and whistles, but they are easy to use, customize, and set up.

There are a total of five different players to choose from: mini, normal, maxi, multi, and js. They all provide customization options like colors and auto play. One of the my favorite features is the built in keyboard shortcuts for controlling playback. You can preview the players, read the documentation, use a generator to create your player, download the player, and view the license agreement for each of the five players. The website states that "[t]he player is under the Creative Commons BY SA and MPL 1.1 license. You can use the player without citing the author" (flash-mp3-player.net).


Create Standards Compliant Slide Shows With S5

2

S5 (Simple Standards-based Slide Show System) is an easy way to create nice looking slide shows that are completely standards compliant. Using XHTML, CSS, and JavaScript, S5 allows you to view the normal slideshow as well as a printer friendly version. The transitions are fast and smooth. There are a number of keyboard shortcuts that can be used to navigate through the slides as well. You can check out the full feature list for all the bells and whistles S5 has to offer. Complete with five themes, this slide show package is a great choice. The author has created a primer, a reference, and a FAQ to help you learn and start creating your own slideshows.

There is one warning given about using S5 with Firefox. If you have the AdBlock extension installed, there are known problems with older versions of AdBlock and S5. Be sure you are using the latest AdBlock version and you should be okay. As noted in the comments by Wladimir Palant, the developer of Adblock Plus, this issue is apparently moot.

The overall layout of the slideshow is very clean. It is based on a few <div> tags, and all slides are contained within those. For example, inside the start of the presentation div tag ( <div class="presentation"> ) are slide div tags ( <div class="slide"> ). The layout looks a lot like XML when formatted cleanly. I find the "syntax", if you will, very intuitive; it makes sense and is easy to follow and understand. There is a sample presentation that is nice to help you get started. It is easy to look at and understand. You should be able to quickly gain an understanding for the basics of a slide show. From there, you can add additional formatting and customizations to fit your specific need.

In my opinion, the best part of S5 is its small size and simplicity. The author articulates these points, which I have included below.

I like complex, powerful tools. Why should I use a "simple" slide show system?
Actually, the "simple" part refers mostly to the file structure, and also to the fact that you can create a decent slide show system with a few open Web standards. However, it does also express the anticipated simplicity of the slides themselves. Read the full explanation at the S5 FAQ page.

Check out the sample slideshow and give S5 a shot.

Free Media Streaming Software For Your Website

2

The web today is all about content, and Web 2.0 has pushed tons of user-generated content to the front stage, simultaneously opening many new possibilities for web technology. Whether you want your site to be the next YouTube, or simply want to embed and stream some simple recordings or videos, there is a free media streaming software available for you. Check out some of the best options available.

Music

  • XSPF Web Music Player - This is, in my opinion, the best option out there for free streaming music players. There is a slim and an extended option available. The slim version simply plays whatever song is loaded into the player. The player accepts playlists, which are xspf files. They adhere to a specific format, but are easily generated statically or dynamically. The player displays text in both versions and album covers in the extended version. The player accepts many custom parameters through the url.
  • e-Phonic MP3 Player - The main advantage to this player is that it is skinnable. It can load single files as well as XML playlists. The player can be controlled by JavaScript, which I find to be a pretty cool feature. They also offer some visualization effects for eye candy. The downfall with this player is it shows text for 3 seconds that says "unregistered." I don't mind the link back to their website, but I don't like the 3 second text annoyance. If you can get past the "unregistered" text, this is a good choice.
  • Flash MP3 Player - The main advantage to this player is that the player saves the song position as a user views different pages or refreshes the current page they are on. The player doesn't reload the same song with every page change. That is pretty awesome in my book. It also has all the basic controls and is easy to get up and running. It automatically creates playlists by scanning the directory and loading MP3's and their ID3 tag information. It also offers a customizable design.

Video

  • Flowplayer - This video player offers a long list of customizable features that can be configured through JavaScript code. It has a very nice design, and colors can be changed to match your site. It boasts a long list of features like, "Progressive downloading, server side streaming, long play features, playlists, hardware accelerated fullscreen mode" (Flowplayer). Overall, it is nice to look at, easy to use, and easy to implement.
  • JW FLV Media Player - This media player offers media streaming for noncommercial use. Music and video streaming are available with many of the major formats recognized. The player accepts single files and playlists, a skinnable interface, JavaScript API for player control, a large array of customizable settings. This player is a little harder to understand at first than the previous two, but the website offers many wizards, examples, and tutorials to get you streaming in no time.
  • Sothink FLV Player - This video player includes features like fullscreen mode, auto-resizing to fit video player to video size, and free-form video player resizing. One of the more intersting features is its ability to understand drag-and-drop FLV files from your local drive, as well as loading a file through the URL. It is easy to use and easy to implement.

[poll id="9"]

Do you use something different to stream media from your website? Let us know in the comments if you know of something else that is worth looking into.