A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Text Box problem.

  1. #1
    Senior Member gkbdave's Avatar
    Join Date
    Nov 2000
    Location
    Fort Bragg, NC
    Posts
    304

    Text Box problem.

    Hopefully this is a easy fix..


    Have text boxes that when viewed on online the formatting is not the same as when viewed during publishing. The text is not html. Its not loaded dynamically, just paragraphs that are pasted into a text box and scrollable. Dependign on the monitor resolutions, it works fine.

    How can I make its so that no matter what monitor or resolution it is that it will format the same?

    thanks

  2. #2
    Senior Member corky§urprise's Avatar
    Join Date
    Jun 2005
    Posts
    346
    You could have flash detect the monitor resolution, and if it is say 800 by 600 go to a different frame with larger text or something. Here is code:

    b=System.capabilities.screenResolutionX
    i=System.capabilities.screenResolutionY
    trace(b)
    trace(i)

  3. #3
    Senior Member gkbdave's Avatar
    Join Date
    Nov 2000
    Location
    Fort Bragg, NC
    Posts
    304
    OK Great.. not as easy as I thought it would be..
    I have 90 seperate .swf's that do this... could you look at my site and maybe suggest something to fix it?

    www.armygoldenknights.com

    click on demonstration...

    thanks

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