Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DataGrid on first frame interfers with Loader

Status
Not open for further replies.

blacktorncoat

Programmer
Dec 2, 2004
32
IL
Hello,

I have a DataGrid binded to a DataSet binded to a XMLConnector, all in the first frame of my flash site..

It all works well by itself, but when I load this SWF thru a simple loader then I see the DataGrid blinking on the screen and the site doesnt function, and I get the following error message:

[blue]
256 levels of recursion were exceeded in one action list.
This is probably an infinite loop.
Further execution of actions has been disabled in this movie."
[/blue]

When I remove the layer that contains the data components then it works well.

It seems that putting the data components in the first frame of the site interfers with the loader, which requests the first frame of the movie to be blank.. but that's the only place that I can put them to configure the binding options..

I don't know how to solve this..
Does anyone know how to solve this problem?

Thanks,
Y.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top