Jump to content
Search Community

bgolds

Members
  • Posts

    2
  • Joined

  • Last visited

bgolds's Achievements

1

Reputation

  1. Well I feel like an idiot >.< that did the trick, I didn't know where to put the smoothing function, but I got it. For future reference: imgLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, scaleContentForPicture); imgLoader.load(new URLRequest(itemElement.image.toString())); function scaleContentForPicture() { var smoother_bm=Bitmap(imgLoader.content); smoother_bm.smoothing=true; }
  2. I have not been able to find any threads regarding anti-aliasing. I am looking for a way to anti-alias xml referenced images after my site is resized. My website contains my portfolio of 3D renderings, and it really makes me look bad if they are aliased lol. Anybody know any tricks? Thanks, Ben
×
×
  • Create New...