如何在 Flex 3 项目中使用 Open flash 图表(或任何库)?

发布于 2024-08-18 17:47:09 字数 283 浏览 7 评论 0原文

我想在 Flex3/AS3 项目中使用 Open Flash Chart?

我是说, 我如何在 Flex 应用程序客户端中使用 Open-flash-chart..??? (我使用 FlashDevelop)

我可以通过添加 .swf 文件来做到这一点吗?如果是?那么在哪里添加呢?我没有使用 FlexBuilder,我使用 FlashDevelop 或命令行进行编译..

或者我必须添加 .swc 文件.. ???如果是,那么如何生成一个用于打开 Flash 图表..???

干杯...

I want to use Open Flash Chart in Flex3/AS3 project?

I mean,
How Can I use Open-flash-chart in Flex application client side.. ??? (I use FlashDevelop)

Can i do that by just adding .swf file?? If yes? then where to add? I am not using FlexBuilder, I am using FlashDevelop OR Command line for compiling..

Or I have to add .swc file.. ??? If yes, then how to generate one for open flash chart..???

Cheers...

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

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

发布评论

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

评论(3

浪荡不羁 2024-08-25 17:47:09

这比仅仅添加到 Flex 项目中要复杂一些,因为 Open Flash Chart 并不是为了在 Flex 中集成而开发的。我在这里发现了一个美妙的转换 将 Flash Chart 2 作为带有源代码的 Flex SWC 组件打开

打开 Flash Chart 2 非常棒。

It is bit complicated than you thing to just add in flex project as Open Flash Chart is not meant to develop for integration in flex. I find a wonderful conversion in here Open Flash Chart 2 as a Flex SWC component with source code

Open Flash Chart 2 is amazing.

是你 2024-08-25 17:47:09

我在WebASP的基础上做了一个新的SWC,并修复了我遇到的一些问题,包括饼图工具提示问题,

您可以参考我的博客文章 http://www.smithfox.com/?e=87 了解详情

I make a new SWC base on WebASP's effort, and fixed some issue I met, include the pie tooltip issue,

You can refer my blog post http://www.smithfox.com/?e=87 for deatil

智商已欠费 2024-08-25 17:47:09

一般来说,库是通过引用更多代码或 SWC 来添加的。 SWF 通常用于加载整个应用程序。如果开始涉及,故事就会变得更加复杂运行时共享库​​,但这似乎超出了您开始所需的范围。

使用命令行,添加基于 swc 的库是通过修改library-path选项来完成的。

Generally speaking, libraries are added by referencing either more code or a SWC. SWFs are typically used to load whole applications. The story gets more complicated if one begins to involve Runtime Share Libraries, but that seems beyond what you need to get started.

Using the command line, adding a swc based library is accomplished by modifying the library-path option.

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