зеркало из https://github.com/mozilla/shumway.git
Execute only builtin.abc, just load playerGlobal.abc.
This commit is contained in:
Родитель
2efd1387d0
Коммит
0b608a4adf
|
@ -59,7 +59,7 @@
|
|||
abcFiles[i] = new AbcFile(new Uint8Array(this.response), v, true);
|
||||
if (++filesLoaded === a.length) {
|
||||
abcFiles.forEach(function (abc) {
|
||||
executeAbc(abc, ALWAYS_INTERPRET);
|
||||
(filesLoaded === 1 ? executeAbc : loadAbc)(abc, ALWAYS_INTERPRET);
|
||||
});
|
||||
SWF.embed("../../examples/as3_tiger/tiger.swf", document.getElementById("stage"));
|
||||
}
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
abcFiles[i] = new AbcFile(new Uint8Array(this.response), v, true);
|
||||
if (++filesLoaded === a.length) {
|
||||
abcFiles.forEach(function (abc) {
|
||||
executeAbc(abc, ALWAYS_INTERPRET);
|
||||
(filesLoaded === 1 ? executeAbc : loadAbc)(abc, ALWAYS_INTERPRET);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче