Flash 4 位图图像和事件
我正在尝试使用 BitmapImage Spark 类而不是 mx 图像类。 图像加载相同,很好
<s:BitmapImage id="img" source="sample.jpg">
</s:BitmapImage>
但是我在添加鼠标事件时遇到问题,例如:
img.addEventListener(MouseEvent.CLICK,clicked);
单击图像时不要触发任何鼠标事件
帮助! 谢谢
I am trying to use BitmapImage spark class instead of mx image class.
Image loads the same, fine
<s:BitmapImage id="img" source="sample.jpg">
</s:BitmapImage>
But I have an issue with adding mouse events on it, eg:
img.addEventListener(MouseEvent.CLICK,clicked);
do not trigger any mouse events when clicking on the image
Help!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了一个解决方案,通过 Graphic 类处理事件......
谁能点亮我......?谢谢
I found a solution, handling the events through the Graphic class ...
Who can light me ...? Thanks