DangersuN
July 27th, 2008, 12:15 PM
I have a 2 classes located in the same folder
fe:
com.furyan.dd.Main
com.furyan.dd.Link
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
fe:
com.furyan.dd.Main
com.furyan.dd.Link
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