My main movie is set on high quality and one of the movie clip I wanted to appear as an low quality graphic and I am putting this code:
onClipEvent (load) {
setProperty("_root.caption", _quality, “low”);
}
or
onClipEvent (load) {
this._quality=“low”;
}
Though it does change the clip into required state but it changes my whole movie in low quality that what I don’t want.
Please help me how can I solve this problem.:cyclops: