昌平区林业局怎么样:flash高手帮帮忙,帮我反编译这段代码

来源:百度文库 编辑:高考问答 时间:2024/05/03 02:02:45
// Action script...

// [Action in Frame 1]
function ()
{
function ()
{
} // End of the function
null = null();
thisTotal = getBytesTotal();

// [Action in Frame 2]
function ()
{
function ()
{
} // End of the function
if (thisTotal == null)
{
play();
_parent.mp3playerButton.enabled = true;
}
else
{
gotoAndPlay(1);
} // end if

// [Action in Frame 4]
function ()
{
function ()
{
stop();
openMode = 0;

// [Action in Frame 12]
function ()
{
function ()
{
stop();
openMode = 1;

// [Action in Frame 20]
function ()
{
function ()
{
gotoAndStop("mark");
} // End of the function
在闪客精灵里的p-代码是
// Action script...

// [Action in Frame 1]
_push 6.01901e-036
_if true goto #4
_defineFunction2
#4 _defineFunction '' [1 params](<>) //end offset is: #6
_defineFunction2 '' [0 params]() //regCount[0x00], flag[0x9600], end offset is: #7
#6 _push "thisLoaded" 0 "getBytesLoaded"
#7 _callFunction
_setVariable
_push "thisTotal" 0 "getBytesTotal"
_callFunction
_setVariable
_end

// [Action in Frame 2]
_push 6.01901e-036
_if true goto #4
_defineFunction2
#4 _defineFunction '' [1 params](<>) //end offset is: #6
_defineFunction2 '' [0 params]() //regCount[0x00], flag[0x9600], end offset is: #7
#6 _push "thisLoaded"
#7 _getVariable
_push "thisTotal"
_getVariable
_equals2
_not
_if true goto #21
_play
_push "_parent"
_getVariable
_push "mp3playerButton"
_getMember
_push "enabled" true
_setMember
_jump to #23
#21 _gotoFrame 1
_play
#23 _end

// [Action in Frame 4]
_push 6.01901e-036
_if true goto #4
_defineFunction2
#4 _defineFunction '' [1 params](<>) //end offset is: #6
_defineFunction2 '' [0 params]() //regCount[0x00], flag[0x700], end offset is: #1
#6 _stop
_push "openMode" 0
_setVariable
_end

// [Action in Frame 12]
_push 6.01901e-036
_if true goto #4
_defineFunction2
#4 _defineFunction '' [1 params](<>) //end offset is: #6
_defineFunction2 '' [0 params]() //regCount[0x00], flag[0x700], end offset is: #1
#6 _stop
_push "openMode" 1
_setVariable
_end

// [Action in Frame 20]
_push 6.01901e-036
_if true goto #4
_defineFunction2
#4 _defineFunction '' [1 params](<>) //end offset is: #6
_defineFunction2 '' [0 params]() //regCount[0x00], flag[0x8c00], end offset is: #7
#6 _gotoLabel 'mark'
#7 _end
代码加密了呀,修改不了

用闪客精灵,把整个文件导成fla文件

还不行的话 就全导成零碎的资源文件,你自己再拼凑 -_-!

p-code
需要提供swf才能破解.