Flash Text output in HTML

Ask a Question related to Coldfusion Flash Integration, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. Text from HTML in Flash
      How could I pass a text in HTML, so Flash can getch it and display it? Thanks in advance
    4. 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...
    5. some html text in flash
      some html text in flash ??????
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139