followmyheart

Flash及Google Map SDK安装

注:目的是在客户端中使用Flash技术集成Google Map

 

环境设置:

(1)安装Flex Builder 3

(2)安装调试版Flash Player

(3)安装Sun JRE(jre-6u18-windows-586-s.exe)

(4)下载Flex SDK(flex_sdk_3.5.zip),解压至系统目录,并将其中bin目录设置到系统路径(Path),以便于在命令行中运行flash编译工具mxmlc。

(5)下载Google Map SDK(google_map_sdk.zip),解压至系统目录,将其中lib目录中map_flex_1_18.swc复制到项目目录中自定义的mxml文件同一目录。

(6)在Google Map网站申请密钥。

 

MXMLC编译工具使用:

在命令行中:

mxmlc  myfile.mxml -library-path+=map_flex_1_18.swc

生成swf文件

 

Google Map SDK API (Flash):

http://code.google.com/intl/zh-CN/apis/maps/documentation/flash/reference.html

分类:

技术点:

相关文章:

  • 2021-10-13
  • 2021-04-25
  • 2021-07-25
  • 2022-01-01
  • 2021-12-06
  • 2021-11-29
  • 2020-11-01
猜你喜欢
  • 2021-12-02
  • 2021-07-29
  • 2021-04-23
  • 2021-07-22
  • 2021-11-10
  • 2021-12-25
  • 2021-11-17
相关资源
相似解决方案