'quality', 'high',
Set quality to = "best" on that Flash on the top left and the pages will animate much more smoothly.
Can be done on the Javascript that inserts it or via actionscript with
-Ben
Set quality to = "best" on that Flash on the top left and the pages will animate much more smoothly.
Can be done on the Javascript that inserts it or via actionscript with
Code:
_quality = "best";

Comment