Flash/ASP problem

Out of context: Reply #8

  • Started
  • Last post
  • 8 Responses
  • mr_flaco0

    looks like the asp is doing its thing...at least it looks like it without seeing the output.

    So you have no other code in your file to set the text fields to that text? If that is true your vars in the query string and the text field names dont match...

    I write an extra var at the end of the string to know all of the data is loaded, say '&loaded=1' then have a loop in flash that waits until that var becomes true, then do this:

    if (loaded==1){
    strBands.text = bands;
    strVenue.text = venue;
    etc...

    Dunno if that helps, but its hard to say what the issue is w/o seeing the file...

View thread