I need to use DataProvider class and i cannot find the package that contains it. In all examples I saw they use fl.data, but I’m using flex builder sdk 3.4 beta and it doesn’t have such a package. Any clue?
Thanks,
Nava
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
fl.data.DataProvideris a Flash authoring tool specific class and cannot be imported to a flex project. Check out ArrayCollection or XMLListCollection for flex.As far as Adobe’s classes are concerned, packages starting with
fl.*are CS3/4 only.mx.*are Flex/AIR only.flash.*are available everywhere.