P T Withington wrote:
> So, as QA reviewer, I have two comments:
> 
> 1) Will you fix the comment to say you are setting the quality to "best" 
> (not "high").

Doe!  Fixed it now...  Here's what it says:

Summary: Set default flash rendering quality to best to improve the 
appearance of scaled runtime-loaded bitmaps.  This fixes an issue where 
including a splash tag would prevent scaled bitmaps from being smoothed 
in some versions of the Flash player.

New Features:

Bugs Fixed: LPP-1917


> 2) What bug is this addressing?

http://jira.openlaszlo.org/jira/browse/LPP-1917

-Max

> On 2006-08-28, at 15:45 EDT, Max Carlson wrote:
> 
>> From http://jira.openlaszlo.org/jira/browse/LPP-1917:
>> This has to do with the Flash player's quality setting. Dynamic 
>> bitmaps aren't always smoothed unless the player quality is set to 
>> 'high' For more information, see here:
>>
>> http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary629.html
>>  
>>
>>
>> To resolve this issue, set the quality attribute to 'best' in both 
>> places it appears in the HTML wrapper. Alternatively, you can force 
>> high quality by adding the following near the top of the canvas:
>>
>> <canvas>
>> <script>
>> _root._quality = "BEST";
>> </script>
>>
>> -Max
>>
>> P T Withington wrote:
>>> The diff indicates you changed it from "high" to "best".  What does 
>>> this do?
>>> On 2006-08-28, at 15:12 EDT, Max Carlson wrote:
>>>> Change change.PHsm11VyZ.txt by 
>>>> [EMAIL PROTECTED] 
>>>> /Users/maxcarlson/openlaszlo/trunk/ on 2006-08-28 12:10:23 PDT
>>>>
>>>> Summary: Set default flash rendering quality to high
>>>>
>>>> New Features:
>>>>
>>>> Bugs Fixed: LPP-1917
>>>>
>>>> Technical Reviewer: jim
>>>> QA Reviewer: ptw
>>>> Doc Reviewer: (pending)
>>>>
>>>> Documentation:
>>>>
>>>> Release Notes:
>>>>
>>>> Details:
>>>>
>>>>
>>>> Tests:
>>>>
>>>> Files:
>>>> M      WEB-INF/lps/templates/html-object-response_jp.xslt
>>>> M      WEB-INF/lps/templates/embed-response_jp.xslt
>>>> M      WEB-INF/lps/templates/html-object-response.xslt
>>>> M      WEB-INF/lps/templates/object-tag-response_jp.xslt
>>>> M      WEB-INF/lps/templates/deployment-response_jp.xslt
>>>> M      WEB-INF/lps/templates/embed-response.xslt
>>>> M      WEB-INF/lps/templates/object-tag-response.xslt
>>>> M      WEB-INF/lps/templates/deployment-response.xslt
>>>> M      WEB-INF/lps/templates/v1-response.xslt
>>>> M      lps/includes/embed.js
>>>>
>>>> <patch.maxcarlson.wbar.tgz>
> 
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev

Reply via email to