Cooliris 从 google 文档获取:
我们正在为一个班级创建一个交互设计模式网站。 我们一直在课堂上使用谷歌文档创建模式列表,并与老师共享以进行评估。
所以环境是这样的:
- 我们已经能够从要显示的每个演示文稿中获取单个图像,例如: http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b
我们创建了一个可供 Cooliris 打开的 RSS 提要:(其中的小示例):
<.item>
<.title>e7_pattern_7.78<./title> <.link>http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b<./link> <.guid>dd2dpzk6_164zcwm3jgv_b<./guid> <.media:thumbnail url="http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b"/>/> <.media:content url="http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b" type="image/png"/>/>
<./item>
抱歉,标签中间的点只是为了 stackoverflow 不过滤它。
所以问题如下,RSS 工作正常,因为 Cooliris 为所有图像打开所有视口。 但所有图片的缩略图和内容都保持黑色。
如果您尝试通过上述网址打开它们,则可以使用 type="image/png" 下载它们,如果 piclens 应该可以打开它们。
有人有建议或想法为什么我们无法通过 Cooliris 访问 google 文档中的图像吗?
We're creating a Interaction design pattern website for a class.
We've been using google docs to create the patterns list during the classes, sharing it with the teacher for evaluation.
So the environment is this:
- We've been able to fetch a single image from each presentation we want to display, such as: http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b
We've created an RSS feed for cooliris to open: (small example from it):
<.item>
<.title>e7_pattern_7.78<./title> <.link>http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b<./link> <.guid>dd2dpzk6_164zcwm3jgv_b<./guid> <.media:thumbnail url="http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b" /> <.media:content url="http://docs.google.com/file?id=dd2dpzk6_164zcwm3jgv_b" type="image/png" />
<./item>
Sorry for the points in the middle of the tag is only for stackoverflow not to filter it.
So the problem is the following, the rss works correctly, as the cooliris opens all viewports for all images. But both the thumbnail and content remain black for all the pictures.
If you try to open them by the above url you can download them, with the type="image/png" if should work for piclens to open it.
Anyone got a sugestion or idea why we can't access the images from google docs via cooliris ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
服务器需要 crossdomain.xml 来允许 Cooliris。 所以我们不能直接从谷歌上做到这一点,但我们只需将其下载到另一台服务器上即可。
The server needed a crossdomain.xml to allow cooliris. So we can't do it directly from google but we'll just download it a put on another server.
也尝试将 type="image/png" 放入 media:thumbnail 标签中。另外,将您的 feed 通过 RSS 验证器,看看它是否通过检查。
Try putting type="image/png" in the media:thumbnail tag too.. additionally, put your feed through an RSS validator, just to see if it checks out..