A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ASP to Flash Dynamic Text Problem

  1. #1
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398

    ASP to Flash Dynamic Text Problem

    I have a text field in my flash project that I want to be populated with a series of dates that are recieved from a database via asp. I am using the loadVars object to retrieve the data from the asp page with success and I can get my dates to display in the dynamic text field. Here is my problem:

    I want to format the data using simple html tags such as <br> inorder to make all the dates show ontop of another. When ever I change the dynamic text field to "html" it doesn't show my data. When I uncheck "html" I get this:

    <p>3/22/2002<br>1/30/2003<br>5/16/2003<br>2/4/2003<br></p>

    I don't understand what I am doing wrong. I may just be going about it all wrong... I don't know.

    Thanks for the help
    JA

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398

    Sorry

    HTML is on in this forum so it parsed my code... How do I get around that?
    JA

  3. #3
    Senior Member
    Join Date
    Sep 2001
    Location
    Manhattan
    Posts
    398
    I fixed it. I had an embeded font in the text field. That stops it.
    JA

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center