TimMontreal
Programmer
I have a feeling there is either a simple answer to this that I'm not noticing or maybe it's just not possible.
I have one .swf that is one frame and contains various components, particularly: XMLConnector, DataSet and DataGrid. This .swf gets input from an SQL Server than displays various birthdays that you can select and view, blah blah blah... this works fine when I run it on it's own.
Here is the problem. I have a second .swf which is actually my main timeline and I would like to place the above mentioned .swf on frame 5 of this one using either a loader component or just a loadMovie function. But it doesn't work, the datagrid appears but no values are entered into it.
Does anyone have any suggestions as to what I've done wrong? I realize that XMLConnectors are supposed to be on the first frame, and it is on the first frame of it's .swf, but does it matter that it's not the on the first of the main timeline?
Any help would be greatly appreciated!
Thanks!
I have one .swf that is one frame and contains various components, particularly: XMLConnector, DataSet and DataGrid. This .swf gets input from an SQL Server than displays various birthdays that you can select and view, blah blah blah... this works fine when I run it on it's own.
Here is the problem. I have a second .swf which is actually my main timeline and I would like to place the above mentioned .swf on frame 5 of this one using either a loader component or just a loadMovie function. But it doesn't work, the datagrid appears but no values are entered into it.
Does anyone have any suggestions as to what I've done wrong? I realize that XMLConnectors are supposed to be on the first frame, and it is on the first frame of it's .swf, but does it matter that it's not the on the first of the main timeline?
Any help would be greatly appreciated!
Thanks!