.mxp and include .as file?

When I create a component and create a CS3 .mxp extension through .mxi, mxi containing

<file name=“mycomponent.fla” destination="$flash/Components" />
<file name=“component.as” destination="$flash/Components" />

i can find neither mycomponent.fla nor component.as on my C:/ disk.

It does show up in CS3 however. BUT…

The component in .fla uses actionscript line

include “component.as”;

and when I drag one to a new .fla movie and save it somewhere, the .as file is not saved in the same folder.

Anbody know a solution?