0
私はこの作業を行うために週末にすべてを試みました。 私がやろうとしているのは、外部のファイルからactionscriptを取得するためにフラッシュを取得することです。ActionScript 2 - 外部のASファイルでお手伝いしてください
stop();
Stage.showMenu = false;
submit_ta.password = true;
myData = new LoadVars();
myData.onLoad = function() {
bypass = this.myVariable;
tempbypass = this.myTempVariable;
};
myData.load("auth_code.php");
submitBtn.onRelease = function() {
if (submit_ta.text == bypass) {
getURL("intro.html", "_self");
trace("rickyandkareine");
} else if (submit_ta.text == tempbypass) {
getURL("intro.html", "_self");
} else {
gotoAndStop(2);
}
};
ご協力いただきますようお願い申し上げます。
ありがとうございます。
+1すてきでクリーンなリファレンスリンクです。 –