Ask a Question related to Macromedia Flash, Design and Development.
-
bp-fan #1
how to split continuous text in a variable into two text-variables...?
Hi,
i have a little problem.
i need to split a continuous text-variable into two text-variables but in
whole words!
so i can show these two variables in a dynamic text-field...
example of loaded text:
variable1="this is my loaded text. i need to split these text. otherwise the
text is running out of the text field"
and now i want this:
variable1="this is my loaded text. i need to split these text."
variable2="otherwise the text is running out of the text field"
is this possible in flash (5)? and how?
greetings, megaron
bp-fan Guest
-
Text and variables
Hello Forums, Just for some fun, i'm trying to make something somewhat similar to a stat calculator. I'm testing out my design using the base for... -
Setting PHP Variable to a combination of text and another variables value
I am trying to set a variable in PHP to a concatinated version of another variable with some text Current I know that both of these two line... -
variables to text box
Why won't this code work? The first part is in an swf that has been loaded into an emptymovie clip. It works. The trace whichQuestion also shows... -
Split Text Block into Paragraphs
I have this large text block, but I would like to split it into smaller ones by a number of characters. It needs to _split at whole words_, and not... -
Split text into two columns
Hi I want to be able to split the contents of a text field into two or maybe three columns. The text field contains text AND HTML mark-up. My... -
Jeckyl #2
Re: how to split continuous text in a variable into two text-variables...?
use split .. see the help.
Jeckyl Guest
-
knut einar skjær #3
Re: how to split continuous text in a variable into two text-variables...?
bp-fan <spamcheck23@email.de> wrote:
Have you set your textfield to "multiple lines" and "wrap"? You can also> Hi,
>
> i have a little problem.
>
> i need to split a continuous text-variable into two text-variables but in
> whole words!
> so i can show these two variables in a dynamic text-field...
>
> example of loaded text:
> variable1="this is my loaded text. i need to split these text. otherwise the
> text is running out of the text field"
>
> and now i want this:
> variable1="this is my loaded text. i need to split these text."
> variable2="otherwise the text is running out of the text field"
>
> is this possible in flash (5)? and how?
use _height=auto to make sure it will get all your text.
HTH
--
Knut Einar Skjær
[url]www.rsd.no[/url]
knut einar skjær Guest



Reply With Quote

