Hey I'm trying to create a datagrid in flash for my band's site...
The following table (or datagrid) should have 3 columns: Date, City/State, Venue.
I can get 2 columns going, but it doesn't work out if I do three...
heres what my action script code is:
Here is my error:Code:myDP = new Array( {Date:"02/18/08", Location:"Richmond, Va", Venue:"Alley Katz"}, {Date:"03/27/08", Location:"Richmond, Va", Venue:"Alley Katz"}, ); tourbox.dataProvider = myDP;
If there is an easier way to do this that would be helpful...Code:**Error** Scene=Scene 2, layer=Actions, frame=59:Line 4: Operator '=' must be followed by an operand ); **Error** Scene=Scene 2, layer=Actions, frame=59:Line 5: ')' or ',' expected tourbox.dataProvider = myDP; Total ActionScript Errors: 2 Reported Errors: 2
Thanks upfront




Bookmarks