-
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
-
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)
-
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