Actionscript package naming and directory structure
- by danwoods
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;
and when I try to publish, I get the error:
5001: The name of package 'obfus_plugin' does…