how would you make a video play in flash when a cell is clicked in the datagrid? im guessing a function but would you know the exact code and where it gets placed in the AS??
Is there a way to work with several xml-
files; here for instance one for cars,
one for truck, one for motorbikes.
Depending on what the visitor is looking
for, the data inside the xml-files in question should be read into the
datagrid and the queries set for All.
The visitor can 'jump' between each of
the sections (eg by using a combobox
and the grid gets filled up with the
new data from the other xml-file
immediately.
Really top notch tutorial, congratulations. I'm trying to take it a bit further but I need a bit of help. How can I use the filter to load a corresponding image into a UIloader - I think the problem I'm having is that logically the image can only appear when the user has filtered down to only one unique result in the data grid, but I can't see what the value of the result would be in action script, or what to set an event listener for.
then I suppose it is a simple question of: -loader.source=that value+".png"
If you don't think this is the way please tell me what you think
Thanks in advance and keep up the good work - we need you!