MP3 Player in Web page

A revolutionary and easy to use music player that plays audio on your website in 3 steps. 1) Link to Audio E.g :- <a href="http://yoursite.com/song1.mp3">Song 1</a> <a href="Favorites/Sonng.mp3">Song 2</a>   2) Copy and paste this code into your page <script type="text/javascript" src="http://mediaplayer.yahoo.com/js"></script>   3) Use the player This play button will appear for each of your audio links: Press a play button. The Yahoo! Media Player will...
More

Subtitles for video file

To show Sub titles for video, we need to create one file called SubRip. SubRip caption files are named with the extension .SRT. This format is supported by most software video players and subtitle creation programs. The time format used is hours:minutes:seconds,milliseconds, with the milliseconds field precise to three decimal places. Srt file does not contain any video data, it is simple text file you can edit by any text editor (translate subtitles into another language). The purpose of srt s...
More