关于delphi和flash交互的问题(高手请进)(200分)

Z

Zane

Unregistered / Unconfirmed
GUEST, unregistred user!
我想在delphi中使用flash做的酷界面。现flash中有两个pushbutton,且fscommand
在mouseDown事件中触发,如下:
pushbutton1:
onClipEvent (mouseDown) {
fscommand("Click", "1");
}

pushbutton2:
onClipEvent (mouseDown) {
fscommand("Click", "2");
}

在delphi中使用FSCommand时会触发两次(pushbutton1和pushbutton2各一次)
如何解决这个难题呢???
 
顶部