rsha1988
Постоялец
- Регистрация
- 7 Апр 2006
- Сообщения
- 553
- Реакции
- 146
- Автор темы
- #1
Привет народ!
Во flash я полный ноль... особенно во flash скриптах =)
Есть скрипт swf файла (mp3 плеера) , полученный с помощью Flasm ( _http://www.nowrap.de/flasm.html )
Вот часть кода:
Нужно вместо "push 1, 1, 'pause'" сделать что то вроде post запроса для javascript находящемуся на странице вместе с флешкой!
Помогыте чем можете =)))))
Во flash я полный ноль... особенно во flash скриптах =)
Есть скрипт swf файла (mp3 плеера) , полученный с помощью Flasm ( _http://www.nowrap.de/flasm.html )
Вот часть кода:
HTML:
function2 running () ()
push 'dragging'
getVariable
not
not
branchIfTrue label23
push 'notime'
getVariable
not
branchIfTrue label17
push 0.0, 'my_sound'
getVariable
push 'getBytesLoaded'
callMethod
push 0.0, 'my_sound'
getVariable
push 'getBytesTotal'
callMethod
divide
setRegister r:1
pop
push 'my_sound'
getVariable
push 'position'
getMember
push 1000
divide
setRegister r:2
pop
branch label18
label17:
push 'my_sound'
getVariable
push 'position'
getMember
push 'time_duration'
getVariable
divide
setRegister r:1
pop
push 'time_seconds'
getVariable
push r:1
multiply
setRegister r:2
pop
label18:
push r:1, 1
lessThan
not
push 'notime'
getVariable
not
bitwiseAnd
not
branchIfTrue label19
push 0.0, 'my_sound'
getVariable
push 'stop'
callMethod
pop
push 1, 1, 'pause'
callFunction
pop
branch label22
label19:
push r:1, 1
lessThan
branchIfTrue label20
push ''
branch label21
label20:
push 'all'
getVariable
push 'gui'
getMember
push 'mc_run'
getMember
push '_x', 'startx'
getVariable
push r:1, 'all'
getVariable
push 'gui'
getMember
push 'run_line'
getMember
push '_width'
getMember
multiply
add
setRegister r:0
setMember
push r:0
label21:
pop
label22:
push 'all'
getVariable
push 'gui'
getMember
push 'tr'
getMember
push 'text', r:2, 1, 'time_convert'
callFunction
setMember
branch label26
label23:
push '_l2', 'all'
getVariable
push 'gui'
getMember
push 'mc_run'
getMember
push '_x'
getMember
push 'startx'
getVariable
subtract
push 'all'
getVariable
push 'gui'
getMember
push 'run_line'
getMember
push '_width'
getMember
divide
setVariable
push 'lost'
getVariable
not
branchIfTrue label24
push 0.0
branch label25
label24:
push 'pausepos', '_l2'
getVariable
push 'time_seconds'
getVariable
multiply
push 1, 'Math'
getVariable
push 'round'
callMethod
setRegister r:0
setVariable
push r:0
label25:
pop
push 'all'
getVariable
push 'gui'
getMember
push 'tr'
getMember
push 'text', 'time_seconds'
getVariable
push '_l2'
getVariable
multiply
push 1, 'time_convert'
callFunction
setMember
label26:
end // of function running
Нужно вместо "push 1, 1, 'pause'" сделать что то вроде post запроса для javascript находящемуся на странице вместе с флешкой!
Помогыте чем можете =)))))