使用 SVG 矢量数据制作基于 Flash 的交互式地图的代码库?

发布于 2024-08-08 17:34:47 字数 497 浏览 6 评论 0原文

我正在寻找一种获取 SVG 路径信息(基本上是一串坐标)并使用 Actionscript 动态绘制它的方法。如果这些形状能够检测鼠标事件来触发 JS 并动态改变它们的外观(填充、描边等),那就锦上添花了。

我目前正在尝试类似的东西(http://raphaeljs.com/australia.html)使用 SVG 但在 IE 中太慢了。我还尝试过 Google 的 SVG Web (http://code.google.com/p/svgweb/ )它基本上完全符合我的要求(它在 IE 中将 SVG 转换为 Flash),但同样,它太慢了 - 这就是为什么我正在考虑在 Flash 中完成整个工作。

有人知道一些链接可以为我指明正确的方向吗?

I'm looking for a way to take SVG path info (basically a string of coordinates) and dynamically draw it with Actionscript. Icing on the cake would be if those shapes could detect mouse events to trigger JS and dynamically change their appearance (fill, stroke, etc...).

I'm currently trying something similar to this (http://raphaeljs.com/australia.html) using SVG but it's just too slow in IE. I've also tried Google's SVG Web (http://code.google.com/p/svgweb/) which basically does exactly what I'm looking for (it converts SVG to Flash in IE) but again, it's sloooooow - which is why I'm considering doing the whole shebang in Flash.

Anyone know of some links to point me in the right direction?

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

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

发布评论

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

评论(1

渔村楼浪 2024-08-15 17:34:47

查看 zavoo labs 的 SVG 查看器。它托管在谷歌代码中,所以我想你可以自由修改它。 SVGPath 类是解析和绘制 path 元素的地方 - 您可以获取该代码并根据您的要求进行修改。

Check out the SVG Viewer from zavoo labs. It's hosted in google code, so I guess you can freely modify it. The SVGPath class is where parsing and drawing of path elements happens - you can grab that code and modify it to your requirements.

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