A Flash Developer Resource Site

Results 1 to 1 of 1

Thread: blurry text..still!...blah plz help!

  1. #1
    Senior Member frostbite's Avatar
    Join Date
    Aug 2003
    Location
    Colorado
    Posts
    666

    blurry text..still!...blah plz help!

    Alright I am loading in a .txt file into a dynamic text field.

    The dynamic text field settings are as follows:

    Font: FFF Harmony
    Size: 8
    W: 199.0
    H: 200.0
    X: 0.0
    Y: 21.0
    Align: Center
    Bold: NO
    Italic: NO
    Character Position: Normal
    Line type: Multiline
    Selectable: NO
    Alias Text: Highlighted
    Instance Name: scroller
    Character: Specific Ranges:Uppercase, Lowercase, Numerals, Punctuation


    Frame 1 Script:

    Code:
    LoadVarsText = new LoadVars();
    LoadVarsText.load("pages/text/home.txt", _root);
    LoadVarsText.onLoad = function(success) {
    	if (success) {
    				_root.textIsLoaded = true;
                    scroller.text = this.article;
    	}
    };

    Now why the heck are some parts of the text BLURRY and some parts of the text are CRISP?!?
    Attached Images Attached Images
    Yarrg Matey!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center