Luis,

the first one is the correct one.

FYI: There's a bug logged for the splash screen causing poor quality:
http://jira.openlaszlo.org/jira/browse/LPP-1917

thanks
Sanjaya



On Thu, Sep 14, 2006 at 10:34 AM, Luis Eduardo wrote:

>
> well....  did i understand well?
>
> <canvas width="100%" height="100%" debug="true" proxied="false">
>   <splash/>
>   <script>
>     _root._quality = "Best";
>   </script>
> </canvas>
>
> or
>
> <canvas width="100%" height="100%" debug="true" proxied="false">
>   <script>
>      _root._quality = "Best";
>    </script>
>   <splash/>
> </canvas>
>
> but when i type on Debug console "_root", a LOT of variables come to 
> me, but this "_quality" dont come.
> is this ok or i missed something?
>
>
>
>
> Jim Grandy escreveu:
>
>> Hi Daniel,
>>
>> Are you using a splash screen in your application? We've identified 
>> an issue with the way we generate the splash screen code which cases 
>> the Flash player to default to low-quality image rendering. The 
>> workaround is to add this to the top of your application:
>>
>> <script>
>> _root._quality = “Best”;
>> </script>
>>
>> jim
>>
>> On Sep 11, 2006, at 4:24 PM, Daniel Stevens wrote:
>>
>>
>>> Is there a way to set the JPEG compression ration in an LZX file? 
>>> I'm
>>> importing some PNGs that are losing quality (Blues are turning 
>>> purple-
>>> yeck!) - is the JPEG compression to blame or is it something else? 
>>> If
>>> it's the compression, how can I change it?
>>>
>>> Thanks!
>>> --Dan
>>>
>>> _______________________________________________
>>> Laszlo-user mailing list
>>> [email protected]
>>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
>>>
>>
>>
>>
>> _______________________________________________
>> Laszlo-user mailing list
>> [email protected]
>> http://www.openlaszlo.org/mailman/listinfo/laszlo-user
>>
>>
>
>
> _______________________________________________
> Laszlo-user mailing list
> [email protected]
> http://www.openlaszlo.org/mailman/listinfo/laszlo-user



_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to