使用 JSFL 获取舞台上所选项目的名称
我希望能够选择已添加到 Flash 舞台中的项目(图像、影片剪辑等)并访问其文件名。
因此,如果我将名为“imageOne.png”的图像拖到舞台上,我希望能够访问其名称“imageOne.png”,并将其传递给我正在构建的 Flash 扩展。
我知道我可以从图书馆获取详细信息,但不能从舞台上选择的项目获取详细信息。
谁能告诉我如何使用 JSFL 访问此信息。
谢谢
斯蒂芬
I want to be able to select a item (image, movieclip etc) that has been added to the stage in Flash and access its file name.
So if I drag a image called 'imageOne.png' onto the stage, I want to be able to access its name, 'imageOne.png', and pass it to a Extension for Flash that I'm building.
I know I can get details from the library, but not from the items selected on the stage.
Can anyone tell me how to access this information using JSFL.
Thanks
Stephen
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用以下方法选择库项目:
选择库后,您可以访问几乎所有您需要的内容。
另外,有关 JSFL 中可用内容的更多信息:http://help.adobe.com/en_US/flash/cs/extend/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7ff8CS5.html
You can select a library item with the following method :
After selecting a library, it's possible to access pretty much everything you need.
Also, more about what's available to you in JSFL : http://help.adobe.com/en_US/flash/cs/extend/WS5b3ccc516d4fbf351e63e3d118a9024f3f-7ff8CS5.html