HOW TO PUT PLayer in my site for firefox users

Talk about Audio On Demand or Streaming
Post Reply
soteu00
Posts: 1
Joined: Sat Feb 11, 2006 9:32 am

HOW TO PUT PLayer in my site for firefox users

Post by soteu00 »

well i got a player in my site www.acaciasrubras.com but just internet internet explorer users can listem, so i miss those who use firefox or others browsers that have incopaibilities with windows media player ,,,
so what must i do so the firefox users can listem?
i am new in all of this stuff
please help
User avatar
themixturemedia
Posts: 137
Joined: Fri Dec 10, 2004 2:42 pm
Location: Canada
Contact:

wrong forum to ask

Post by themixturemedia »

Hey there first this is the wrong forum to ask Jay should move this soon to the right one. Honestly I think the best thing is not to have a player on your web site unless you are streaming video. I did have them on my web site (web players) but I took them off. If people like listening to your music they have a small problem. They either have to leave that web page open (that sucks) or have to close the page and that takes from listening to your music. Hey just my two cents about web players. :P
The Mixture Media Radio: :twisted:
The best on-line music from the 60's,70's,80's,90's and today. Streaming at 64kbps/48khz (MP3) and 32kbps/44khz (Ogg) 24 hours a day 7 days a week. With great sound and even better music.
NJ_JN
Posts: 2
Joined: Tue Aug 19, 2008 9:41 am

Post by NJ_JN »

i know you can embed a deezer-player to offer music to your users
Thrash4u
Posts: 2
Joined: Sat Mar 14, 2009 5:36 pm

Re: HOW TO PUT PLayer in my site for firefox users

Post by Thrash4u »

that site doesn't offer much help. I have the same question. I have an embedded web player that INTERNET EXPLORER web browsers can use, but it will not work on firefox. Is there any embedded player that I would be able to use that anyone knows about?
SpazzRadio
Posts: 32
Joined: Mon Aug 25, 2008 12:36 pm
Location: Jasper, Indiana
Contact:

Re: HOW TO PUT PLayer in my site for firefox users

Post by SpazzRadio »

Here is the code for a WMP embeded player that works for firefox and IE ...

Code: Select all

<object classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" height="62" id="AP" name="AP" type="application/x-oleobject" width="173">
<param name="AudioStream" value="1">
<param name="AutoStart" value="1">
<param name="ShowControls" value="1">
<param name="DisplayBackColor" value="6833768">
<param name="DisplayForeColor" value="16777215">
<param name="Filename" value="http://spazzradio.com/spazz.asx">
<param name="Mute" value="0">
<param name="ShowAudioControls" value="1">
<param name="ShowDisplay" value="0">
<param name="ShowGotoBar" value="0">
<param name="ShowPositionControls" value="0">
<param name="ShowStatusBar" value="1">
<param name="ShowTracker" value="0">
<param name="TransparentAtStart" value="1">
<param name="Volume" value="500">
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/" id="AP" name="AP" ShowControls="1" ShowDisplay="0" ShowStatusBar="1" ShowTracker="0" width="173" height="62" src="http://spazzradio.com/spazz.asx" AutoStart="1" AudioStream="1" filename="http://spazzradio.com/spazz.asx" mute="0" showaudiocontrols="1" ShowPositionControls="0" transparentatstart="1" volume="500" displaymode="2"> 
</embed> 
</object> 
Of course you need to replace my stream source (SRC) with your own :mrgreen:
Spazz Radio Network : Absolute Rockz, Absolute Spazz, Always HOT Country, Absolute Hitz, and NoPayRadio
Post Reply