Hello all,
I've got some actionscript which begins with:
package obfus_plugin{
import org.flowplayer.model.Plugin;
import org.flowplayer.util.Arrange;
import org.flowplayer.model.PluginModel;
import org.flowplayer.view.Flowplayer;
public class obfus extends Sprite implements Plugin {
and when I try to publish, I get the error:
5001: The name of package 'obfus_plugin' does not reflect the location of this file. Please change the package definition's name inside this file, or move the file. C:\flowplayer\url_secure\src\actionscript\obfus_plugin\obfus.as
the location of the .as file is:
C:\flowplayer\url_secure\src\actionscript\obfus_plugin\obfus_plugin.as
In my classpaths I have:
C:\flowplayer\url_secure\src\actionscript\obfus_plugin
What am I doing wrong? Did I miss a directory somewhere? All help is GREATLY appreciated.