Flex 4 光标(特殊点击区域)
我如何用图像制作光标,但鼠标单击区域必须位于图像的中心
此外,如果有任何方法可以更改图像大小,这将很棒
How I can make a cursor with an image, but the mouse click area must be at the center of the image
In addition, if any way to change the img size this will be great
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您有 Flash,您可以准备一个居中符号并将其导出为 swf。然后,您必须使用 Embed 元标记将此 swf 嵌入到 Flex 中。您可以在自定义光标中使用它。我不确定你改变尺寸的意思。
If you have Flash, you can prepare a centered symbol and export it in a swf. Then, you have to embed this swf in Flex with Embed metatag. You can use this in your custom cursor. I'm not sure what you meant with changing the size though.