We have been going through the tutorials for FLEX 2.0 for thelast week.
We had no 'import' problems for any of the examplesuntil we reached the
first FDS tutorial. We just can't build thefirst tutorial because the
compiler can't find the classes forDataService; we get errors on the
lines listed below:import mx.data.DataService;import mx.data.events.*;We
have copied the content of the "flex_sdk_2.0" folder(installed with FDS
BETA 3) to where we installed FLEX BETA 3. Itdidn't work. We have read
t...