Created
January 16, 2014 18:04
-
-
Save dougnukem/8460083 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[@ddaniels-mbp:~/Desktop]$ /usr/local/bin/swfdump testExportSound.swf -D | more | |
[HEADER] File version: 15 | |
[HEADER] File is zlib compressed. Ratio: 96% | |
[HEADER] File size: 67242 | |
[HEADER] Frame rate: 24.000000 | |
[HEADER] Frame count: 1 | |
[HEADER] Movie width: 550.00 | |
[HEADER] Movie height: 400.00 | |
[045] 4 FILEATTRIBUTES as3 symbolclass | |
[04d] 1296 METADATA | |
[009] 3 SETBACKGROUNDCOLOR (ff/ff/ff) | |
[056] 11 SCENEDESCRIPTION | |
[02d] 4 SOUNDSTREAMHEAD2 | |
[00e] 65652 DEFINESOUND defines id 0001 (MP3 22Khz 16Bit mono) | |
[052] 193 DOABC, lazy load | |
protectedNS([protected]TimelineAudio) class <q>[public]::TimelineAudio extends <q>[public]flash.media::Sound{ | |
staticconstructor * =()(0 params, 0 optional) | |
[stack:1 locals:1 scope:5-6 flags:] | |
{ | |
00000) + 0:0 getlocal_0 | |
00001) + 1:0 pushscope | |
00002) + 0:1 returnvoid | |
} | |
constructor * <q>[public]::TimelineAudio=()(0 params, 0 optional) | |
[stack:1 locals:1 scope:6-7 flags:] | |
{ | |
00000) + 0:0 getlocal_0 | |
00001) + 1:0 pushscope | |
00002) + 0:1 getlocal_0 | |
00003) + 1:1 constructsuper 0 params | |
00004) + 0:1 returnvoid | |
} | |
} | |
initmethod * init=()(0 params, 0 optional) | |
[stack:2 locals:1 scope:1-5 flags:] | |
{ | |
00000) + 0:0 getlocal_0 | |
00001) + 1:0 pushscope | |
00002) + 0:1 getscopeobject 0 | |
00003) + 1:1 getlex <q>[public]::Object | |
00004) + 2:1 pushscope | |
00005) + 1:2 getlex <q>[public]flash.events::EventDispatcher | |
00006) + 2:2 pushscope | |
00007) + 1:3 getlex <q>[public]flash.media::Sound | |
00008) + 2:3 pushscope | |
00009) + 1:4 getlex <q>[public]flash.media::Sound | |
00010) + 2:4 newclass [classinfo 00000000 <q>[public]::TimelineAudio] | |
00011) + 2:4 popscope | |
00012) + 2:3 popscope | |
00013) + 2:2 popscope | |
00014) + 2:1 initproperty <q>[public]::TimelineAudio | |
00015) + 0:1 returnvoid | |
} | |
slot 1: class <q>[public]::TimelineAudio=TimelineAudio | |
[04c] 18 SYMBOLCLASS | |
exports 0001 as "TimelineAudio" | |
[001] 0 SHOWFRAME 1 (00:00:00,000) | |
[000] 0 END |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment