Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
636 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 ...
2
votes
1answer
260 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 ...
2
votes
3answers
3k 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 ...
2
votes
2answers
2k 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 ...
1
vote
1answer
42 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 ...
1
vote
1answer
145 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"; ...
1
vote
1answer
1k 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 ...
0
votes
1answer
45 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
88 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
45 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
71 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 ...
0
votes
3answers
111 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
94 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
454 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
182 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 ...
0
votes
2answers
575 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; ...
0
votes
3answers
787 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 ...
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 ...