Ksan Player
1. Upload your MP3 filesIf you wish to play a podcast, skip to Step 3. Otherwise create a folder on your web server and upload your MP3 files there. Remember the complete path from website root to the folder. For example: "/mp3/" 2. Prepare playlistPlaylist is a list of MP3 files to be played by Ksan Player. It is stored in an XML-file as a plain text with a certain structure. You can use a simple text editor like Notepad to create a playlist. Each MP3 file should be specified with a single line of code: <song artist="Lou Armstrong" title="Hello Dolly" file="/mp3/song1.mp3"/> Where "artist" means the name of the singer/band, "title" means the name of composition and “file” means the path to the MP3-file from site root. To use non-english characters in song titles or artist names, in Notepad Save As... window expand Encoding list and select Unicode item. Upload your playlist to the server and remember the complete path from website root to it. For example: "/mp3/playlist.xml". 3. Upload Ksan Player filesChoose your design:
And upload corresponding SWF file along with swfobject.js to your web server. Remember the complete path from website root to the files. For example: "/mp3/swfobject.js" and "/mp3/player.swf". Note: The home of SWFObject: http://blog.deconcept.com/swfobject 4. Insert Ksan Player into your website pagesTo insert Ksan Player to any website page, make the following changes in HTML-code of the page: 1. Add a line with the path to swfobject.js inside <head>...</head> tag: <script type="text/javascript" src="/mp3/swfobject.js"></script> 2. Add the following code to where you want to place Ksan Player: <div id="flashcontent"> The text inside the tag <div> is displayed in those rare cases, when a user doesn't have Flash Plugin installed. In this example, there is a link to the Flash Plugin download page. 3. Right after the code from previous paragraph (tag <div>) place the following code: <script type="text/javascript"> In the line "var so = new SWFObject…" put the path to the uploaded Ksan Player SWF file. In the line "so.addVariable("playlist", "/mp3/playlist.xml")" put the path to your playlist. Or put there a link to the XML of a podcast you'd like to play. The true/false value in the line "so.addVariable("autostart", "false");" means: See example of HTML code in ksanplayer.html of downloadable package. 5. Enjoy!You may easily update your playlist: change files order, add new or remove outdated MP3s. With the Ksan Player controls a user can move to the next or previous MP3 file, stop and start playback, adjust volume and rewind to an arbitrary position in the file currently being played. All the settings made by a user (current file, volume, pause or play) are stored between page visits. Downloaded MP3 files (including partially downloaded) are cached on a user’s computer. In that way users save on internet traffic.
Comments: Welcome! haaf // 21.07.2006, 11:39 Hi!
i saw this page and read it but i don\'t understand...i\'m a begginer and never maked any web page or i never even tryed.
So if u have time and look at the web for hi5.com , there i can personalize my own page, and i just wanted to insert a mp3player but i just can\'t figur it out!
So pleaze help me if u have time for this :D Flasshh // 04.09.2006, 09:35 Hello, Flasshh!
How can I contact you via e-mail? I\'m ready to help you with KsanPlayer. Maria Ivanova // 14.09.2006, 10:59 Dear Haaf,
Have been trying for hours to get this player to work and I am still unable to get it to work. I have downloaded and successfully installed the flash pugin 3 times one for each browser..and no matter how many times I reload the page it STILL tells me to go get the plug in..and I STILL dopn\'t know if the player works cuz it won\'t load until I get the plugin.
PLEASE HELP!!! Midnite // 24.09.2006, 12:21 Hello, Midnite.
How can I contact with you via e-mail? I\'m ready to help :)) Maria Ivanova // 28.09.2006, 03:48 Hello, Midnite.
How can I contact with you via e-mail? I\'m ready to help :)) Maria Ivanova // 28.09.2006, 04:23 Respect, mr.Haaf! Sambul // 29.09.2006, 14:02 Respect, mr.Haaf! Sambul // 29.09.2006, 15:38 the big one! :) aressto // 06.10.2006, 06:21 hi,i see russian woman/girl here
Mari aIvanova
could u please explain to me in russian :D
how can i make html code for my blog (liveinterbet.ru)
my email - oopsy_doopsy_oopsy@hotmail.com
thanx <D
Anstasia Anastasia // 09.10.2006, 11:52 hi,i see russian woman/girl here
Mari aIvanova
could u please explain to me in russian :D
how can i make html code for my blog (liveinterbet.ru)
my email - oopsy_doopsy_oopsy@hotmail.com
thanx <D
Anstasia Anastasia // 09.10.2006, 12:17 Nice stuff. Will use it on my blog. Romanio // 12.10.2006, 01:43 where can i upload my mp3 files? philippines // 21.10.2006, 00:20 wow what a nice work
i had a nice day and night when i discover this awesome site that contains such an awesome embedabble flash mp3 player
good work guys and gals
good luck
lucky lucky philippines // 21.10.2006, 00:21 can u hav an embedabble player for CSS (cascading style sheets) blogs and profiles? ? ?
=[ philippines // 21.10.2006, 00:25 прикольная программа)
respect Nissa // 30.10.2006, 07:06 Like the music playing here :)
good choice ;)
The last of 3 songs is by \"The Beatles\"? Great)) Elle // 04.11.2006, 20:53 juz wat i\'m looking for. genius! nic // 17.11.2006, 23:30 I have rouble reading a podcast on my website, it says playlist error.
Here is the code, can you help me please?
var so = new SWFObject(\"/ksanplayer_silver.swf\", \"player\", \"171\", \"53\", \"6\", \"#000000\");
so.addParam(\"wmode\", \"transparent\");
so.addVariable(\"playlist\", \"http://rss.radio-canada.ca/bulletinnational.xml\");
so.addVariable(\"autostart\", \"true\");
so.write(\"flashcontent\"); Dj Ohmz // 19.11.2006, 19:16 Me again, you can also check my site at http://www.aeespul.asso.ulaval.ca/podcasts.htm
Thank you
var so = new SWFObject(\"/ksanplayer_silver.swf\", \"player\", \"171\", \"53\", \"6\", \"#000000\");
so.addParam(\"wmode\", \"transparent\");
so.addVariable(\"playlist\", \"http://rss.radio-canada.ca/bulletinnational.xml\");
so.addVariable(\"autostart\", \"true\");
so.write(\"flashcontent\"); Dj Ohmz // 19.11.2006, 19:18 Help! I downloaded the Flash and installed it already, but still I can\'t play the KSAN Media Player?
email me at: juantambayan@yahoo.com.ph
I\'m looking forward for your concerns! Thanks in advance! Juan // 25.11.2006, 09:02 а можно это в жж вставить. Если можно то как? z // 26.11.2006, 08:54 Respect to Haaf!
Now my website is completed!=) a3keT // 11.12.2006, 23:22 its great! nick // 20.12.2006, 20:38 Thnx for your code! Making it useable for my site! Keep up the good work!
BTW, Happy newyear! Patch // 31.12.2006, 12:01 Пасиб, все работает, у кого не работает заходите ко мне на сайт смотрите, если что пишите может и помогу...
А создателям, просьба, сделайте пожалуйста побольше скинов, а то очень мал выбор, всего три цвета, хотелось бы больше.
Заранее спасибо. Илья http://www.adid-il.narod.ru/ // 24.01.2007, 12:20 http://musik.infogami.com jamily // 11.02.2007, 18:29 спасибо огромное за такой полезный скрипт!!! хотелось бы побольше скинов... ну, хотя бы черно-белый ещё... теперь ваш плеер и на форуме Радио МАТИ \"Экипаж\"... http://radiomati.borda.ru/ Павлов Даниил // 07.03.2007, 22:20 Hi Haaf,
I recently installed your Ksan Player, it worked perfectly, I also noticed something I had not heard with other players, as you drag the \"time bar slider\" you can hear the audio fast forwarding or rewinding, don\'t know how you did that, but it\'s a cool feature.
If you make any updates to the player, I have a request...can you make the player display the minutes and seconds of playing time as the song is playing?
Thanks for a great product! Lockwiz // 11.03.2007, 03:50 Респект!!! Кульная штуковена!!!
ЗЫ Превед, руззгие! [lol]2Fast4U // 13.03.2007, 15:28 cool!!!!!!!!!!!!!!!!! PADLEC // 18.04.2007, 21:21 Просто класссссссссссссс!!!!!!!!!!!!!!!!!! Мне понравилось! Всем приветки. PADLEC // 18.04.2007, 21:23 :)
:) PADLEC // 18.04.2007, 21:24 we love you kathryn // 21.04.2007, 09:20 SEUS CORNOS VIADOS FILHO DA PUTA DAS BRAZIL :D // 29.04.2007, 03:05 Bravo! Vlad42@ // 02.05.2007, 20:35 read it but i still dont quite understand.. my email`s rogue.frost@hotmail.com
thanks :)) rf // 05.05.2007, 08:31 NICE XOXOTA // 10.05.2007, 16:12 Браво бе пич. Ти май нямаш друга работа и с глупости се зарибяваш... Smoke // 13.05.2007, 04:33 Please somebody help,I\'m lost hahaha... how do you get this thing to work??? faetsa@yahoo.com Thanks
Emi ako moze niakoi na balgarski da mi obiasni samo kak se izpolzva tova molia pomognete,blagodaria faetsa // 17.05.2007, 18:08 Will this work on Frontpage? Hannah // 18.05.2007, 19:13 Hi, I tried to use frontpage to create a list of MP3 using the player - can somebody please help me create a list
thanks Frans Chircop // 22.05.2007, 09:07 Any idea how to clear the cache? My playlist is updated, but the same old songs just keep showing up. jeff caylor // 29.05.2007, 18:59 is there a place i can upload/host my playlist plz help my email is KrazeeX@hotmail.com Chris // 06.06.2007, 12:34 Nice player. Worked like a charm. Has nice possibilities for site integrationg. :) Marcus McCurdy // 09.06.2007, 19:51 \"create a folder on your web server and upload your MP3 files there\"
now how do i do that?
compisano13@aol.com is my email if you can help :D maria // 27.06.2007, 05:25 hi!
I m admin of a blog and I edited the Ksan\'s script to work with many playlists (the user can change the playlist). I add it before the script:
<!--
var selRadio = document.getElementById(\"radio_s\").value;
var url = \"http://caiofab.googlepages.com/\";
var selPlaylist = url + selRadio;
-->
and modify the original script to:
<!-- so.addVariable(\"playlist\", selPlaylist); -->
So, the user clicks on the playlist, and the variable is changed, giving the complete playlist URL .
But it isnt working im Internet Explorer. What can I do?
tks Caio Fabiano // 29.06.2007, 21:47 NO!! the error isnt the player, but it is the music host..
sorry Caio Fabiano // 29.06.2007, 22:46 yes i like my hristo // 30.06.2007, 08:53 where i can upload my mp3??? pls email me eden_cguy@yahoo.com Md. Eden // 05.07.2007, 01:50 I have three podcast shows on one page -- I\'d like to put three players on the page. But only one seems to work.
Any advice?
strategy2.0@gmail.com dave w // 13.07.2007, 14:55 perfect! thank you so much! ty // 20.07.2007, 18:14 yuuu noob uahuaahu // 29.07.2007, 18:39 Good job, many thanks!!! Lifeforces // 06.08.2007, 08:27 I am having trouble with the flash also. I have it flash player installed, yet I still receive the message I dont. I have tried it in IE 7 and Firefox 2.0.0.4. Same problem with both. Please email with assitance at layneh81@gmail.com layneh // 17.08.2007, 14:17 I\'m trying to build in the player in http://untitled-artist.livejournal.com, I made everything like said in manual, there is flash player installed in my opera browser & explorer (last version) but on my post displays: \"Flash Player plugin is required.\" Does it work properly in livejournal??? Я говорю по русски, помогите. grin-go@.mail.ru 195287321 icq Grigoriy // 22.08.2007, 05:41 grin-go@mail.ru help!!! Grigoriy // 22.08.2007, 05:43 grin-go@mail.ru help!!! Grigoriy // 22.08.2007, 06:30 grin-go@mail.ru help!!! Grigoriy // 22.08.2007, 06:30 grin-go@mail.ru help!!! Grigoriy // 22.08.2007, 06:30 _ _ // 25.08.2007, 07:36 um.................................................kool angel // 10.09.2007, 19:03 поделись исходничком small // 11.09.2007, 14:59 This player is super!
How about a parameter for random order of the playlist?
How about one for looping? Emmanuel // 28.09.2007, 01:05 Your player is amazing and easy to embed! Evgeny // 10.10.2007, 18:26 from lebanon plz add email plz (bad.a.boy) ahmad // 11.10.2007, 18:23 Hello, your player is nice and simple, but i have similar problem as \"Midnite\". If i run your \"ksanplayer.html\" everything works well, but if i insert the code to my template of blog (created by blogspot.com) which is located in the same directory i can only see \"Flash Player plugin is required. \" I don\'t know what\'s wrong. Can you help me please? My e-mail is mukates@atlas.cz. Thank you. mukates // 18.10.2007, 18:11 Respect! Den // 23.10.2007, 04:26 where i can upload my mp3??? pls email me onio_0103@tv9.mn onio // 21.11.2007, 14:53 Молодцы) Но надо ещё лучше!
Эх, пойду куплю зарубежную разработку Никита // 24.11.2007, 13:30 Никита, ну это тоже неплохой вариант, по крайне мере бесплатный.Мне понравился.Хотя может нарою что получше.))) Ванёк // 25.11.2007, 18:05 Very good player!! Simple and functional...
and the sample playlist were a good choice ;-) Cristovam Ruiz Junior // 14.12.2007, 14:48 By the way...
How do I play the metafile available in http://91.186.30.12:36536/
Itґs a file named listen.pls
Is it possible?
Help me! Cristovam Ruiz Junior // 14.12.2007, 15:29 awesome job! Can I have the source so I can make some new skinz? :) Nathski // 28.12.2007, 14:27 thanxxxxxxxxxxxxxx shabiba // 31.12.2007, 18:17 Hi ^_^,
ei got a problem regarding your player, ii can\'t seem to make it work it says that i need to install flash player plug in in order for it to play, but I\'ve already installed adobe flash player 9, but still the player won\'t show up...please help me =( core2duo // 16.01.2008, 23:56 Hi ^_^,
ei got a problem regarding your player, ii can\'t seem to make it work it says that i need to install flash player plug in in order for it to play, but I\'ve already installed adobe flash player 9, but still the player won\'t show up...please help me =( core2duo // 17.01.2008, 00:00 Hi ^_^,
ei got a problem regarding your player, ii can\'t seem to make it work it says that i need to install flash player plug in in order for it to play, but I\'ve already installed adobe flash player 9, but still the player won\'t show up...please help me =( core2duo // 17.01.2008, 00:07 nice d // 23.01.2008, 14:17 Can someone please give me the code so it work Cedric Austen-Brown // 27.01.2008, 21:31 thanks alac // 02.02.2008, 11:20 Great job. Simple and effective. What is the license? massimo Di Pierro // 11.02.2008, 18:17 holitas soy juli de don emilio quiero que pаsen mas musica del polaco o sonido masterd dale? plis mandale un beso a mi amor nicolas julieta // 06.03.2008, 21:05 Hell yeah!
Всем привет =))
www.liveinternet.ru/users/bionic_commando/ BIONIC COMMANDO // 08.03.2008, 22:01 ghiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii mostaaf // 13.03.2008, 18:45 how do i make the file? max // 31.03.2008, 08:50 wahedtate2010@yahoo.com wahed // 03.04.2008, 07:38 spent around 1 hour on it, everytime it says error loading playlist, tried different servers, googlepages, geocities, but same result. not sure if it works for any other server\'s playlist. bkpandey // 08.04.2008, 06:46 Great and I love it.But I want to download the songs.How can I do so?
Thank you BKS // 12.04.2008, 07:22 мне не очень понравилось есть и лучше. Но и это не плохо geny // 17.04.2008, 12:40 ппророп ппророп // 28.04.2008, 14:45 put on some better music mj // 29.04.2008, 13:39 zame4atel`no Yan // 07.05.2008, 13:12 computer people say wut? dais // 12.05.2008, 14:09 Gloriamurai/hot Yroslava // 13.05.2008, 16:45 заебись, маладец буржуй!!!!! Заебатый плеер сделал!!!!! ferz // 16.05.2008, 13:17 Привет Настя // 19.05.2008, 08:35 Hi, first of all I want to thank you for this nice player and for sharing it with others! THANKS.
Second, I want to ask is it possible to use two (or more) players with diferent playlist in the same (single) page? I have one Ksan Player working on my page perfectly, but I need second (additional) one (becouse of separate playlist).
Ro.
P.S. I have send e-mail to haaf@ksanlab.com but somehow I got \"undelivered\" reply, so I\'m writing there now.. Ro. // 28.05.2008, 08:24 Да, скинов побольше и плеер поменьше размером!
Руссячииииии здарова! Тимоха // 31.05.2008, 04:50 ПРЕВЕД МЕДВЕД! Кревед // 02.06.2008, 12:34 А как на сайт вставить??????Ну плеер??????
ШО ЗА БРЕД?!???!!?!???!!? Димон // 03.06.2008, 11:24 Буржуй, зачотный плеер получился! Только как его в php-fusion вставить?! ответь на pintak@list.ru please Анджэй! // 03.06.2008, 15:41 че за гавно играет а? КУйВам // 10.06.2008, 11:10 че за гавно играет а? КУйВам // 10.06.2008, 11:11 Это что за хрень? Ира // 15.06.2008, 11:54 ипать, плеер норм, но музон ГАВНО ЦЦЦ // 15.06.2008, 16:33 Токио ито лучше поет Тарантул // 18.06.2008, 02:36 мда такая 4ушь!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! MaHaX_BY // 19.06.2008, 19:00 DIMA BILAN MERDEKAN-007@MAIL.RU // 22.06.2008, 08:53 Thanks!
2 Questions:
How can I change the player position( from left top angle)?
Can i place few these players on one page?
dmitry.kunitsin(angry dog)gmail.com Hitry // 23.06.2008, 06:42 Придурки,кто классику РОКА не знает !!!
Picassov // 26.06.2008, 09:33 Comment on this: | |||||||||||