Jump to content

Disable users from opening website on firefox


Recommended Posts

No. And why would you want to? IE sucks. FF is a far superior browser.

 

I could understand the other way around - not wanting people to use IE, but...

 

Anyways, the best you can do is detect their user agent and feed them a page saying they cannot view the site on their browser. But I think you will find that 99.99% of people who come across a page like that will not bother to open IE to see it. There is a reason we don't use IE (see above).

Sorry i wasn't specific. I am broadcasting live channels. i want to hide controllers of windows media player embedded to HTML page. after searching long time i didnot find any code that hide controllers on firefox, it only works on IE.

 

I have nothing against FF or IE. They are both great browsers used by users.

 

http://www.w3schools.com/browsers/browsers_stats.asp

 

Firefox is currently the most used browser. so disabling my sound to you a big downside for my website. But since i am offering rare content users will do anything to watch them, even if i charge them they'll be willing to pay. (I like sharing so i give it free)

 

Anyway,

 

This forum is very useful, thanks for creating something like this.

Sorry i wasn't specific. I am broadcasting live channels. i want to hide controllers of windows media player embedded to HTML page. after searching long time i didnot find any code that hide controllers on firefox, it only works on IE.

 

That's because you need the WMP plugin for FF

I have the plug-in [http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx]

 

, i just need to hide media player controllers. If you guy know the code please post it.

 

THis is my current Code

 

 

<OBJECT ID="Video"
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
type="application/x-oleobject" VIEWASTEXT style="width: 532px; height: 302px">
<PARAM NAME="FileName" VALUE="Media URL">
<PARAM NAME="ShowControls" VALUE="True">
<PARAM NAME="ShowStatusBar" VALUE="True">
<PARAM NAME="TransparentAtStart" Value="True">
<PARAM NAME="AutoStart" Value="True">
<PARAM NAME="AnimationatStart" Value="True">
<PARAM NAME="autoSize" Value="false">
<PARAM NAME="displaySize" Value="False">
<PARAM NAME="enableContextMenu" Value="False">
<PARAM NAME="uiMode" Value="invisible">
<EMBED type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
SRC="Media URL"
Name="MediaPlayer1"
Width="305"
Height="250"
autoStart=1
transparentAtStart=1
animationAtStart=1
autoSize=0
ShowStatusBar=1
ShowControls=1
displaySize=0
enableContextMenu=0
uiMode="invisible"
align="center">
</EMBED>
</OBJECT>

 

 

Sorry i wasn't specific. I am broadcasting live channels. i want to hide controllers of windows media player embedded to HTML page. after searching long time i didnot find any code that hide controllers on firefox, it only works on IE.

 

That's because you need the WMP plugin for FF

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.