Let me explain the situation: I have a main mxml, on load it instances a Localconnection to permit others swf's establish a connection with it and receive data.
I load one SWF (child) on main.mxml, it instances two Localconnection, one to connect to the main mxml and another to allow receiving data from main. The child has a DataGrid with a dataProvider. When child loads, ask to parent one parameter via Localconnection, then creates an HTTPService to request data to a PHP script, when it receive the data renews the dataProvider content to refresh the DataGrid. Well, this works perfectly the first time, but subsequent times the DataGrid doesn't is refreshed, i've chequed the dataProvider has the new data provided by the PHP script. Is there any other way to refresh the DataGrid to show the new data that dataProvider has? Thanks in advance -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

