RE: [Flashcoders] bitmap icons embedded with AS3 become blurry

2008-06-04 Thread Daniel Goldman
If it's the same problems we ran into, the smoothing isn't turned on is the
AS3 code (or the flag on the asset import).

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Bitm
ap.html

When we can we set our apps to use "best" quality (which slows it down --
but looks nicer)
http://thebackbutton.com/blog/13/speed-up-flash-with-stage-quality/



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gregory N
Sent: Tuesday, June 03, 2008 9:24 AM
To: Flash Coders List
Subject: Re: [Flashcoders] bitmap icons embedded with AS3 become blurry

SOLVED

By using gif-only symbols in flash 8 FLA and embedding them as BitmapAsset
rather than Sprite (as I tried before)

Thanks to all who read my message :-)


On Tue, Jun 3, 2008 at 7:22 PM, allandt bik-elliott <[EMAIL PROTECTED]>
wrote:

> has it been rotated at all?
>
> On Tue, Jun 3, 2008 at 3:41 PM, Gregory N <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >
> > Here's my problem.
> > I'm using some stuff (icons drawn by designer) from flash 8  swf in my
> AS3
> > project.
> > Embed tags work great, except the following:
> > if an icon is a gif/png image enclosed in mc (in original flash 8 file),
> it
> > becomes blurry  when embedded in my AS3 file.
> > But if I create an empty flash 8 file  and drag this icon into it's
> > library,
> > it looks crisp
> >
> > What the matter? And how can I deal with it?
> >
> > I'd like to avoid re-creating all icons in vectors...
> >
> >
> > Thanks in advance.
> >
> >
> > --
> > --
> > Best regards,
> > GregoryN
> > 
> > http://GOusable.com
> > Flash components development.
> > Usability services.
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
-- 
Best regards,
GregoryN

http://GOusable.com
Flash components development.
Usability services.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] bitmap icons embedded with AS3 become blurry

2008-06-03 Thread Gregory N
SOLVED

By using gif-only symbols in flash 8 FLA and embedding them as BitmapAsset
rather than Sprite (as I tried before)

Thanks to all who read my message :-)


On Tue, Jun 3, 2008 at 7:22 PM, allandt bik-elliott <[EMAIL PROTECTED]>
wrote:

> has it been rotated at all?
>
> On Tue, Jun 3, 2008 at 3:41 PM, Gregory N <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> >
> > Here's my problem.
> > I'm using some stuff (icons drawn by designer) from flash 8  swf in my
> AS3
> > project.
> > Embed tags work great, except the following:
> > if an icon is a gif/png image enclosed in mc (in original flash 8 file),
> it
> > becomes blurry  when embedded in my AS3 file.
> > But if I create an empty flash 8 file  and drag this icon into it's
> > library,
> > it looks crisp
> >
> > What the matter? And how can I deal with it?
> >
> > I'd like to avoid re-creating all icons in vectors...
> >
> >
> > Thanks in advance.
> >
> >
> > --
> > --
> > Best regards,
> > GregoryN
> > 
> > http://GOusable.com
> > Flash components development.
> > Usability services.
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>



-- 
-- 
Best regards,
GregoryN

http://GOusable.com
Flash components development.
Usability services.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] bitmap icons embedded with AS3 become blurry

2008-06-03 Thread allandt bik-elliott
has it been rotated at all?

On Tue, Jun 3, 2008 at 3:41 PM, Gregory N <[EMAIL PROTECTED]> wrote:

> Hi all,
>
> Here's my problem.
> I'm using some stuff (icons drawn by designer) from flash 8  swf in my AS3
> project.
> Embed tags work great, except the following:
> if an icon is a gif/png image enclosed in mc (in original flash 8 file), it
> becomes blurry  when embedded in my AS3 file.
> But if I create an empty flash 8 file  and drag this icon into it's
> library,
> it looks crisp
>
> What the matter? And how can I deal with it?
>
> I'd like to avoid re-creating all icons in vectors...
>
>
> Thanks in advance.
>
>
> --
> --
> Best regards,
> GregoryN
> 
> http://GOusable.com
> Flash components development.
> Usability services.
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] bitmap icons embedded with AS3 become blurry

2008-06-03 Thread Gregory N
Hi all,

Here's my problem.
I'm using some stuff (icons drawn by designer) from flash 8  swf in my AS3
project.
Embed tags work great, except the following:
if an icon is a gif/png image enclosed in mc (in original flash 8 file), it
becomes blurry  when embedded in my AS3 file.
But if I create an empty flash 8 file  and drag this icon into it's library,
it looks crisp

What the matter? And how can I deal with it?

I'd like to avoid re-creating all icons in vectors...


Thanks in advance.


-- 
-- 
Best regards,
GregoryN

http://GOusable.com
Flash components development.
Usability services.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders