A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Firefox problem with .swf mp3 Player

  1. #1
    Member
    Join Date
    Mar 2003
    Location
    Tha 4th Die'Mention beyond the Plane of Tranquility
    Posts
    85

    Firefox problem with .swf mp3 Player

    Hello flash ninjas once again. I have a simple question for you today.

    I have developed a simple little site for my friend and it has a streaming mp3 player. It works fine in IE but for some reason Firefox doesnt like it. any suggestions to make this work in Firefox? Im just going to put a warning above the picture stating "If you do not hear the music then please use Internet Explorer" but if i could get it to work properly i could remove that text and not worry about it. thanks again and many blessings.

    Click Me to see the site in question.


    cheyenneway

  2. #2
    Senior Member Computer Dork's Avatar
    Join Date
    Mar 2001
    Location
    St. Louis
    Posts
    1,026
    it doesn't play in either for me...

  3. #3
    Member
    Join Date
    Mar 2003
    Location
    Tha 4th Die'Mention beyond the Plane of Tranquility
    Posts
    85
    how bout now.... and ive attached my code to see if you guys can help.



    // Edit this to the URL / path that you are using
    var soundPath = "http://www.blu-recordings.com//tunes//";
    // The sounds array contains all the MP3 filenames you want to load
    var sounds = new Array();
    sounds.push("Spy Love.mp3");
    sounds.push("Loaded Gun.mp3");
    sounds.push("Piggyback Rider.mp3");
    sounds.push("Marijuanaville.mp3");
    sounds.push("Song about Jack.mp3");
    sounds.push("My Crack Dealer and Me.mp3");

  4. #4
    Member
    Join Date
    Mar 2003
    Location
    Tha 4th Die'Mention beyond the Plane of Tranquility
    Posts
    85
    bump... sorry i got a client thats impatient as hell! first and last bump though. thanks ahead of time guys and gals

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