Results 1 to 8 of 8

Thread: mp3 files online
      
   

  1. #1
    Stephanus is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Wink mp3 files online

    I added an mp3 file to my website, using the Insert ActiveX Control function, to play in Windows Media Player. It works fine in Google and Internet Explorer (in preview), but Firefox does not display the file. What to do?

    I am also posting mp3 files as downloads on the site. Which is the best zip application to use, one that most people will be familiar with, or is there another way to make these files smaller?

  2. #2
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,299

    Default Re: mp3 files online

    An mp3 will gain almost no compression when zipped. Mp3s were designed to be downloaded on the web as-is.

    Tom
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

  3. #3
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: mp3 files online

    Hi Stephanus
    You will need to add a Media Player Firefox Plugin to you Firefox browser for the mp3 to play on your Firefox Browser. Look into your browser tools for this from Mozilla.
    Hope that helps. Doug

  4. #4
    Stephanus is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: mp3 files online

    Hi Doug,

    I did as you suggested and downloaded the windows media firefox plugin, a file called wmpfirefoxplugin.exe Installed it and it shows as installed under plugins. However the windows media player is not loading nor the mp3 file playing. i went onto Firefox'x support site and tested the plugin and it works. What to do?

  5. #5
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: mp3 files online

    Hi Stephanus
    Maybe you need to add some script for a player... so look at this...
    Enter the song file name.. in Properties (right click) of Web Builder Windows Media Player
    Then..place this …html……Before Tag…in the Media Player’s html (right click)
    <embed src="yoursong.mp3"
    width="145" height="40" autostart="false" loop="FALSE">
    </embed>
    And a player will appear on your page when previewed or published… Be sure to replace yoursong.mp3.. with the music file you want… You can set the width and height of the Player.. and autostart and loop to true or false .. as you wish..
    Hope that Helps Doug

  6. #6
    Stephanus is offline Private First Class
    Join Date
    Sep 2008
    Posts
    5

    Default Re: mp3 files online

    Hi Doug,

    Did as you set about the script, but Firefox will not load it. I even installed ***** Quicktime at Firefox's recommendation, no way. The file will not load.

    Is there any other way I can play this file, other than using the Active X or windows media player import buttons in Vodahost?

  7. #7
    dougnez's Avatar
    dougnez is offline Brigadier General
    Join Date
    Aug 2006
    Location
    Midwest USA
    Posts
    1,769

    Default Re: mp3 files online

    Hi Stephanus
    It's probably something simple...Make sure the MP3 file location is accessible correctly addressed and all that. Or the problem may be in your Firefox settings. That's all I can think of... It's a hassle to get it just so so, Good Luck ...Doug

  8. #8
    gabor's Avatar
    gabor is offline Captain
    Join Date
    Feb 2008
    Location
    New York, NY, USA. Pecs, Hungary
    Posts
    211

    Default Re: mp3 files online

    Just a thought.

    Try this: instead using the "Insert ActiveX WMP", use the (false) WMP tool from your left side toolbar. It will open up as a WMP but it will turn itself into an independent Quicktime player - which Firefox can use. (To my eperience it will not use standard WMP).
    Browse-load your file into this WMP/Quicktime player and see what happens.
    (I run a music site. Just for the sakes of Firefox browser I ended up putting an extra Quictime player on most of my mp3 music pages. They co-exist.)
    Good luck.
    (Check out my site)
    Gabor

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49