SWFAddress CHANGE 事件,调度对象
有没有办法调度 SWFAdresss CHANGE 事件,同时传递参数(对象)?
我在文档中看到类似的内容,但我在网上找不到示例......
Is there a way to dispatch a SWFAdresss CHANGE Event but also pass parameters (an Object) along with it?
I see something like that in the documentation but I can't find an example online...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以像这样修改 SWFAddressEvent 类:
然后当您分派 CHANGE 事件时,将对象添加到事件中:
要使对象公开可用:
You could modify the SWFAddressEvent class like so:
and then when you dispatch the CHANGE event, add the object to the Event:
To make the Object publically available: