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
