Understanding Flash Packages

202 Views Asked by At

I'm trying to understand how packages and dependencies work with Adobe Flash Builder 4.

I've copied an example here and put it in a .as file called DependencyGraph.

However I get the error message:

A file found in a source-path must have the same package structure '', 
as the definition's package, 'DependencyGraph'.

I understand that the original file has a package name called package flare.apps. What should I change to enable this to run?

1

There are 1 best solutions below

0
On BEST ANSWER

You need to put the file in the correct directory, in your case:

flare/apps/DependencyGraph.as