Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Kiriran #1
Flash Text output in HTML
hello
i made a newsletter application in flash mx2004 and to "translate" the flash
to html (position of text, images) i use a cfc.
its pretty simple. i send 3 arrays with all datas necesery to create a html
document with <cffile>
position, size of the divisions work all fine.
but if i want to make a new line in the textfield and use the Replace function
to replace the "newlines" it doesnt work. i had this problem before with
coldfusion flash forms. the function cant find the newlines. with html or xml
forms theres no problem and it all works fine. so must be a general problem
with flash and flash textfields passed to coldfusion
anyone an idea how to fix that?
thanks
k
Kiriran Guest
-
php data correct on html ouput but output to flash isincorrect
Not sure whats going on. Information sent back from database is correct so it must be my for statement. var nextY = 0; var nextY2 = 18; for... -
Database text to Flash -Output to QuickTime
I am working with my web designer on creating a custom subsystem for our website. This subsystem (database) will feed text to Flash. I would like... -
Text from HTML in Flash
How could I pass a text in HTML, so Flash can getch it and display it? Thanks in advance -
Text won't wrap around graphic in html output...
Yes, I checked my Rage Pro driver, it is the xx95 version, compatible with Publisher-created web pages (re: MS knowledge base article). I'm running... -
some html text in flash
some html text in flash ?????? -
Mike Nimer #2
Re: Flash Text output in HTML
chr(13) should match in new lines from a flash textarea
---nimer
"Kiriran" <webforumsuser@macromedia.com> wrote in message
news:d09l1o$kvu$1@forums.macromedia.com...> hello
>
> i made a newsletter application in flash mx2004 and to "translate" the
> flash
> to html (position of text, images) i use a cfc.
>
> its pretty simple. i send 3 arrays with all datas necesery to create a
> html
> document with <cffile>
> position, size of the divisions work all fine.
>
> but if i want to make a new line in the textfield and use the Replace
> function
> to replace the "newlines" it doesnt work. i had this problem before with
> coldfusion flash forms. the function cant find the newlines. with html or
> xml
> forms theres no problem and it all works fine. so must be a general
> problem
> with flash and flash textfields passed to coldfusion
>
> anyone an idea how to fix that?
> thanks
> k
>
Mike Nimer Guest



Reply With Quote

