打开文件系统窗口,单击jQuery+空气
嗨,所有堆叠流量。
我已经构建了HTML5/jQuery应用程序,并且将其纳入了Adobe Air。
我想知道是否以及如何在单击HTML/jQuery应用程序中的链接后告诉Air打开文件系统文件夹窗口,就像
$('#button').click(function() {
var path = "my/path/"
openFolder(path);
});
我希望我很清楚。
任何建议都将被强烈重组。
非常感谢您。
Hi to all stackoverflowers.
I've build a HTML5/jQuery application and I've incorporeted it in Adobe AIR.
I'm wondering if and how is it possible to tell AIR to open a filesystem folder window after clicking on a link in the HTML/jQuery application, something like
$('#button').click(function() {
var path = "my/path/"
openFolder(path);
});
I hope I was clear.
Any suggest will be strongly apreciated.
Thank you very much in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
包括Air Sdk
< script src =“ airaliases.js” type =“ text/javascript”></script>
,然后使用以下功能。
Include AIRAliases.js from the air SDK
<script src="AIRAliases.js" type="text/javascript"></script>
and then use the following functions.
//空气
//air