[Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Johan Nyberg
Hi everybody, anybody know if there is a way to use the allow smoothing functionality on imported jpeg:s? I want to be able to rotate imported jpeg:s, but they look awful, and there doesn't seem to be a way to switch on allow smoothing with action script. Is there a work-around? --

SV: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Johan Karlsson
to have a movie with the sole purpose of loading the main movie... -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Johan Nyberg Skickat: den 10 oktober 2006 10:24 Till: flashcoders@chattyfig.figleaf.com Ämne: [Flashcoders] Allow smoothing on imported jpeg:s

Re: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Julien Vignali
Hi Johan, Loading external Jpeg with LoadMovie or MovieClipLoader gives that nasty effects on rotated clips... The workaround is to use BitmapData (flash8) that will smooth the loaded images. I found a custom class that allows you to load images in a handy way. Take a look at:

Re: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Arul Prasad M L
PROTECTED] Date: Oct 10, 2006 1:53 PM Subject: [Flashcoders] Allow smoothing on imported jpeg:s To: flashcoders@chattyfig.figleaf.com Hi everybody, anybody know if there is a way to use the allow smoothing functionality on imported jpeg:s? I want to be able to rotate imported jpeg:s, but they look awful

Re: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Michael Stuhr
Arul Prasad M L schrieb: There is no one line solution to this: Tinic Uro on the Flash player team had a way to do this using BitmapData class. Check this out: http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html if you need a class, martijn has already one:

Re: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread 赵洪日
use the BitmapData Object to draw the jpg - Original Message - From: Johan Karlsson [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 4:54 PM Subject: SV: [Flashcoders] Allow smoothing on imported jpeg:s Not sure

SV: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Johan Karlsson
: [Flashcoders] Allow smoothing on imported jpeg:s use the BitmapData Object to draw the jpg - Original Message - From: Johan Karlsson [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 4:54 PM Subject: SV: [Flashcoders] Allow smoothing

Re: [Flashcoders] Allow smoothing on imported jpeg:s

2006-10-10 Thread Mick G
projects these days are just that. -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] För ??? Skickat: den 10 oktober 2006 12:53 Till: Flashcoders mailing list Ämne: Re: [Flashcoders] Allow smoothing on imported jpeg:s use the BitmapData Object to draw the jpg