A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: %20 Problem

  1. #1
    Member
    Join Date
    Oct 2002
    Location
    Scotland
    Posts
    69

    %20 Problem

    Hey

    I've recently created a little app which streams mp3 files from certain folders according to their names e.g Aerosmith, Snow Patrol.... the problem is Mac's cannot see the space in a name P.C's resolve this as %20 but Mac's just don't load the tune. Is there a way around this other than adding an underscore to the name (Snow_Patrol)?

    Thanks

    SD

  2. #2
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    Odd, i'm building a streaming mp3 player too, and it has no problems with spaces in the names of files. (I'm testing with "01 Let There be Flutes.mp3").

    i'm using
    code:
    tracksound.loadSound("URL",true);

    and it works fine, both off a webserver and from a local file.
    Sam



  3. #3
    Member
    Join Date
    Oct 2002
    Location
    Scotland
    Posts
    69
    Strange...

    I'm using a slightly different way of loading the mp3 but I don't imagine that would make a huge difference it is having this problem when loading swf's and mp3's with spaces in the name.

    Thanks

    SD

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