I need to have multiple rich text boxes on one form and combine them together as one large RTF box in another form (or pageframe). When I tried to combine them only the first referenced text shows. Is there a way to do this and will the solution work even when each of the text boxes are...
Thanks very much gentlemen, for your help.
Bill, "my_text.text += chr(Key.getAscii());" seems to be the same for both IF and ELSE. Would that be the case if I am trying to exclude SPACE after the first occurence? Thanks again.
I am making a screen keyboard with a textfield that captures and writes the equivalent of the pressed key. I do not want the space or " " to be captured in the textfield more than once. How could I do this? Thanks.
Hi:
I am having the same problem as the one in thread250-791975. There was no answer posted then and I wonder if someone could give me a quick help.
I am extracting a date from an XML node in the form of: 2004,7,29. When I tried to convert it to date using the format below I get an "Invalid...
Thanks Okiiyama. The link deals with loading external text into a textfield. I am asking about loading the value of external text into a variable without the use of a textfield.
Wangbar, thanks so much. You are correct. I discovered the same explanation from the ActionScript Bible last night and decided to structure my coding as you explained. God bless you.
Please help! I cant understand the logic behind this. I have two XML files, Myxml1 and Myxml2, that I am loading into the first frame of my movie. Myxml1 contains an attribute with a date value that I need to extract to call up the appropriate node’s attribute in Myxml2. I need to manipulate the...
I've set up an XML with UTF-8 encoding to be used in Flash. The XML is set up with attributes. I am having problem with any attributes that need to have a quotation mark or an ampersand--like these:
<item desc=""Gone with the Wind"" />
<item comb="1 & 3"/>
What is the format for displaying...
I have a some documents that have been broken into pages which I would like to navigate like it is on this page: http://www.ultrashock.com/ff.htm?http://ultrashock.com/goodies/
and would also want to print the pages separately. How could I accomplish this? Thanks.
I am working in flash 8 and using an xml file that looks like this:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<lessons>
<lesson no="1" book="1" title="The Tree" ref="Chapter 1" />
<lesson no="2" book="1" title="House" ref="Chapter 2" />
<lesson no="3" book="1"...
Thanks, Wangbar. Your help is appreciated. I have dynamic textfileds in my movie that correspond to the elements of the book node. Now, if I want to load the contents of the node having "2" as the "no" attribute, could you show me the steps to accomplish that? Also, for an equal amount of text...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.