|
Posted by Mimic on 08/27/05 03:30
Onideus Mad Hatter wrote:
> On Fri, 26 Aug 2005 22:47:28 +0100, Mimic <dev@null> wrote:
>
>
>>Fly Cooter wrote:
>>
>>>In article <7miog1dgikba0ncahe0r8031qe8frpvoq8@4ax.com>,
>>>usenet@backwater-productions.net says...
>>>
>>>
>>>>Right nyah: this._quality = "best";
>>>>
>>>>Especially when you're exporting stand alone exe's for use on like a
>>>>CD-ROM, cause if you go over around 3.5MB it'll automatically drop to
>>>>like "shit" quality by default. o_O
>>>>
>>>
>>>>From what I can tell it takes longer to export, but it doesn't affect
>>>
>>>
>>>>the size and nor the rendering speed for that matter (although I'm on
>>>>a fairly speedy system). I'm assuming their "quality" settings are
>>>>just the form of image resizing (like bilinear/bicubic vs nearest
>>>>neighbor). Not sure what "best" is using, probably something like
>>>>Lanczos resizing.
>>>
>>>
>>>You are aware that the surfer can change the quality of how he views the
>>>Flash movie on his computer, right? Whatever you set is only the
>>>default.
>>>
>
>
>>furthermore, not only is he using the deprecated embed tag, in order to
>>attain "best" in HTML,
>
>
> WRONG!
>
> I'm not useing ANY HTML you fuckin RETARD:
> http://www.backwater-productions.net/_test_platform/nocode.swf
>
>
>>you need to set it in the param tags.
>
>
> WRONG!
>
> You need to set it IN the Flash file itself as an onload function like
> nyah:
> onLoad () { this._quality = "best"; }
>
> Stupid fuckin poser, DUMBASS.
>
> --
>
> Onideus Mad Hatter
> mhm ¹ x ¹
> http://www.backwater-productions.net
Oh Im sorry, I foolishly mistook this for HTML:
<!DOCTYPE HTML PUBLIC "W3C Sucks//DTD Farfoos//EN"
"http://www.backwater-productions.net/farfoos.dtd">
<html>
<head>
<title>Backwater Productions</title>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="Content-Language" content="en-us">
<meta name="description" content="Backwater Productions offers
cutting edge website design including streaming video solutions and
perfect liquid web design.">
<meta name="language" content="en-us">
<meta name="robots" content="ALL">
<meta name="distribution" content="GLOBAL">
<meta name="copyright" content="Backwater Productions 2005">
<meta name="classification" content="Entertainment, Computers,
Website Design, Graphic Design">
<script language="JavaScript" type="text/javascript"
src="detect.js"></script>
</head>
<body bgcolor="black">
<script language="JavaScript" type="text/javascript">
if (OS == "Windows")
{
sheight = (document.documentElement.offsetHeight - 424) / 2;
swidth = (document.documentElement.offsetWidth - 760) / 2;
}
else if (OS == "Mac" && browser == "IE")
{
dawidth = self.screen.width;
if (dawidth == "1024")
{
sheight = 459;
swidth = 302;
}
else
{
sheight = 0;
swidth = 0;
alert("IE for the Mac has no jscript positioning so the site
will be displayed in the upper left hand corner.")
}
}
else
{
sheight = (self.innerHeight - 424) / 2;
swidth = (self.innerWidth - 760) / 2;
}
document.write("<embed style='position:absolute;
top:"+sheight+"px; left:"+swidth+"px'
type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/go/getflashplayer' width='760'
height='424' src='main.swf'>");
</script>
<noscript>
<font color="white"><b>
<br> This site requires JavaScript & Flash!
<br>
<br> Backwater Productions
<br>
<br> -Our Sites-
<br> Hatter Blog - http://www.backwater-productions.net/hatter-blog
<br> The Care Bears -
http://www.backwater-productions.net/carebears
<br> NP Index -
http://www.backwater-productions.net/npindex/index.php
<br>
<br> -Client Sites-
<br>Yoga Online -
http://www.backwater-productions.net/wwcc/yoga-online
<br>Iron Art Shop - http://www.ironartshop.com
<br>Anatomical Movement -
http://staff.wwcc.edu/steve.shoemake/website/anatomy1/tutorials/movements
<br>Anatomical Terminology -
http://staff.wwcc.edu/steve.shoemake/website/anatomy1/tutorials/terms
<br>Tripower Australian Shepherds - http://www.tripoweraussies.com
<br>Cell Biology -
http://www.backwater-productions.net/wwcc/cell-biology
<br>Histology -
http://www.backwater-productions.net/wwcc/histology-1
</b></font>
</noscript>
</body>
</html>
My mistake.
Oh and by the way, when you incorporate flash into a HTML document like
you have, using quality=best, then yes, you need it in both the swf and
the htm files as I already pointed out to you.
--
Mimic
"The man who awaits the rising of the sun, cannot wait forever."
[email: ZGF0YWZsZXhAY2FubmFiaXNtYWlsLmNvbQ==]
Help Stop Spam - www.hidemyemail.net
[Back to original message]
|