将动态生成的内容导入 Flash
我有一个网站,它使用一些 JavaScript API 来创建基于 flash 的图表(即我使用来自 google 图表 API 的带注释的时间线)。然而,现在客户想要一个基于 Flash 的幻灯片,嵌入网站的一些功能。
有没有办法将 JavaScript api 生成的 Flash 图形导入到我的完全 Flash 幻灯片中?
我知道我可以将数据从 MySQL 数据库导入到闪存中,但是您有推荐的图表生成库吗?
I have a website that uses some JavaScript APIs to create flash-based charts (namely Im using annotated timeline from google's charts api). Now, however, the client wants a flash-based slide show that embeds some of the features of the website.
Is there a way to import the flash graphs generated by a JavaScript api into my completely-flash slide-show ?
I know I can import data from a MySQL database into flash, but are there any chart generation libraries that you would recommend?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这在很大程度上取决于您访问数据的方式,以及您是否可以格式化数据的原始输出以适应其他实现。
我不熟悉将基于 JavaScript 的图表导入 Flash 的方法,但我建议查看 打开 Flash 图表。
This is highly dependent on how you're accessing the data, whether you can format the raw output of your data to fit another implementation.
I'm not familiar with ways to import JavaScript based charts into Flash but I recomend looking into Open Flash Chart.