如何为flex 3中的按钮提供功能?
我是 Flex 新手。我想创建一些按钮,当单击该按钮时,它应该打开一些图像。如何在 Flex Builder 3 中提供此功能。感谢您的宝贵时间
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我是 Flex 新手。我想创建一些按钮,当单击该按钮时,它应该打开一些图像。如何在 Flex Builder 3 中提供此功能。感谢您的宝贵时间
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
如果有帮助,请尝试这个示例。
重要的是在使用图像之前嵌入图像。另一种嵌入方式是内联在 mx:Image 标签中。请注意图像位置的路径。
Try this example if it helps.
The important thing is embedding the image before you use it.Another way of embedding is inline in the mx:Image tag.Please be careful with the path to the location of the image.
您好,有一个按钮的点击处理程序。在单击处理程序的功能中,通过切换可见性来处理图像的显示。将图像嵌入到设计中。然后在单击按钮时播放它的可见性。
hi have a click handler for the button. in the function of click handler handle displaying of image by switching visibilities.have the image embedded in the design before itself. then play with its visibilities on button click.
尝试查看此处的示例。解释了所有类型的资产嵌入,包括声音
http://livedocs.adobe.com/flex/3 /html/help.html?content=04_OO_Programming_09.html
try going through the examples here.explains about all kind of asset embedding,including sound
http://livedocs.adobe.com/flex/3/html/help.html?content=04_OO_Programming_09.html