Search…

X3 Photo Gallery Support Forums

Search…
 
fidoboy
Topic Author
Posts: 1
Joined: 31 Mar 2007, 12:32

Blurred text trouble

01 Apr 2007, 06:54

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,
.:FiDo:.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

16 Apr 2007, 02:17

You ened to make sure that the movieClip you are using "this.ImageVue", is placed at absolute pixels. Eg. not at decimal coordinates.