Hi
I'm using flash2004MX.
I can succefully get data; being a query, from a coldfusion component via flash remote into flash.
I need to know how can check when all data is in.
Even more
I need to halt my movie until all dat is in.
Anybody?
MissionView - 28 Oct 2003 17:23 GMT
I'm new at this stuff, but I did have an idea.
Try doing a "_root.stop()" after your querrie call. In the "onResult" function you can restart it up.