Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
MP3 Player with unlimited playlist
Hi, friends. I’m from Russia with regards, vodka, and drunken bears on bicycles )))
I sat in a dark and terrifying side of the room, looked at the drunken bears on bicycles. And, suddenly, decided to develop a plugin for the site Wwwow! – “MP3 Player with unlimited playlist”. Made in Flash and to create a playlist using the following code:
<txp:www_player music="
t:Scorpions - Wind of Change u:http://20at.com/media/scorpions-wind-of-change.mp3
t:Papa Roach - Forever u:http://www.therightlist.com/music/forever.mp3
t:Papa Roach - Getting Away With Murder u:http://www.inurmind.com/music/paparoach_awaywithmurder.mp3
t:Breaking Benjamin - Forget It u:http://home.lyse.net/supreme/mp3/mp3/06-breaking_benjamin-forget_it-h8me.mp3
t:Breaking Benjamin - Breath u:http://66.45.164.14/mxp0/www.mp3stand.com-breathe.mp3
t:Breaking Benjamin - Dance with the Devil u:http://www.dallasnetworks.net/media/stuff/07-dance_with_the_devil_256_lame_abr.mp3
t:Massive Attack - Risingson u:http://transience.paragonsigma.com/Massive%20Attack-2-Risingson.mp3
t:Radiohead - Karma Police u:http://musicglob.com/pub/music/Radiohead%20-%20Karma%20Police.mp3" />
ie structure looks like this:
<txp:www_player music="
t:Artist - Track u:File URL
t:Artist - Track u:File URL
t:Artist - Track u:File URL
...
t:Artist - Track u:File URL" />
All other operations are performed automatically. Artist and title can not write. Then these data are taken from the tags of the mp3 file (id3) inside Flash. The player can use the links to mp3 files from other sites or from his if it is loaded). In this case, the link is not required, it is sufficient ID file.
I want to make this plugin for all users. But for this you need to optimize it more convenient to use. I would like to hear your feedback and comments on how to do it.
See how the MP3 player can be on my site
Sorry for my bad English. Unable to express their thoughts, when you see a bear in the red dress )))
(edited for better code display. -Els)
Last edited by Wwwow! (2010-02-21 15:38:25)
Offline
Re: MP3 Player with unlimited playlist
Download link would be apriciated ;)
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
Re: MP3 Player with unlimited playlist
I can make the possibility of downloading music. But I would not engage in piracy. ))
Offline
#4 2010-02-22 19:10:42
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MP3 Player with unlimited playlist
the_ghost wrote:
Download link would be apriciated ;)
Victor, I think the plugin is not ready to be released yet:
Wwwow! wrote:
I want to make this plugin for all users. But for this you need to optimize it more convenient to use. I would like to hear your feedback and comments on how to do it.
It looks very nice, Gosha, I hope you’ll get some feedback from other plugin authors.
Last edited by els (2010-02-22 19:11:12)
Offline
Re: MP3 Player with unlimited playlist
Thanks. I completed the my plugin. Now it consists of two tags.
<txp:www_flash id="123" url="http://......">
variable1 = value1
variable2 = value2
variable3 = value3
.....
variable9999 = value9999
</ txp: www_flash>
You can specify any additional attributes (wmode, play, loop, etc.)
You can send swf inside any number of variables. And the movie itself does not need to activate the click of a mouse. From my plugin can even embed videos from youtube.com.
I have written instructions for use and showed examples. Even a lesson designed for Flash, but so far only in Russian. My girlfriend is engaged in translation into English.
Offline
Re: MP3 Player with unlimited playlist
Sorry, friends. I mixed up the subject.
I’ve been writing about the plugin mp3 player.
And then, by chance for himself, invented a valid plug insert swf files Flash. With the ability to give them all the attributes and variables inside. And then use them in the animation.
Offline
#7 2010-03-02 20:27:32
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: MP3 Player with unlimited playlist
Hi Gosha, I made you a Plugin Author, so you can publish your plugins in the Plugin Author Support forum :)
Offline
Re: MP3 Player with unlimited playlist
Thanks, Els!
I was almost brought to perfection a plugin. And very soon I’ll write and give instructions to download all the users free of charge.
2 plugins at once:
1 – mp3 player with unlimited playlists,
2 – is valid insert swf Flash files in the article and send it any data
Last edited by Wwwow! (2010-03-13 10:43:07)
Offline