Quote:
Originally posted by revbuddylove
A lot of people say fuck netscape, but when you take into account that AOL will be using Mozilla as it's default in the near future, you suddenly have a large chuck of people that were previously on IE that will be 'zillers, and they will be too dumb to know how to switch back. You are better off getting a handle on it now.
IMHO.
-Rev
|
yeah but the 40 mill or whatever currently using AOL aren't going to suddenly get mozilla installed on their machines.. it'll only be totally new suscribers..
and besides it's only the trickier stuff that doesn't work in both.. normal sites, especially the 95% of porn sites that are very simple html shouldn't have a problem..
flash works independently of the browser.. make sure you code looks like :
PHP Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="177" height="114">
<param name=movie value="game.swf">
<param name=quality value=high>
<embed src="game.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="177" height="114">
</embed>
</object>