使用 Actionscript 2.0 将图像上传到 Flickr

发布于 2024-08-04 07:23:34 字数 82 浏览 3 评论 0 原文

我需要通过 Flash AS 2.0 中的应用程序将图像上传到 flickr。我不清楚认证过程。有人能帮我解决这个问题吗?

提前致谢。

I have a requirement of uploading an image to flickr through an application in Flash AS 2.0. I am not clear with the authentication process. Could anyone help me out with this?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

安人多梦 2024-08-11 07:23:34

您可能想从这样的内容开始:

http://code.google.com/p/as3flickrlib /

或者,您可能希望使用 flickr 的内置 api 编写自己的解决方案,而不是重复使用其他人的代码:

http://www.flickr.com/services/api/

You probably want to start with something like this:

http://code.google.com/p/as3flickrlib/

Alternatively, you might want to code your own solution using flickr's built in api without re-using someone else's code:

http://www.flickr.com/services/api/

泡沫很甜 2024-08-11 07:23:34

做到这一点并不容易。它涉及到在发送文件之前完成 Flickr 的身份验证程序...使用预构建的库(如 Paul 建议的那样)将使您的生活更轻松。

但是,如果您喜欢冒险,请深入了解 flickr API 并进行身份验证,从那里开始上传工作将一帆风顺!

Doing that is not super-easy. It involves working through Flickr's auth procedures before you can send the file... using a pre-built library (as Paul suggested) will make your life easier.

But if you're adventurous, dive into the flickr API and make the auth happen, from there it's smooth sailing to get uploading working!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文