我已經有了一些動作,其開頭:
package obfus_plugin{
的ActionScript包命名和目錄結構
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 {
,當我嘗試發佈,我得到的錯誤:
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
的位置。如文件是:
C:\flowplayer\url_secure\src\actionscript\obfus_plugin\obfus_plugin.as
在我的類路徑,我有:
C:\flowplayer\url_secure\src\actionscript\obfus_plugin
我在做什麼錯?我有沒有錯過目錄?所有幫助非常感謝。
的。至於文件的位置是「C:\ Documents和Settings \ *** \ My Documents \我的Dropbox \ PUBLIC \ obfus_plugin \ obfus_plugin.as「,我在某處丟失了一個目錄嗎? (編輯器不斷刪除「文檔和設置」和「***」之間的斜線) – danwoods 2010-05-09 00:11:27
錯誤說這是我應該移動文件的位置,或者這是錯誤的位置? – danwoods 2010-05-09 00:15:42
文件中類的類名是什麼?這應該匹配文件名。 – spender 2010-05-09 01:13:04