1,250 Views
19 Sep
Thx to Indoupload.net who help me to answer my wish to have FREE storage for my voice sample for Indonesian dubber like what I wrote at my previous post.
If you dont like to visit some site which must loading their music every time we visit, this method will suitable for you. This is English translation from real article at HERE which written by Reshine
I will try to rewrite this tutorial with my own language.
This is step by step to put music on your site with give user choices to turn in on or turn it off (Full control to user)
I was several time writing about this at How to put music at your blog with html code also Tutorial music controler for blo using flash This time I try another method
A. Why we need full controlled music by user?
1. Many user also play mp3 while they browsing at internet. If they visit your site and hear 2 voice at same times, it will be mess
2. Automatic loading mp3 make your site heavier to open esp for people who has slow connection like me
So I think, the best way is give user choice “Want to hear the mp3 or not “
B. How to make full controlled mp3 player for user?
1. Choose the mp3 song. Or whatever voice (wav, wma, etc).
2. If it not mp 3 yet, pls convert into mp3 using SUPER software ^^
3. Resize the mp3 for better loading time
3.1 How to Resize mp3 File
a. Download MP3 Resizer
b. Install it
c. Run the mp3 Resizer and pick all mp3 that want to be resized
d. This is the most important thing. Set the BITRATE into 32Kbit 11Khz. If you wrong, the music will mess. I was make a mistakes here
e. Pick output folder
f. Run the mp3 Resizer (press Resize)
4. Generate the mp3 Playlist
a. Login at your Indoupload.net account. If you dont have it yet, just register, ITS FREE!
b. Upload the File
c. Pick all the file that you want to make the playlist (Press green button on right side)
d. On top of the file list there is pull down menu, pick “Create mp3 playlist”
e. You will get the code and you can directly copy and paste it into FS, Multiply, blog or other site that allowed embed
5. If you want to EDIT THE PLAYLIST, use this tutorial
a. Download all XML file that automatically created when you make playlist (NEVER DELETE THIS FILE OR YOUR Mp3 WILL NOT WORK)
b. Open the XML file with text editor such as textpad, notepad etc
c. Every play list XML has this part
| <?xml version=”1.0″ encoding=”UTF-8″?> <playlist version=”0″ xmlns = “http://xspf.org/ns/0/”> <trackList> <track> <location>http://www.name.com/folder/song.mp3</location> <info>URL ASLI</info> <image>http://www.name.com/folder/picture.jpg</image> </track> <track> <location>http://www.name.com/folder/song2.mp3</location> <info>URL ASLI</info> <image>http://www.name.com/folder/picture2.jpg</image> </track> </trackList> </playlist> |
d. Pay attention to a part between <tracklist> and </tracklist>
<track> => Open tag for opening some track
<location> URL </location> => MP3 URL( NEVER CHANGE IT !!! )
<info> URL </info> => Place for download the mp3
<image> URL </image> => Picture at the playlist
</track> => closing track..
e. If you want to change the track position, just add or change the TRACK code at XML that we already download and write the name (DO NOT CHANGE XML FILE NAME). After that remove the original XML and upload the new one.
6. Implementation
1. This is the author editing Code. I dont change my code since I want to let people that indoupload who store my mp3 ^^
| <object type=”application/x-shockwave-flash” width=”400″ height=”170″ data=”http://indoupload.net/xspf_player.swf?autoplay=true &repeat_playlist=true &playlist_url=http://indoupload.net/pl/MzEyNy8vcGxfMTE4NTM0ODc3Ny54bWw=”> |
tambahkan code : autoplay=true&repeat_playlist=true& sesudah : http://indoupload.net/xspf_player.swf? <– This is for looping and auto play. Do not put auto play if U want the mp3 not automatic play at Ur blog
7. My Mp3 Result
This taken from Anime Trigun at Indonesia dubbing. Nicholas dubber is my favorite male Indonesian dubber. Weheeh
| <object type=”application/x-shockwave-flash” width=”400″ height=”50″ data=”http://indoupload.net/xspf_player.swf?repeat_playlist=true &playlist_url=http://indoupload.net/pl/OTg1OC8vcGxfMTE5MDE1NzY3MC54bWw=”> |
|
If you like my post, please Subscribe to this blog by Email or by RSS FEED
|
Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post | TrackBack URI for this post
This site Best viewed at MOZILLA FIREFOX 1024 x 768 px
If you use other browser, maybe you will find error.
Want to get Firefox FREE to browsing SAVER and FASTER?
Just click link bellow and install it at your PC
![]()
WANT EXCHANGE LINK?
Click This link to add Ur link FREE
check others tip using mp3 from indoupload that i wrote in my blog :
http://tedirachmadi.web.id/2007/08/09/trik-lain-penggunaan-fasilitas-mp3-indoupload/
this time, i use another flashplayer to play, but still use indoupload to save the playlist and song…
you can see the example in my site…
the best thing is.. we can set the playlist to do a random play, also we can change the colour of the playlist to suit our page/web ^_^
regards