PDA

View Full Version : Nice little Flash mp3 player



RDR
18-08-2007, 10:13 AM
http://www.premiumbeat.com/flash_resources/free_flash_music_player/multiple_tracks_mp3_player_menu.php

I like the look of this.

Tyrisia
18-08-2007, 02:34 PM
looks cool, but just be aware that the Sound.loadSound command caches the mp3 on the user's harddrive by default, so they get a free copy of the music when they press play on the player.

I'm assuming here that it's written in AS2, if it's AS3 it might be different, I haven't looked at AS3 yet. Just a heads up that using these players can (depending on the player) be detrimental if the person setting up doesn't take this into consideration.

RDR
18-08-2007, 08:10 PM
looks cool, but just be aware that the Sound.loadSound command caches the mp3 on the user's harddrive by default, so they get a free copy of the music when they press play on the player.

I'm assuming here that it's written in AS2, if it's AS3 it might be different, I haven't looked at AS3 yet. Just a heads up that using these players can (depending on the player) be detrimental if the person setting up doesn't take this into consideration.

my bad - i knew that, should have mentioned it before!

Can you recommend a flash player that doesnt let the user do that?

Im after one myself.

Cheers!

bmovie
18-08-2007, 08:51 PM
You can try this one:
http://www.e-phonic.com/mp3player/

RDR
19-08-2007, 07:52 AM
thanks for the link bmovie - that one is one that requires money to stop sponsorship messages.

but it looks kinda cool!

stjohn
20-08-2007, 06:29 PM
http://www.plebius.org/flashmp3player

this one just redirects the stream from where u have the tune uploaded...

TechMouse
20-08-2007, 06:46 PM
Why do you need a flash player?

Why can't you just link mp3 or pls files, and let the user decide how they play them?

Tyrisia
20-08-2007, 08:01 PM
http://www.plebius.org/flashmp3player

this one just redirects the stream from where u have the tune uploaded...

Yeah I looked at that one myself, looks pretty good but I'm guessing it uses an xml playlist. Decomplie the movie to find the playlist path and name, then use that path to open the playlist in your browser and get the true or relative paths to the files, and if the files aren't in secured folder you download them for free. I'm only guessin that that's how it works, but I've seen a few like this.

RDR
21-08-2007, 08:02 AM
Why do you need a flash player?

Why can't you just link mp3 or pls files, and let the user decide how they play them?

Because these are artists tracks from the label mark, be a bit silly to give them away now wouldnt it ;) AND contract busting :laughing:

mr acid
22-08-2007, 12:52 AM
http://musicplayer.sourceforge.net/#download

I found this player preety good.

Check the documentation!

Cheers,

L.

RDR
22-08-2007, 08:50 AM
Thats the player we are currently using, i love the look of it, but sadly it allows users to download the music, and thats something we are trying to avoid.

i do like it though :cheese:

mr acid
23-08-2007, 08:33 PM
What about if you added a"right click disabled" code ? ;)

RDR
24-08-2007, 01:40 AM
What about if you added a"right click disabled" code ? ;)

true enough! but i'd have to learn flash first ;)

not gonna happen :cheese:

Tyrisia
24-08-2007, 03:53 AM
doesn't work like that, Flash is a client-side technology that executes on the users computer, so it needs to cache the mp3 in the temp internet folder unfortunately.

278d7e64a374de26f==