如何将 Google 的财务图表加载到影片剪辑中
谷歌财经有非常漂亮的图表来可视化他们的数据,这是其中之一: www.google.com/finance?q=SHA:000001
我进行了大量搜索,了解到有多种方法可以将其放在 HTML 网站上。但我找不到将其加载到 SWF 中的方法。
我认为问题在于它似乎使用 FlashVars 传递数据来绘制图表。 (我使用 FireBug 看到了它的 looooong FlashVars 值)
如果有可能使用 Actionscript 2 或 3 将其加载到 SWF 中的方法,请告诉我。我真的很感激。
感谢您抽出时间。
Google Finance has very nice charts to visualize their data, this is one of them:
www.google.com/finance?q=SHA:000001
I've been searching a lot and I learned that there are ways to put it on a HTML site. But I cannot find a way to load it into a SWF.
I think the problem is that seems like it uses FlashVars to pass the data to draw the chart.
(I saw its looooong FlashVars value using FireBug)
If there is a possible way to load it into a SWF, using Actionscript 2, or 3, please let me know. I would really appreciate that.
Thanks for your time.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可以使用 Google Finance API 访问数据。
I think that you can access the data using the Google Finance API.