Main I am using as the document class for a flash project.
In Main I am creating an instance of the Link class.
The package structure I defined for Link is
package com.furyan.dd {}
Now everytime I compile the .FLA I receive an error that the class Link is in a wrong location. I dont understand why?
I defined the Document class like this: com.furyan.dd.Main