You need to set your project up to use the SWC's. I found these instructions on a web site somewhere but can't find it at the moment. >From memory:
Right Click on your project and select properties. Click Flex Build Path Select the Library Path tab Click Add SWC button Click the browse button and Navigate to your Flex SDK directory to the frameworks/libs directory to the file datavisualization.swc(On my machine that is C:/Program Files/Adobe/Flex Builder 3/sdks/3.2.0/frameworks/libs/datavisualization.swc) Do the same for datavisualization_rb.swc (On my machine that is C:/Program Files/Adobe/Flex Builder 3/sdks/3.2.0/frameworks/locale/en_US/datavisualization_rb.swc). NB. Make sure your license.properties file (See http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_2.html for locations on different OS's) has a pro license. That should be it. Have fun. HTH Steve --- In [email protected], Radley <che...@...> wrote: > > > > I'm missing something obvious. > > I'm trying the following example: > > http://livedocs.adobe.com/flex/2/langref/mx/charts/ColumnChart.html > > > but I'm getting the following error: > > 1046: Type was not found or was not a compile-time constant: > ColumnChart. > > > I thought Charting was included with FB3 Pro. If not, how do I install? > > thanks in advance... > > radley >

