Welcome to the Blackout Audio Techno Forums :: Underground Network.
Results 1 to 14 of 14
  1. #1
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default Nice little Flash mp3 player


  2. #2
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Around the back of the third moon off Tyrisia
    Posts
    516

    Default

    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.

  3. #3
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default

    Quote Originally Posted by Tyrisia View Post
    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!

  4. #4
    Junior Freak
    Join Date
    Feb 2004
    Posts
    241

    Default

    You can try this one:
    http://www.e-phonic.com/mp3player/

  5. #5
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default

    thanks for the link bmovie - that one is one that requires money to stop sponsorship messages.

    but it looks kinda cool!

  6. #6
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default

    http://www.plebius.org/flashmp3player

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

  7. #7
    Parsnip
    Join Date
    Apr 2004
    Location
    Bangalore, India
    Posts
    15,336

    Default

    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?

  8. #8
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Around the back of the third moon off Tyrisia
    Posts
    516

    Default

    Quote Originally Posted by stjohn View Post
    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.

  9. #9
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default

    Quote Originally Posted by TechMouse View Post
    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

  10. #10
    BOA Newbie
    Join Date
    Jan 2004
    Location
    Lisbon, Portugal
    Posts
    31

    Default

    http://musicplayer.sourceforge.net/#download

    I found this player preety good.

    Check the documentation!

    Cheers,

    L.

  11. #11
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default

    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:

  12. #12
    BOA Newbie
    Join Date
    Jan 2004
    Location
    Lisbon, Portugal
    Posts
    31

    Default

    What about if you added a"right click disabled" code ? ;)

  13. #13
    BOA Mod
    Join Date
    Aug 2003
    Posts
    10,382

    Default

    Quote Originally Posted by mr acid View Post
    What about if you added a"right click disabled" code ? ;)
    true enough! but i'd have to learn flash first ;)

    not gonna happen :cheese:

  14. #14
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Around the back of the third moon off Tyrisia
    Posts
    516

    Default

    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.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top