[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?

--
Varmfrontsgatan 1
128 34 Skarpnäck
070 - 407 83 00
08 – 37 16 73

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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

2006-10-10 Thread Johan Karlsson
Not sure if there is any other way but the only way I know to make 
transformations of external pictures to look good is to keep the main timeline 
of the level only a single frame long.

However since a main timeline with a single frame doesn't wor that well with 
preloaders this requires you 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

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?

-- 
Varmfrontsgatan 1
128 34 Skarpnäck
070 - 407 83 00
08 - 37 16 73

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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:

http://guepard.media-box.net/index.php?2006/09/30/10

It's in french but source, usage and example are provided.

Hope it helps!

Julien


Johan Nyberg a écrit :
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?



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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

2006-10-10 Thread Arul Prasad M L

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

~Arul Prasad.

-- Forwarded message --
From: Johan Nyberg [EMAIL 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, and there doesn't seem to be a way
to switch on allow smoothing with action script.

Is there a work-around?

--
Varmfrontsgatan 1
128 34 Skarpnäck
070 - 407 83 00
08 – 37 16 73

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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:
http://www.martijndevisser.com/blog/article/imageloader-class-for-flash-8

micha
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 if there is any other way but the only way I know to make 
transformations of external pictures to look good is to keep the main timeline 
of the level only a single frame long.

However since a main timeline with a single frame doesn't wor that well with 
preloaders this requires you 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

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?

-- 
Varmfrontsgatan 1
128 34 Skarpnäck
070 - 407 83 00
08 - 37 16 73

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

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

2006-10-10 Thread Johan Karlsson
... Which works as long as the project is a flash 8 project. ;) 

But I guess most 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 


- 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 if there is any other way but the only way I know to make 
transformations of external pictures to look good is to keep the main timeline 
of the level only a single frame long.

However since a main timeline with a single frame doesn't wor that well with 
preloaders this requires you 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

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?

-- 
Varmfrontsgatan 1
128 34 Skarpnäck
070 - 407 83 00
08 - 37 16 73

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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

2006-10-10 Thread Mick G

Foce a:  _quality=best on your timeline and see if it helps (Not sure if it
will for imported JPGs, but I've done this before to fix rotated jagged
stage JPGs)

On 10/10/06, Johan Karlsson [EMAIL PROTECTED] wrote:


... Which works as long as the project is a flash 8 project. ;)

But I guess most 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


- 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 if there is any other way but the only way I know to make
transformations of external pictures to look good is to keep the main
timeline of the level only a single frame long.

However since a main timeline with a single frame doesn't wor that well
with preloaders this requires you 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

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?

--
Varmfrontsgatan 1
128 34 Skarpnäck
070 - 407 83 00
08 - 37 16 73

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com