is there a way to change levels of a jpg using actionscript in flash ?
If the picture is a movie clip you can use swapDepths
I think he means compression level, or %.
If so, then I don’t know of a way to alter the compression rate after publishing in MX (another thing Generator could do)…
Rev
There wouldn’t be much point in changing compression levels in Flash. When Flash gets hold of the jpeg it has already been sent over the net - and I assume that the reason for extra compression would be to save bandwidth?!?
What could be done is have the image on the server in different compressions and then load the one you want.
This could be extended by writing a server side script that could be asked to deliver the jpeg at any compression level you want.