Questions tagged [dynamic-text]
93 questions
0
votes
1 answer
How to fully reset loaded dynamic text in AS3
So I made a program that will load some text in a dynamic text box, called text_Box. Then I also made a button called reset_btn. I am not sure how to code this, but I want the user to be able to click the button, and the dynamic text_Box will reset,…

sdksmkfnajnf
- 76
- 1
- 1
- 10
0
votes
2 answers
How to display ping information of a server on the stage in AS3
so I have a code to ping a server, but it traces the information. I want to change that, and use dynamic text to display that ping information on the stage. How would I do that? Here is my code:
var ldr:URLLoader = new…

sdksmkfnajnf
- 76
- 1
- 1
- 10
0
votes
1 answer
Changing text on each page load
I'm just starting with jQuery/Javascript and I'm still kind of newbie.
I have a list of phrases and I need them to change inside a
everytime the page loads/reloads. I think this is a basic question, but I can't get the solution (my mind says…

Javier Novoa Saavedra
- 3
- 1
- 2
0
votes
1 answer
Flash AS2: Setting text of textfield through code causes some characters to be deleted
I have the following line of code to set the text of a Dynamic textfield:
boxCopy.text = 'Coming soon: 30th January 2014';
but when I compile the file, it shows as: 'Coming soon: 0th January 201'
I have no idea why this is. The font character set…

Stefan Dunn
- 5,363
- 7
- 48
- 84
0
votes
2 answers
setting dynamic text value in Actionscript
I have a symbol called MapNameText and a dynamic text field inside called "innerText".
I'm trying to make it change the text when i click on the object they're all in but it doesnt work
Relevant part of my actionscript:
var…

user2486771
- 1
- 1
- 4
0
votes
1 answer
Dynamic Textfield not Displaying as3
I have instantiated in my .as file:
private var heroLives:int;
heroLives = 3;
then later on in the code I call a function called showHeroLives() which looks like this:
public function showheroLives() {
heroLivesTxt.text = String(heroLives);
…

Erika
- 289
- 1
- 5
- 20
0
votes
2 answers
Counter with "for" displaying on a dynamic textfield
im very new to as3 so i would appreciate any help.
Im trying to make a counter only using the command "for".
im counting on this from 1 to 1000 in steps of 20.
the next step i want to make is to display on the output tab
i already know i can make…
0
votes
1 answer
Flash CS 4 / AS 2 + Dynamic Text + Html + Embedded fonts
I have this scenario:
1) I have a dynamic text that receives its data from a XML.
2) The texts showed get theirs style from a CSS file.
3) My dynamic text has a html 'span' tag and it's formatted according to the CSS class that it's passed via the…

André Miranda
- 6,420
- 20
- 70
- 94
0
votes
2 answers
Need help displaying multiple input text components on one dynamic text box
I have 3 InputText boxes and a submit button on frame 1. When clicking submit i have a dynamic text box on frame 2 with a button that says "next" on it.
I need the dynamic text box on frame 2 to display whatever is inputted in the inputText boxes…

johnscott1989
- 33
- 5
0
votes
2 answers
dynamically modify image and place a text using javascript/jquery
I have the above image. My task is to dynamically change the values where L, A and B appears; I have to remove/hide the L,A and B and replace it using a numerical value. I used fireworks to make slices of the region where L, A and B are located and…

Rkz
- 1,237
- 5
- 16
- 30
0
votes
1 answer
How to make part of a text in a dynamic text field link to another frame just like hyperlinking to an html page?
I have a quite long classic text in a dynamic text field, with an UIScrollBar to scroll it. It has many references inside, part to sites in the web, part to other texts that I distributed in different frames of a movieclip with the text field…
0
votes
2 answers
Flash AS3 Dyanmic Text keeps giving an error 1119
So I have a method that takes in a String and then is suppose to set the dynamic textbox on a button to said String.
public function setText(caption:String) {
this.btext.text = caption;
}
I really don't understand why this method is producing a…

Jonny Henly
- 4,023
- 4
- 26
- 43
-1
votes
1 answer
How can I insert Html tags into incoming dynamic text
I have some incoming text from a database that's generated dynamically and it is being placed into a div, I'll call it:
${dataBase.text}
What I want to do is dynamically place p tags inside of the database.text based…
Jinjoe
- 51
- 1
- 1
- 9
-2
votes
1 answer
How to include Dynamic image filenames in word and re-reference them
Is it possible to include filenames for images inserted into word that can be dynamically re-used throughout the document?
For example:
See word screenshot here
In the screenshot i have inserted images from PPT by exporting the PPT as Jpegs and…

Randy4
- 1
-2
votes
1 answer
Dynamic Text Fields on Top
In my Adobe Flash game, I have two dynamic text fields placed on stage. The graphics for the game are made using Actionscript 3. No matter what, the blocks generated by the code always cover up the text. Can anyone help?
var lvlHolder:Sprite = new…

Richard M.
- 29
- 1
- 5