我想知道,是否有任何方法可以启用以下功能(至少在 Windows 中):
右键单击本地文件系统中的任何文件,选择 sendTo 并将文件发送到 adobe air 应用程序(例如用于上传目的)。AIR 可以通过 INVOKE 事件处理它,但是我如何从 Windows 端实现这一点 - AIR 应用程序如何将自身注册为 sendTo 选项?
有机会实现这一目标吗?谢谢!
我想知道,是否有任何方法可以启用以下功能(至少在 Windows 中):
右键单击本地文件系统中的任何文件,选择 sendTo 并将文件发送到 adobe air 应用程序(例如用于上传目的)。AIR 可以通过 INVOKE 事件处理它,但是我如何从 Windows 端实现这一点 - AIR 应用程序如何将自身注册为 sendTo 选项?
有机会实现这一目标吗?谢谢!
I believe the way to do this would be to write a bat file that modifies the windows registry to include a hook for your application.
Looks like this is the process, I'm sure there is a way to automate this (sorry, I can't help here, I'm not familiar with any windows api's)