orenot
03-27-2001, 06:41 AM
I have a Flash <->ColdFusion <-> Database search tool. Works great! Well, most of the time....
The search results return to a text box in a movie clip. I am looping over a couple frames waiting for "loaded=1" from the loadVariablesNum call to the coldfusion page. When this is true, I go to the "results" frame which contains the text movie clip.
There is an onClipEvent(data) call on the movie clip to reset the scrollbar as well.
I would say that 80% of the time, this works as it should. It is the other 20% that bothers me! I get the "loaded=1", a "status" textbox is updated to show the record count, and we go to the movie clip. But there is no text in the movie clip! Hit <enter> a couple more times, and eventually the text loads. No errors from the server, so I figured it had to be in my flash app. ?? But I can't for the life of me understand why it is so inconsistent....it is just me here on my own machine with my own database....and with the exact same queries!
Any ideas? I can make the code available if asked.
Thanks in advance,
Sean
The search results return to a text box in a movie clip. I am looping over a couple frames waiting for "loaded=1" from the loadVariablesNum call to the coldfusion page. When this is true, I go to the "results" frame which contains the text movie clip.
There is an onClipEvent(data) call on the movie clip to reset the scrollbar as well.
I would say that 80% of the time, this works as it should. It is the other 20% that bothers me! I get the "loaded=1", a "status" textbox is updated to show the record count, and we go to the movie clip. But there is no text in the movie clip! Hit <enter> a couple more times, and eventually the text loads. No errors from the server, so I figured it had to be in my flash app. ?? But I can't for the life of me understand why it is so inconsistent....it is just me here on my own machine with my own database....and with the exact same queries!
Any ideas? I can make the code available if asked.
Thanks in advance,
Sean