问题描述:
在调试ColumnChart控件时,在浏览器中发现出现了“Flex Data Visualization Trial”字样的水印。
解决方法:
1 . 首先在Flex Builder 3 中 “Help->Manage Flex Licenses”中注册license;
2 . 再次打开“Manage Flex Licenses” 看到其中的"Flex Builder 3 Serial Number";
3. 找的Flex Sdk 安装目录下的“/flex_sdk_3.0.0.477/frameworks/flex-config.xml”
文件看到文件最后的位置:
<licenses>
<license>
<product>flexbuilder3</product>
<serial-number>写上 Flex Builder 3 Serial Number </serial-number>
</license>
</licenses>
4.重新编译程序就可以了。
官方解释:
http://livedocs.adobe.com/flex/3/html/help.html?content=configuring_environment_2.html
本文介绍了一种在使用ColumnChart控件时去除Flex水印的方法。通过在FlexBuilder3中注册license并修改特定配置文件,可以有效移除浏览器中显示的水印。

250

被折叠的 条评论
为什么被折叠?



