Hi all,
I searched the forum, could not find questions like this so I hop this is the right forum.

I use CS4 and Flashdevelop, as3.
I have some classfiles I use very often,
FI: myclasses.ui.carroussel.Carroussel.as
which is
package myclasses.ui.carroussel

I put them in a separate map.
FI: c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes/myclasses/ui/carroussel/Carroussel.as

In Flashdevelop I choose Tools - Global classpaths and added the map
c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes
Flashdevelop gives me code hints now, so it should be OK.

The problem is Flash CS4. I cannot get CS4 to look in this map.
I tried both application wide path (edit - preferences - actionscript - AS3 settings - add the path to 'source path') and not in project wide path (publish settings - Flash - Settings - add the path to 'source path').

The paths I tried are
c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes
and when this didn't work,
c:/docs&settings/myname/local settings/Application Data/Adobe/as3classes/myclasses/ui/carroussel/

Can anybody tell me how I should add this package to CS4?

Thanks in advance.