The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
22 views

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 ...
0
votes
0answers
28 views

Show image title inside dynamic text on image mouseover for multiple images in AS 2

I have 25 animated movieclips dragged on the stage and they have similar instance names for easier manipulation purposes inside programming using loops. The instance names look like this: image0, ...
0
votes
0answers
19 views

Trying to get text and images to play nice in the same (scrollable) box

In Flash CS4, I created a movie clip and linked it to a scroll pane. Inside the movie clip, I embedded text and images. It worked great when I ran on my Mac. When I published and placed it on the ...
0
votes
1answer
95 views

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 ...
0
votes
2answers
222 views

datepicker for dynamically generated textfield using javascript

I have a small html file that contains a textfield where user enters the number of other textfield to be generated. for example if the user enters 3, 3 more textfield will be shown automatically. ...
0
votes
2answers
84 views

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 ...
1
vote
1answer
204 views

Actionscript3; make a dynamic text box show text while hovered

I'm trying to create one of my first actionscript3s...I want to make a dynamic text box (dynText) write a description of what the hovered button (stopButton) does. No text is shown when I hover the ...
0
votes
0answers
90 views

Positioning and fixing text on image animated with Roundabout

I'm trying to achieve a look with four business cards on a carousel. I've managed to get the images to circle around just fine, but the text on them jumps below the image as soon as animation occurs. ...
0
votes
0answers
179 views

List of TextInput Boxes adding to a dynamic Text display array

So I have the code for all of this except for one thing. A list of buttons appears with how many players are playing on the android game.. When an amount is clicked, all visibility on "frame1" ...
0
votes
2answers
95 views

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 ...
0
votes
3answers
396 views

How can i change color of one word in a dynamic textField in AS 3

I have this function: private function boldVerb(_phrase:String, _verb:String):String { var newHtmlText:String = ""; var pattern:RegExp = new RegExp([_verb]); newHtmlText = ...
0
votes
0answers
242 views

AS3 dynamic text field not filling

I am having problems with a dynamic text field not displaying anything. I am receiving no errors or notifications. GenericShipSlotStatus, a string variable, is being set to be to be the same as ...
0
votes
2answers
210 views

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 ...
0
votes
1answer
399 views

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 ...
0
votes
2answers
315 views

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 ...
1
vote
1answer
129 views

How can I keep track of a section of text in a Dynamic TextField in AS3

I want to be able to apply non-style attributes to sections of text in a TextField. For example characters 30-45 will be set to animate in a certain direction. As this field is editable characters ...
0
votes
1answer
482 views

Android - Dynamic text on bitmap

I'm currently trying to show a score which requires the text to change dynamically in a game. I've searched around and found that most cases people use XML layout for the text. My problem is I don't ...
0
votes
4answers
776 views

actionscript 3 track dynamic text change

Is there a way to "listen" to dynamic text? I have this dynamic textfield on the stage and I want to call a function once the the dynamic text has been changed. I tried to add event listener but it ...
0
votes
0answers
134 views

Dynamic text doesnt change in server but does in localhost

I'm using Flash CS5 with AS3. It's a bit of a weird situation. I have a Dynamic Text in a MovieClip with an instance name of 'message_text'. That text initially holds the value "Loading...". Then I ...
0
votes
1answer
360 views

fl.controls.UIScrollBar for TextField not enabling when text is added

I'm beginning to hate fl.controls.* with a passion. All I want to do is have the scroll bar enable when the dynamic TextField the scroll bar has set as its scrollTarget gets to much text. It's very ...
1
vote
1answer
337 views

Link to swf from a Dynamic Text AS2 Flash

I want to make link from a dynamic text(in flash project) to an external swf i created(a gallery that is controlled by xml file). This is the code of first frame of my fla project: url="edit"; ...
5
votes
3answers
5k views

Facebook share with dynamic text

I'm doing: $fb = "http://www.facebook.com/sharer.php?t=".$title."&u=".$url; That line is inside a while loop getting results from database. $url is always the same one but $title changes ...
0
votes
3answers
379 views

How can I address dynamic text inside a buttom?

I have a "handmade" button (_btn as instance name), with only a dynamicText inside (or can I say one dynaticText for each of the four button modes). The dynamicText for Up mode has an instance name of ...
0
votes
1answer
154 views

Changing title In UIWebview as user scrolls

I am developing an iOS app. How can I know the current section that is being displayed in the UIWebview and change the title of the navigation bar accordingly? The title will be the section which the ...
0
votes
1answer
975 views

How to display Traditional Chinese text in a SWF with the text populated from XML

I know this is similar to an already asked question, but I would love to get some more detailed help on how the outcome was achieved. I have a website with SWF animations of automotive systems. Each ...
0
votes
2answers
416 views

actionscript dynamic text

I have a text box set up in my project and it works fine when I test it but when I put it in the web page it only shows part of the text here is the setup and when I build it I get this but then ...
1
vote
2answers
2k views

Dynamic text not accepting numbers

I wrote a flash game a while back (CS3) and it used to work but when trying to compile the same FLA file in CS5 does not work. I've got a dynamic text field called tScore tScore.text = Score; ...
1
vote
1answer
3k views

Dynamically populate Text Fields in Flash (AS3)

I am trying to figure out how to dynamically populate textfields in Flash. The text in the fields will either say ON or OFF based on the value of bstatus. var bstatus will either have a value of 0 or ...
2
votes
1answer
465 views

jQuery Grab Value of Dynamic Textarea

Suppose you have a textarea (id="fred") that appends (.append()) or replaces (.html()) another element. The textarea's submit button is called via delegate to send the modified text blurb in the ...
3
votes
3answers
7k views

htmlText not showing bold or italics font

So I have a MovieClip asset with a dynamic textfield sitting inside of it. I export my .fla as a .swc to use within Flash Builder 4, and create instances of the asset with code, populating the text ...
0
votes
3answers
1k views

vb.net add text to form without interaction

I have a winform project which lists all the files in a specified folder. It allows the user to select a new destination for each file, and when the user has chosen the destinations for all files that ...
2
votes
2answers
5k views

Setting dynamic TextField.text from a parent MovieClip in ActionScript 3

Easy question, that I can't quickly find an answer to online - it seems this would be in tutorials everywhere - and probably is... I have a MovieClip that has a Dynamic TextField: let's call the ...
0
votes
1answer
1k views

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