ActionScript 3.0 :: Dynamic Text Box Size?
Jan 17, 2011I'm trying to auto adjust the height of a dynamic text box once the text has been loaded into it. Is there a way to determine this?
View 2 RepliesI'm trying to auto adjust the height of a dynamic text box once the text has been loaded into it. Is there a way to determine this?
View 2 RepliesProblem: I am trying to get a very simple text resize going, for my main content area in a flash website. My aim is to get a button, that on click, increases the text size of a dynamic text field.
[Code]....
This is what I tried, I am very new to Action Script, so excuse the futility of my code.
i want to change the width of dynamic TextBox depanding on the ammount of Text using ActionScript 3.0.
[Code]...
Why do the dynamic text font size appears smaller than what I specified in the flash dynamic text properties? I used a font size of 50 for the dynamic text and when I test movie, it appears to be only a font size of 12. Why is it so?
View 3 Replieswhy do my dynamic text is resized, while the static one is correctly displayed ?Do dynamic text have limitations in size ?
View 1 RepliesI have a few text fields where text is driven from a .txt file on the server. I would like to have the ability to change the size of the font (which is embedded) to a larger/smaller size from a server .txt file (the same one as the copy comes from) to make a sort of style sheet for the copy.I have already done this for the colour of the 'movieclip' containing the font using this;
onClipEvent(load){
changedcolour = new Color(this);
changedcolour.setRGB(_root.offState_1);
[code].....
So I am using the loadVars function to load external text into my flash movie. My problem is, the text only shows up if it is set on size 9 or smaller....I need it to be bigger
View 3 RepliesI have a dynamic text box, with font size 160 and College font. (everything's embedded bla bla bla )I'm building a little application that with the press of a button you change the font in the dynamic field
Code:
var collegeNum:TextFormat = new TextFormat();
//collegeNum.bold = true;
[code].....
basically im wanting to find out how to enlarge the fontsize of the contents of a dynamic text box when a button is clicked.button instance name is 'button' dynamic text name is 'text';e.on 'button' would be somthing like this:
on (release) {
_root.text.setFontSize = 14; (or somthing like that...?)
}
[code]......
Why do the dynamic text font size appears smaller than what I specified in the flash dynamic text properties?I used a font size of 50 for the dynamic text and when I test movie, it appears to be only a font size of 12. Why is it so?
View 3 Replieshave created a scrolling text area in flash CS3 using a dynamic text box with text inside controlled by a couple of buttons using the .scroll property to add to the scroll value on each click of a button.i am wanting to add two new buttons to decrease and increase the font size of the text within the dynamic text area, which i thought should be fairly easy. i found a .size property which could be applied to text, but i do not think i am using it in the right way. here's what i have tried to do (where 'myText' is the instance name of my dynamic text area):
on (release) {
var myFormat = myText.getTextFormat();
myFormat.size += 10;
[code].....
I have a dynamic text field which gets updated via an input text field on the stage!
I just need to know how I can reduce the size of the dynamic text font when there are too many letters in the text box!
I've tried this code :
this.result1.onChanged = function() {
myTextFormat = new TextFormat();
myTextFormat.size = 25-(this.text.length/2);
[Code]....
I am linking to an external text file, (.txt), and I am working in Flash CS3, Actionscript 3.0, and attempting to use dynamic HTML coding. The scroll bars work, but all the text after <font size=.... doesn't show up.
Below is my actionscript for the text window:
var content_req:URLRequest = new URLRequest("agenda.txt");
var content_ldr:URLLoader = new URLLoader(content_req);
content_ldr.addEventListener(Event.COMPLETE, onComplete);
function onComplete(event:Event):void{
content_txt.htmlText = event.target.data;}
function scrollUp(event:MouseEvent):void{
[Code] ......
I have a dynamic text box in which I am embedding an image. Here is the code that fills in the text box
infoBox.informationText.htmlText=
"<font size='16' color='#FFFAF0'>"+calledMarkerIndex+
"
<font size='14' color='#FFFAF0'>"+calledMarkerDate+
[Code]....
How can a set the image size in the above code. I've tried inserting width and height parameters just after the image's path but an error is thrown. I would like for the image's width to be as wide as the dynmic text infoBox.informationText
Also the path to each image equals a variable called calledMarkerContent How could I set the img src equal to the variable called calledMarkerContent?
I have the following code, but changing the .size does not affect it at all.
ActionScript Code:
createTextField("my_txt",400, (_xmouse+15),(_ymouse-20),160, 80);
my_txt.multiline = true;[
Try this experiment. Select Text, Static Text, Times New Roman [or any font], set size to 280. Remember how it looks. Now set to Dynamic Text. Suddenly the font size changes even when it still shows 280! How can I make the visual size stay the same?
View 5 RepliesI have an MC with a single-line dynamic text box in it. I am placing the MC on stage using attachMovie. Then I am loading text into the dynamic text box in the MC I just placed on stage. I am trying to figure out code that will make the dynamic text box either scale up or down to fit the text that I am loading into it.
View 6 RepliesI'm trying to change the text size in a dynamic text area within a (movie clip) button. For a couple of buttons I'd like to make certain text smaller, for example, to make the "vs" smaller in "A VS B". My buttons have dynamic text in them and the font is embedded and set at size 10 initially. The code I've got in my movie is as follows:
Code:
// define new text formatting
var minimenutext_txt:TextFormat = new TextFormat();
minimenutext_txt.size = 8;
avsb_txt = "A VS B";
avsb_txt.setTextFormat(3,4,minimenutext_txt);
// assign formatting to button dynamic text
btn1.btext.buttext.text = avsb_txt;
The text "A VS B" shows up in my button, but I can't seem to do anything to change the format. I've tried making it bold, italic, that kind of thing too - but no luck. Does the setTextFormat command only work with input dynamic text boxes? Is it being overruled somehow?
I have an MC with a single-line dynamic text box in it. I am placing the MC on stage using attachMovie. Then I am loading text into the dynamic text box in the MC I just placed on stage. I am trying to figure out code that will make the dynamic text box either scale up or down to fit the text that I am loading into it.
View 6 RepliesI'm working on an A.S 2 document that loads chunks of text from an xml file and places them in different dynamic text boxes. The amount of text in each section differs but each one has to appear one after the other regardless of the size.At the minute I'm trying to position the second one beneath the first by making its y value 10 + the height of the first one. however the height that i keep getting is the original one and not the re-sized one.
Africadetails.autoSize = true;
Africaname.autoSize = true;
Africadetails._y = (Africaname._y) + (Africaname._height) + (10);
AfricaURL._y = (Africadetails._y) + (Africadetails._height) + (10);
I am using a downloaded script and it is helping me out tremendously. After a little manipultion it is doing wonders for my intended project. The script yields a nunber into a dynamic text field that I would like to enlarge. In other words, make the font larger. I changed the size of the text field but the font size didn't change.Here's my script:
stop();
if (!initialized){
memory = 0;[code]...........
I want to use the UI Text Scroll component on a text box. When I make the initial text box,it is the normal 1 line in depth, based on the font size. When I paste the type into the box it gets very long, which is fine, but when I try to make the text box smaller using the transform tool so that I can make it fit the movie, it makes the type smaller as well. Is there a way to change the height of the box, without it effecting the text inside?
View 2 RepliesI'm using evt.target.borderColor = 0xff00000 to successfully change the color of a dynamic text filed that is the target Now I'm trying to change the border size. borderSize isn't being accepted, so I was wondering if there is an attribute to change the border size of a text field? My internet searches are coming up with nothing that works.
View 1 RepliesI've got a dynamic text box loading text. In the interface there are three buttons to increase or decrease font size. The text box has the usual Flash scrollbar component. When you click on the large font size, you can still scroll, but eventually the text gets cut off.[code]Does any one know a trick to get the increase the font size without it getting cut off?
View 2 RepliesI'm working on an A.S 2 that loads chunks of text from an xml file and places them in different dynamic text boxes. The amount of text in each section differs but each one has to appear one after the other regardless of the size. At the minute I'm trying to position the second one beneath the first by making its y value 10 + the height of the first one. however the height that i keep getting is the original one and not the re-sized one.
My code is
Africadetails.autoSize = true;
Africaname.autoSize = true;
Africadetails._y = (Africaname._y) + (Africaname._height) + (10);
AfricaURL._y = (Africadetails._y) + (Africadetails._height) + (10);
I have a few text based pages on a site i am trying to build which contain dynamic text (contained within a database, which can be changed from elsewhere). These are loaded into a dynamic text box of a fixed size that fits within my page. This all works great. I have created two scroll movieclips (which act as buttons, one for up, one for down) which when clicked cause the textbox to scroll up or down as relevant. These work fine as well.
The problem i'm having is I only want the scroll buttons to appear if they are required (ie if the text within the text field is larger than its height so you need to scroll to read it all), but i cannot work out how to find the height of the actual content (as opposed to the height of the predefined dynamic text box). I can obviously create the textbox as autosized, then find it's height, then compare it to the desired height and (if it's larger) manually change it's height and display the scroll buttons, however i cannot imagine this is the most effective way to do it at all?I'm sure there is a standard, logical way to do this but i cannot seem to find any reference to it online or in the forums, but maybe because i'm searching for the wrong thing?
I am inputting text from an xml file into dynamic text boxes; I have static text boxes as titles of each.
making the dynamic text boxes expand if the xml text is of a larger size & moving the static text boxes so they don't start getting over written.
The code Ive used to put the text into the dynamic boxes is very simple:
var xmlData:XML = new XML ();var theURL_ur:URLRequest = new URLRequest("xml.xml");var loader_ul:URLLoader = new URLLoader(theURL_ur);loader_ul.addEventListener("complete", fileLoaded);
[Code]....
So I've got one more problem because the font size limit on 127px I need to scale my dynamic text so it can be bigger. So here the code I tought could work:
this.createEmptyMovieClip("text1_mc",1);
[Code]....
Im looking to make the flash file dynamic so that when someone changes the window size the flash file expands with it and some of the items contained move also.
View 3 Repliesi have a problem with the line space flash creates when a dynamic text is loaded in a dynamic text field on the stage i put a dynamic textFild with istance name "profile_text". then im loadin in it a text. my text is written in the Notepad like this
[Code]...
i already set a Textformat to my dynamic text with i tryied to play with the "Leading".. but i think it something dealing with paragraph. how i can decrease spacing between paragraphs??