# How do i remove the Antialias in flash

**URL:** https://forum.kirupa.com/t/how-do-i-remove-the-antialias-in-flash/29030
**Category:** Uncategorized
**Created:** [August 21, 2003, 11:35am UTC](https://forum.kirupa.com/t/how-do-i-remove-the-antialias-in-flash/29030 "2003-08-21T11:35:03Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Johnny64](https://avatars.discourse-cdn.com/v4/letter/j/ed655f/32.png) [@Johnny64](https://forum.kirupa.com/u/Johnny64)
#### Post date: [August 21, 2003, 11:35am UTC](https://forum.kirupa.com/t/how-do-i-remove-the-antialias-in-flash/29030/1 "2003-08-21T11:35:03Z")

</div>

Hoi

how do i remove the Antialias in flash

like there?  
[http://www.sintax321.com/ppk.html](http://www.sintax321.com/ppk.html)

thanks :}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 21, 2003, 2:08pm UTC](https://forum.kirupa.com/t/how-do-i-remove-the-antialias-in-flash/29030/2 "2003-08-21T14:08:49Z")

</div>

Hoi master

that link you’ve supplied is a flash movie consisting of an image, so the pixilated effect was created with the image not inside of flash. There is a way to turn off the anti-alaising for a movie like this:

```auto

_highquality = 0;

```

accepts values between 0 (no anti-aliasing) and 2 (default high anti-aliasing)

this setting effects the whole movie. There isn’t a way to have different quality settings for individual movie clips withing a movie as far as I know

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 21, 2003, 3:32pm UTC](https://forum.kirupa.com/t/how-do-i-remove-the-antialias-in-flash/29030/3 "2003-08-21T15:32:46Z")

</div>

Thanks

i suck a asking Q’s :sigh:

know there imported :}  
but the \_highquality = 0; was what i was looking for

thanx  
:thumb:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 21, 2003, 5:33pm UTC](https://forum.kirupa.com/t/how-do-i-remove-the-antialias-in-flash/29030/4 "2003-08-21T17:33:17Z")

</div>

You can trace bitmap them and for the style use pixel.  
I think that increases your file size but it should give you the desired effect allowing you to keep your movie on high quality.
