![]() |
Fist Fucked Again :(
Looks like its that time again, time to bend over and waste countless hours going over endless lines of coed trying to make Fire Fox or (Fist Fuck) even read my html properly.
This time, seem it can not read my Flash videos, just comes up as a error on to of the usually fact that FF have big problems with any type of fixed table sizes. If any of you can spot the problem, in the script please let me know as I am at a lost this time. This script came directly from the adobe, yet Fist Fuck has a problem with it (big shock I know) BTW what % of people even use this piece of shit? I am personally sick of dealing with them, if they drop below 10% of viewers I for one will permanently stop altering my scripts for them. I hear people taking about suing Tubes everyday, But I for one want to sue FF and get some monetary compensation for the endless hours I spend dealing with it. Anyway here the script you guys let me know if you can spot it. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>GayTubes05</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> </head> <body bgcolor="#0099ff"> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '609', 'height', '500', 'src', 'GayTubes05', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'GayTubes05', 'bgcolor', '#0099ff', 'name', 'GayTubes05', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'GayTubes05', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="609" height="500" id="GayTubes05" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="GayTubes05.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#0099ff" /> <embed src="GayTubes05.swf" quality="high" bgcolor="#0099ff" width="609" height="500" name="GayTubes05" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </body> </html> |
Its always the other way around for me. Things work great in FF and IE sucks.
|
What the hell are you doing wrong LOL
Even adobe can not make their scripts work with this piece of fucking shit, or do not care to try. I really do not see how FF could work when others do not? FF can not really read tables very well, or anything else frankly so any type of detailed work is almost pointless. I really do wish we could stat a Fist Fuck boycott, till they fixed that piece of shit or took it off the market. |
i've never had a problem wit firefox reading any of my html. ie is always the one shitting the bed.
if you're having that much trouble with it, you could always filter people using firefox to a page with a slightly different, more ff friendly layout. |
Maybe if any of you happen to have a script that will play flash vids in both IE and Fist Fuck that might really help. But if adobe is not using a FF compatible script maybe there is a reason.
|
Maybe if any of you happen to have a script that will play flash vids in both IE and Fist Fuck that might really help. But if adobe is not using a FF compatible script maybe there is a reason.
|
Firefox is w3c compliant IE is not.
Add this line to the top of your html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
No I just need to try to get a script that will play flash vids on both IE and FF. I am not creating a whole new site just because FF can not create a good product, I would rather punish the viewers that use it until they stop :)
|
Quote:
|
If Firefox is fist fuck then what is internet explorer? Fucked by a horse?
|
I did try that script maybe I put it in the wrong place but does not work, still have the same problem
<head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Gay Tube-Barely Legal Guys</title> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="http://barelylegalguys.com/member/AC_RunActiveContent.js" language="javascript"></script> <link rel="shortcut icon" href="favicon.ico" > <!--[if lt IE 7]> <script defer type="text/javascript" src="pngfix.js"></script> <![endif]--> <link href="/styles.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/js/ajax.js"></script> <script language="javascript" type="text/javascript"> // |||||||||||||||||||||||||||||||||||||||||||||||||| Menu = {timer : null, current : null}; Menu.getStyle = function(name){ if(document.getElementById) return document.getElementById(name).style; else if(document.all) return document.all[name].style; else if(document.layers) return document.layers[name]; } Menu.show = function(name){ if(this.timer) clearTimeout(this.timer); this.getStyle(name).visibility = "visible"; this.current = name; } Menu.hide = function(){ this.timer = setTimeout("Menu.doHide()",300); } Menu.doHide = function(){ if(this.current){ this.getStyle(this.current).visibility = "hidden"; this.current = null; } } // |||||||||||||||||||||||||||||||||||||||||||||||||| function swapClass(field) { if (field.className == "field0") { field.className = "field1"; } else if (field.className == "field1") { field.className = "field0"; } } </script> </head> |
Quote:
|
has to be above the <head>
example <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head profile="http://www.w3.org/2000/08/w3c-synd/#"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="HTML Tidy for Mac OS X (vers 1st March 2004), see www.w3.org" /> <meta name="keywords" content="W3C, World Wide Web, Web, WWW, Consortium, computer, access, accessibility, semantic, worldwide, W3, HTML, XML, standard, language, technology, link, CSS, RDF, XSL, Berners-Lee, Berners, Lee, style sheet, cascading, schema, XHTML, mobile, SVG, PNG, PICS, DOM, SMIL, MathML, markup, Amaya, Jigsaw, free, open source, software" /> <meta name="description" content="The World Wide Web Consortium (W3C) is an international consortium where Member organizations, a full-time staff, and the public work together to develop Web standards. W3C primarily pursues its mission through the creation of Web standards and guidelines designed to ensure long-term growth for the Web. Over 400 organizations are Members of the Consortium. W3C is jointly run by the MIT Computer Science and Artificial Intelligence Laboratory (MIT CSAIL) in the USA, the European Research Consortium for Informatics and Mathematics (ERCIM) headquartered in France, Keio University in Japan, and has additional Offices worldwide." /> <title>World Wide Web Consortium - Web Standards</title> |
FF sucks ridiculous ass, I'm surprised there's still dumbasses who would use that piece of shit browser. Bunch of wannabe fanboys...
|
Quote:
I do really appreciate your help man, but all that did was create more space at the top of the page. Here is what I did <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Gay Tube-Barely Legal Guys</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="http://barelylegalguys.com/member/AC_RunActiveContent.js" language="javascript"></script> <link rel="shortcut icon" href="favicon.ico" > <!--[if lt IE 7]> <script defer type="text/javascript" src="pngfix.js"></script> <![endif]--> <link href="/styles.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="/js/ajax.js"></script> <script language="javascript" type="text/javascript"> // |||||||||||||||||||||||||||||||||||||||||||||||||| Menu = {timer : null, current : null}; Menu.getStyle = function(name){ if(document.getElementById) return document.getElementById(name).style; else if(document.all) return document.all[name].style; else if(document.layers) return document.layers[name]; } Menu.show = function(name){ if(this.timer) clearTimeout(this.timer); this.getStyle(name).visibility = "visible"; this.current = name; } Menu.hide = function(){ this.timer = setTimeout("Menu.doHide()",300); } Menu.doHide = function(){ if(this.current){ this.getStyle(this.current).visibility = "hidden"; this.current = null; } } // |||||||||||||||||||||||||||||||||||||||||||||||||| function swapClass(field) { if (field.className == "field0") { field.className = "field1"; } else if (field.className == "field1") { field.className = "field0"; } } </script> </head> |
Quote:
|
w3ll I dont know bout all that but it looks intr3sting
|
jst bump this thread.....
|
Quote:
|
don't blame ff ...
serisouly, blame adobe's code... cause if FF is really the source of the problem... adobe sucks not making their things compatible with it.
.. I can say that ff is the best browser for now, rendering html the best and having the least css bugs. IE7 is not so bad ! but still to many ppl using IE6 .. IE6 is a pain in the ass for any web developper :D (ok had to say it) FF is growing every month in % sadly for you :( For your bug I dont really know the adobe generated code. If you know a little about html and javacript .. you could use the JW FLV MEDIA PLAYER 4.0 wich is greatly working. ( i cant link in replies yet, just google it if you want ) Generated code is never perfect :1orglaugh as an exemple, 'dreamweaver' DB auto generated function witch contributed to spread the last sql/xss injection virus ( silent love china, anyone knows ? ) Anyway, wish i could help, good luck with this. |
http://www.jeroenwijering.com/ try this player, and use the wizard to generate your code.
|
Quote:
|
could be a simple fix, whats the url?
the jabberwocky player is keen and works well within a division and firefox will comply... had to help out a couple clients with this since the update... |
Quote:
What really pisses me off is the expect me to comprise my work, just so they can pass around this crap and call it a browser a ?browser? Is it just me or should a browser well be capable of browsing? U will not see FF at any porn shows, and if you do I bet its behind bulletproof glass. |
Quote:
I can try different scripts but I create my own player with adobe professional, and not going to change my player for Fist Fuck. Look Adobe created Flash in the first place its Fist Fucks job to make their piece of shit work with them Not the other way around. I really can not change the player, as I use my defendant types of ?skins? for player and not going to compromise my work or do a ½ ass job so that FF can FF can read it Any of you have a script that will play flash vids in Fist Fuck? |
Quote:
Ya just need a script that works, I need to have the options of creating my own players and custom ones. See this is what I am saying, they compromise my ability to create good sites do to their piece of shit product. |
Quote:
If any one has a fix please let me know, its not the player and I need to use professional skins this Mickey mouse stuff is not going to work or be acceptable. I just need a Adobe compatible FF script, and if they do not have a Adobe compatible script then that should just about sum up my argument that they should be banned. |
oh noes.. the gays!!!
hehe anyway// all i can see as an issue is two or three spacing issues around your script picture kickout... just surround those in divions and add it to your css and walla!!!! ff is good man... IE is the stubborn older brother... i didnt look in depth but i really think your problem would be solved with the divisions... |
Quote:
|
Your player is working fine for me in FF 3.
|
Quote:
|
Quote:
|
Quote:
Thats wierd? Let me check and see what FF I am using, can anyone else see the FL vid in FF? |
Ok guys here is a URL of just the player script http://barelylegalguys.com/member/fltest.htm
Here is the script I have <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>GayTubes05</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> </head> <body bgcolor="#0099ff"> <!--url's used in the movie--> <!--text used in the movie--> <!-- saved from url=(0013)about:internet --> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); } else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0', 'width', '609', 'height', '500', 'src', 'GayTubes05', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'GayTubes05', 'bgcolor', '#0099ff', 'name', 'GayTubes05', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'GayTubes05', 'salign', '' ); //end AC code } </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="609" height="500" id="GayTubes05" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="GayTubes05.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#0099ff" /> <embed src="GayTubes05.swf" quality="high" bgcolor="#0099ff" width="609" height="500" name="GayTubes05" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </body> </html> Anyone see a way to make this work? |
I could see it but I didn't reply because I wanted to make fun of you saying you know better, even though you use out of the box coding and that the people who code by hand don't know their shit...
I saw it in FF, in Opera and IE... Opera and FF had a problem with the spacing in some images at the bottom, that worked fine in IE... but these problems were caused by it being a table which is code not compatible with the new UNIVERSAL standard that is XHTML... |
Working fine for me. You sure you dont have an old version cached?
|
Thax guys, my PC did just update to the new FF maybe this problem was fixed by that update (how lucky is that?)
Ya I am used to the tables thing, it’s a common problem. But keep in mind that script causing that problem is from my cam sponcer. I can and will try to go in and fix each one of their coeds. Yet is this not a bit ridicules for me to have to go around fixing all the scripts to work with a ‘browser’ that is supposedly so good? I don’t know but I do appreciate the help, does make me feel better knowing just about everyone can see it. Just hate to think of so many people not seeing the site the way I intended. |
I am going to try rebooting it again, but the videos are still not playing for me in FF. I am going to add FF to another PC and see if I have the same problem.
Are you guys sure you can see all these videos? http://barelylegalguys.com/member/gaytube26.htm |
FF is a very dumb browser. They believe webmasters should just stick to W3C, end of story. Whereas MSIE was designed to be able to figure out what imperfect code was trying to do.
It was so much easier on webmasters for those few years where IE was the only browser after they killed Netscape. Now some people use FF for the customization through very easy to use plugins. If IE8 offers that, then I don't see the attraction to FF anymore. |
Quote:
|
OK thax, I did find the problem and it was ME :) The PC I have FF on is old and I have not updated the browser as I do not use FF. Anyway I am glad this problem was basically just on my end, I will fix these table errors then I should be all good :)
FF does open faster I think than IE, but I do wonder how many viwers really use it at all. What 8-12%? |
Fist Fuck.... too funny.
|
All times are GMT -7. The time now is 04:27 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123