Re: [Flashcoders] scaling external jpgs or pngs

2007-03-23 Thread Omar Fouad

PS. All this only if you are scaling the pic on runtime... But if you have
the image and need to be resized manually before compiling, Create a
movieClip and assign it the bitmap color from the color swatches panel..
Or just Resize the image in Photoshop :)

On 3/23/07, Omar Fouad [EMAIL PROTECTED] wrote:


When u scale any Picture in flash from big to smaller, its edges get
jagged It does not depend on it's format such as JPEG or GIF or even
PNG You just will have to draw a bitmap data in a movieClip, from the
movieClip that Contains the Picture u need to scale... In This Way the
picture would show perfect...

See the Flash documentation, about BitmapData

Good Luck


 On 3/21/07, Muzak [EMAIL PROTECTED] wrote:

 http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html

 - Original Message -
 From: Carl Welch [EMAIL PROTECTED]
 To: Flashcoders mailing list  flashcoders@chattyfig.figleaf.com
 Sent: Wednesday, March 21, 2007 1:17 AM
 Subject: [Flashcoders] scaling external jpgs or pngs


  Hi coders,
 
  When down-scaling external (loadMovie) images, It there a secret way
 to do
  it without making the image look jagged? Do pngs scale better than
 jpgs?
 
  Thanks.
 
  --
  Carl Welch


 ___
 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




--
Omar Fouad - Digital Emotions...

Love is always patient and kind. It is never jealous. Love is never
boastful nor conceited It is never rude or selfish. It does not take offense
and is not resentful. Love takes no pleasure in other people's sins...but
delights in the truth. It is always ready to excuse, to trust, to hope...
and to endure... whatever comes.





--
Omar Fouad - Digital Emotions...

Love is always patient and kind. It is never jealous. Love is never boastful
nor conceited It is never rude or selfish. It does not take offense and is
not resentful. Love takes no pleasure in other people's sins...but delights
in the truth. It is always ready to excuse, to trust, to hope... and to
endure... whatever comes.
___
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] scaling external jpgs or pngs

2007-03-23 Thread Omar Fouad

When u scale any Picture in flash from big to smaller, its edges get
jagged It does not depend on it's format such as JPEG or GIF or even
PNG You just will have to draw a bitmap data in a movieClip, from the
movieClip that Contains the Picture u need to scale... In This Way the
picture would show perfect...

See the Flash documentation, about BitmapData

Good Luck


On 3/21/07, Muzak [EMAIL PROTECTED] wrote:


http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html

- Original Message -
From: Carl Welch [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Wednesday, March 21, 2007 1:17 AM
Subject: [Flashcoders] scaling external jpgs or pngs


 Hi coders,

 When down-scaling external (loadMovie) images, It there a secret way to
do
 it without making the image look jagged? Do pngs scale better than jpgs?

 Thanks.

 --
 Carl Welch


___
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





--
Omar Fouad - Digital Emotions...

Love is always patient and kind. It is never jealous. Love is never boastful
nor conceited It is never rude or selfish. It does not take offense and is
not resentful. Love takes no pleasure in other people's sins...but delights
in the truth. It is always ready to excuse, to trust, to hope... and to
endure... whatever comes.
___
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] scaling external jpgs or pngs

2007-03-23 Thread dk

When down-scaling external (loadMovie) images, It there a secret way to do
it without making the image look jagged? Do pngs scale better than jpgs?


I've got some info and examples here:
http://bumpslide.com/blog/2006/10/30/smooth-image-resizing-with-flash-8/

-dk
___
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] scaling external jpgs or pngs

2007-03-20 Thread Carl Welch

Hi coders,

When down-scaling external (loadMovie) images, It there a secret way to do
it without making the image look jagged? Do pngs scale better than jpgs?

Thanks.

--
Carl Welch
http://www.carlwelch.com
[EMAIL PROTECTED]
805.403.4819
___
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] scaling external jpgs or pngs

2007-03-20 Thread Latcho

make it a smoothed bitmapdata

Carl Welch wrote:

Hi coders,

When down-scaling external (loadMovie) images, It there a secret way 
to do

it without making the image look jagged? Do pngs scale better than jpgs?

Thanks.



___
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] scaling external jpgs or pngs

2007-03-20 Thread Phil Dupré

Hello flash developers,

I have a few projects that needs some scripting.

One is a very simple, 80's type game.
The other is a randomizer that generates art elements.

If this sounds interesting, please email me back with how much your hourly
rate is and links to any games or API's you've developed.  Thanks a lot.

Kind regards,

Phil Dupré
___
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] scaling external jpgs or pngs

2007-03-20 Thread Muzak
http://www.kaourantin.net/2005/12/dynamically-loading-bitmaps-with.html

- Original Message - 
From: Carl Welch [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Wednesday, March 21, 2007 1:17 AM
Subject: [Flashcoders] scaling external jpgs or pngs


 Hi coders,

 When down-scaling external (loadMovie) images, It there a secret way to do
 it without making the image look jagged? Do pngs scale better than jpgs?

 Thanks.

 -- 
 Carl Welch


___
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