Page 1 of 1

Blurred text trouble

Posted: 01 Apr 2007, 06:54
by fidoboy
I'm inserting imagevue.swf into my own flash movie using loadMovie("imagevue.swf",this.ImageVue); method... it works fine, but the problem is that the text in ImageVue is a bit out of focus, it appears to be blurred or smoothed... it only happens if i insert ImageVue into my flash, if i use ImageVue from Index.php it looks nice. How can i solve this issue? I forgot to say, that the size of the movie clip is 700x500 as i've readed into the online docs.

Thanks in advance,

Posted: 16 Apr 2007, 02:17
by mjau-mjau
You ened to make sure that the movieClip you are using "this.ImageVue", is placed at absolute pixels. Eg. not at decimal coordinates.