PDA

View Full Version : Problem with quality


keano
06-28-2002, 01:19 AM
Hi I have a swf that when ruin the text fx are playing at low quality, the back ground is moving boxes and that runs fine though????

Weird

Billy T
06-28-2002, 01:40 AM
try putting this in the first frame

fscommand("highquality",true);

cheers

keano
06-28-2002, 04:40 AM
Figured it out they had a toggle on type of script on the frame, when I deleted it no problem.
what is that toggle thing do to affect quality?
Thanks

CyanBlue
06-28-2002, 05:30 AM
Is that fscommand doing the same thing as _highquality???

keano
06-28-2002, 05:46 AM
toggleHighQuality();


It means it is supposed to toggle between high and low quality.Once I delelted it no problem.

At least figured it out
thanks for response