Category: Flash

10 Easy To Implement Flash Based Mp3 Players For Your Website

August 30th, 2009 in Flash, Resources | View Comments

Flash Mp3 players are cool because they let web developers and bloggers embed music players and build customized JukeBox on the websites.

With these online music players, you can add a list of songs easily and embed the given Javascript code to your website. Most of these music players are customizable and you can have your won skin that suit the web design.

Today, we are going to look into 10 flash Mp3 players that you can easily implement to your website.

1. Audio Player

Audio Player is an open source flash mp3 player which is released under the Open Source MIT License. This is originally a plugin for WordPress but the developer had built a standalone version which can be used by any website as well. WordPress user will get a lot of customization options.
Wordpress Audio Player

2. Flabell Flash Mp3 Player

This is a fully customizable music player for your website. The playlists are being loaded externally using XML file and you can add multiple artists and albums to your playlists.
Flabell Flash Mp3 Player

(more…)

5 Extremely Simple Ways To Add Page Curl To Your Website

May 13th, 2009 in Flash, Javascript, Resources | View Comments

A lot of websites/blogs using page peel/page curl to add additional message such as advertisements at the corner. There are a lot of scripts that can achieve this function but unfortunately these scripts are not free.

Recently, 1 of my client requests me to implement page curl on his WordPress theme. So, I search through the internet and found some free and extremely simple ways to implement it.

1) Simple Page Peel Effect with jQuery and CSS by Soh Tanaka

simple-page-peel-effect-with-jquery-css
In this example, Soh Tanaka show us how to achieve the page peel effect using purely jQuery and CSS.

2) The Sexy Curls jQuery Plugin

sexy-curls-jquery-plugin
This is another open source jQuery plugin to achieve page peel/page curl effect by Elliott Kember. To use this plugin, you are required to install both jQuery and jQuery UI.
(more…)