Hi,
I am storing my data in MySql database and using PHP to generate XML
file on the fly which is then read by flash using XMLConnector.

Now as long as the XML file is small, or is generated quickly by PHP,
Flash displays the data in the datagrid properly.

When there is a slight delay in generating the file (fraction of a
second maybe) then the Datagrid remains empty.

I tried running just the PHP script alons in the browser, all the
results are coming fine.

I am using on(result) on the XMLConnector to make sure that the next
script is executed only after all the data has been loaded. But I dont
think on (result) is working.

My question is, is using on(result) {}  the right way to do what I am trying?
Is there any other way to check preloading of the XMLConnector content?

Thanks
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to