-
-
Notifications
You must be signed in to change notification settings - Fork 828
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lord-McSweeney
authored and
Lord-McSweeney
committed
Jul 2, 2024
1 parent
ce386e8
commit 00f1703
Showing
4 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Dumping loader info before anything | ||
content: null | ||
contentLoaderInfo: [object LoaderInfo] | ||
contentLoaderInfo.actionScriptVersion: (inaccessible) | ||
contentLoaderInfo.bytesLoaded: 0 | ||
contentLoaderInfo.bytesTotal: 0 | ||
|
||
Dumping loader info after load called | ||
content: null | ||
contentLoaderInfo: [object LoaderInfo] | ||
contentLoaderInfo.actionScriptVersion: (inaccessible) | ||
contentLoaderInfo.bytesLoaded: 0 | ||
contentLoaderInfo.bytesTotal: 0 | ||
|
||
Hello from loaded SWF! | ||
Dumping loader info on complete | ||
content: [object MovieClip] | ||
contentLoaderInfo: [object LoaderInfo] | ||
contentLoaderInfo.actionScriptVersion: 3 | ||
contentLoaderInfo.bytesLoaded: 248 | ||
contentLoaderInfo.bytesTotal: 248 | ||
|
||
Dumping loader info after second load called | ||
content: null | ||
contentLoaderInfo: [object LoaderInfo] | ||
contentLoaderInfo.actionScriptVersion: (inaccessible) | ||
contentLoaderInfo.bytesLoaded: 0 | ||
contentLoaderInfo.bytesTotal: 0 | ||
|
||
Hello from loaded SWF! | ||
Dumping loader info on complete | ||
content: [object MovieClip] | ||
contentLoaderInfo: [object LoaderInfo] | ||
contentLoaderInfo.actionScriptVersion: 3 | ||
contentLoaderInfo.bytesLoaded: 248 | ||
contentLoaderInfo.bytesTotal: 248 | ||
|
||
returning because done === true |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
num_frames = 3 |