A Flash Developer Resource Site

Results 1 to 18 of 18

Thread: [RESOLVED] TinyMp3 equalizer problem

  1. #1
    Junior Member
    Join Date
    Dec 2007
    Posts
    28

    resolved [RESOLVED] TinyMp3 equalizer problem

    I made an swf file with the TinyMP3 player in it. I added 4 songs to playlist and later created also .df files and saved them in the same folder of swf file. Everything work perfect from hd but when I upload it, the mp3 player works but not the equalizer effect. I've uploaded the entire folder so I'm pretty sure it has the same structure of the one I've on my computer. I also tried to save it changing that option in "export setting" about "local playback security" switching from "Access local files only" to "Access network only" but nothing changed. Anyone have an idea of what is the problem??
    Thanks

  2. #2
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Bet it's file names. Many servers the case matters. I've also seen it when spaces in the file name is a problem.

  3. #3
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    Quote Originally Posted by blanius
    Bet it's file names. Many servers the case matters. I've also seen it when spaces in the file name is a problem.
    Any idea of how can I solve this? I tried to create a new project with just the tiny player and with a song named 1.mp3 with file 1.fd (so there are no spaces in names) but it still no works
    tnx

  4. #4
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    Quote Originally Posted by blanius
    Bet it's file names. Many servers the case matters. I've also seen it when spaces in the file name is a problem.
    Any idea of how can I resolve this? I tried to create a new simple project with just an htm page, with just an swf file, with just the mp3 player, with just one song in playlist and I called the song: 1.mp3 + 1.df so there are no spaces in name. But it still no work when uploaded

  5. #5
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Could it be the path in your playlist?

    Edit the playlist and make sure it just has the file names and not the full path.

  6. #6
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Cyberwolf, maybe you can post a link to the swf file that is having the problem.
    That makes it easier to answer your question.

  7. #7
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    Quote Originally Posted by w.brants
    Cyberwolf, maybe you can post a link to the swf file that is having the problem.
    That makes it easier to answer your question.
    I'll do it

  8. #8
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    ok uploaded

    http://www.soletico.eu/cyberwwolf/player/page.htm

    file in the folder "player" are:

    123.mp3
    123.df
    123.fun

    1.swf

    page.htm

    fix_eolas.js



    you can also download the zip file of the folder at:

    www.soletico.eu/cyberwwolf/player.zip

    you can see how it works on your desktop but not when on website.
    Thanks

  9. #9
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    Did you upload the .fd file to the same folder as the .mp3 file.
    As far as I can tell it's missing.

  10. #10
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    Quote Originally Posted by w.brants
    Did you upload the .fd file to the same folder as the .mp3 file.
    As far as I can tell it's missing.
    yes.
    I did an error in the previous post, the files in the player folder are:

    123.mp3
    123.fd (in the previous post I writed .df)
    123.fun

    1.swf

    page.htm

    fix_eolas.js

  11. #11
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    the file 123.fd is NOT there!

    I tried
    http://www.soletico.eu/cyberwwolf/player/123.fd
    get file not found.
    http://www.soletico.eu/cyberwwolf/player/123.mp3
    is found
    http://www.soletico.eu/cyberwwolf/player/1.swf
    is found
    I can't see a directory but it's clear that if the browser can't find that file neither can the mp3 player.

  12. #12
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    Quote Originally Posted by blanius
    the file 123.fd is NOT there!

    I tried
    http://www.soletico.eu/cyberwwolf/player/123.fd
    get file not found.
    http://www.soletico.eu/cyberwwolf/player/123.mp3
    is found
    http://www.soletico.eu/cyberwwolf/player/1.swf
    is found
    I can't see a directory but it's clear that if the browser can't find that file neither can the mp3 player.
    ok here there is something very very strange!!! Just opened again my ftp program and checked and the file is the folder!! I've also downloaded it to my desktop!! Also if I open website with frontpage the file is in place!!

    here is a pic of both programs where you can see the file is online!!

    www.soletico.eu/cyberwwolf/mistero.jpg

    Why browser can't find it!

  13. #13
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    also the .fun file is not found!!

    In my life I've uploaded 100.000+ files this is the first time I see something like this!

  14. #14
    Senior Member
    Join Date
    Dec 2002
    Location
    Netherlands
    Posts
    1,632
    All I can think of is that it might have to do with security settings of your hosting provider. As far as I know the flash player doesn't send out a referrer when it accesses a file so it might appear to the server as a direct link to the file. Some servers prevent access that way.

  15. #15
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Ok Part of the confusion is that you used MP3FD creator to create the fun file. So it's a little different. But in any case it sure looks like 123.fd is not on your server.

  16. #16
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    observation. If I rename the 123.fd file with another extension, for example 123.mp3, the file become visible.(so is not a problem with the file itself but just with the fact that its extension is .fd) If for example I upload an avi file video.avi and rename it video.fd it became invisible! I will contact my hosting provider to ask why the fd files can't be seen!

  17. #17
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    It's definitely your server here are your files on my hosting
    link removed
    Last edited by blanius; 12-19-2007 at 05:44 PM.

  18. #18
    Junior Member
    Join Date
    Dec 2007
    Posts
    28
    Quote Originally Posted by blanius
    It's definitely your server here are your files on my hosting
    [url]link removed
    can't believe to my eyes!
    thanks for help guys
    Last edited by blanius; 12-19-2007 at 05:45 PM.

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center