文章分类 -  Flex学习与应用

摘要:ActionScript3.0接口,不断学习补充中。 阅读全文
posted @ 2009-08-12 13:06 webgis松鼠 阅读(585) 评论(0) 推荐(0)
摘要:慢慢翻译慢慢看。Google Maps API for Flash and ArcGIS Server REST API Integration - Part 1 by James 五月 12, 2009 14:14 OverviewThis is the first post in a series where I will discuss techniques for interacting ... 阅读全文
posted @ 2009-06-17 16:36 webgis松鼠 阅读(1107) 评论(0) 推荐(0)
摘要:WMS Overlays in Google Maps for FlashBiodivertido Thursday, August 7, 2008While working on BiodiversityAtlas I thought on overlaying distributions using a Geoserver WMS server together with Google Map... 阅读全文
posted @ 2009-06-17 15:55 webgis松鼠 阅读(575) 评论(0) 推荐(0)
摘要:Tutorial : Thematic mapping with the Google Maps FlashAPIMay 17, 2008 in UncategorizedGoogle has recently released a Flash version of the Google Maps API. The goal is to give developers and designers ... 阅读全文
posted @ 2009-06-15 20:51 webgis松鼠 阅读(495) 评论(0) 推荐(0)
摘要:Overlaying markers using Google Maps API on an arbitrary imageDecember 5, 2008 So, my previous post from Inventoriana land looked at how you could use Google Maps as a basic navigator for the image of... 阅读全文
posted @ 2009-06-15 19:46 webgis松鼠 阅读(334) 评论(0) 推荐(0)
摘要:这是在看google code时发现的,但是wordpress.com网站打不开,我用google快照查看的。Using Google Maps API in Actionscript 3.0 to render imagesNovember 21, 2008 So, as some of you know, I’ve been working on inventoriana.com ... 阅读全文
posted @ 2009-06-15 19:30 webgis松鼠 阅读(374) 评论(0) 推荐(0)
摘要:1、计划你的应用 了解你的市场的人群统计信息,但了解这些不足以指导你的设计。 了解用户的目标,因为它们涉及到您的产品。 学习你的用户当前使用和生产的工具和文物。 将你的用户当前执行的任务归档,以实现他们的目标。 将你的用户要在你的应用中获取的内容列表并获取一个真实的例子来参考。 写出用户要在你的应用中执行的主要任务的情景。 2、结构化你的应用 当你的用户主要目标是浏览、比较或访问不同的某部分信息时... 阅读全文
posted @ 2009-06-15 09:08 webgis松鼠 阅读(276) 评论(0) 推荐(0)
摘要:在flex中使用组件之间直接绑定有下列不便之处:-- 实例名称有可能变动。-- 你需要了解组件的内部结构。-- 只能引用特定的实例。应尽量避免直接引用在其他组件中的对象名或实例。-- 每个组件都是黑盒-- 从main application到组件之间的数据传递可以用公共属性-- 组件中传出信息要通过分派自定义事件-- 有利于重用和维护建立一个自定义事件类来分派自定义事件-- 因为flash.eve... 阅读全文
posted @ 2009-06-07 21:09 webgis松鼠 阅读(606) 评论(0) 推荐(0)
摘要:今天看了一下《一周学会 Flex 应用开发》,感觉还是比较有深度的,还是用图来计一下方法吧。 阅读全文
posted @ 2009-06-07 20:43 webgis松鼠 阅读(256) 评论(0) 推荐(0)