a open sources game engine based on actionscript 3, named ffilmation, sources code is avaliable at google code and official site. and API reference is here.
Latest Updates: actionscript RSS
-
liduan
-
liduan
somethings can be using in showing strength in the flex spring graph.
1. show different colour for the node of spring graph.
2. show different edge of each node of the spring graph.
3. show different size of nodes in the spring graph.
-
liduan
The mx.controls package contains the Flex user-interface controls, e.g. textinput, label and textarea
-
liduan
flex app communicate with java via socket server. actionscript/flex program can send socket to a server. that means flex can communicate with other language or program without xml.
-
liduan
some good effect example for hide and show panel of flex 3. simple code and tutorial.
-
Warning: str_split() [function.str-split]: The length of each segment must be greater than zero in /home1/liduanbi/public_html/duanli/wp-content/themes/p2/functions.php on line 352
Warning: str_split() [function.str-split]: The length of each segment must be greater than zero in /home1/liduanbi/public_html/duanli/wp-content/themes/p2/functions.php on line 354
liduan
http://www.adobe.com/devnet/flex/samples/fig_panzoom/ simple zoom in/out map by flex.
-
liduan
make a visual earth based on the google earth by flex. it only supports ie, firefox and chrome. becouse it require google earth plug-in. resources.
-
liduan
some good tutorial for flex list:
Making a horizontal list with clickable images as members
Flex – overriding scrollToIndex in HorizontalList to animate scrolling
Setting alternating colors on a Flex HorizontalList control
Creating a simple image gallery with the Flex HorizontalList control
The TileList control displays a number of items laid out in tiles.
-
liduan
some flex client for online map api is helpful for geographic locations application.
-
liduan
I found this website using very nice 3d visualization effect. but it can’t provice the sources. from here.
-
liduan
birdeye is a great data visualization flex api. it provide five main parts:
Features
The Feature set will be focused on five themes:
Relational Analysis (RaVis) Methods of analysing relationships, structures, and links among objects.- Graph theory algorithms such as Radial, Hierarchical, and Force-Directed;
- Self-contained – all mathematical processing is performed within the library;
- Control – degrees of separation, data filtering, item rendering, drag and drop, look and feel, visibility, events, dataproviders, etc.
GeoSpatial Analysis (GeoVis) The analysis of locational and geographic data.- Rendering of vector-based maps with control to style geographic objects (e.g. regions, countries, states), add symbol overlays, events, projections, coordinate addressing, etc…
- Custom maps via svg path data, shapefile readers, and KML/GML configurations;
Quantitative Analysis (QaVis) Conventional and novel methods of numerical and statistical analysis.- Treemap
- MicroCharts, Sparklines
- Venn diagrams, bullseye, pyramids, polar/spider charts, etc…
- Conventional chart and graph methods
Temporal Analysis (TaVis) The analysis of data that varies over time.- Components to support chronology and date/time analysis
General Utility (GuVis) Concepts and techniques of information visualization and visual design.- Coraldata – a robust API of data structures
- Distortion (Fisheye / BiFocal)
-
liduan
-
liduan
-
liduan
some resources about papervision3D:
-
23 Papervision3D Primitives (17 new ones)
-
Getting Started with Papervision GW
- flex 3 cook book provide very good example for papervision programming.
- Geocoding, work with yahoo map, dome.
-
Papervision3d Tutorials in Flex 3
-
-
liduan
wow engine is 3D physics engine developed by actionscript, this engine based on the sandy 3D engine, and developed by actionscript.
-
liduan
papervision3D is based on flex 3, it also can integrate with flex3 mxml format. see here an example. other example is use to enable papervistion 3D effect for flex. it provide sources downlaod.
-
liduan
papervision 3D is a realtime flash 3D engine, the most import is it support flex 2. there are two examples for demo. other 3D form example can be found at here.
-
flex 4 support two new 3D model, Matrix3 ...
liduan
flex 4(Gumbo) support two new 3D model, Matrix3D and FxRotate3D. but they need to be supported by flash player 10.
-
liduan
swc file is an archive for flex or actionscript components and other assets. using one or more swc files in the flex project can by following command:
mxmlc -library-path+=path\SwcFileName_1.swc,path\SwcFileName_2.swc FlexAppName.mxml -
liduan
using SpringGraph for any flex project:
SpringGraph is a 2D data visualization API based on the flex 2. I have used flex 3 sdk to demo the example of spring graph.
first of all, a package should be downloaded for using SpringGraph at developer blog. Extracting the package, copy
./SpringGraph/bin/SpringGraph.swcto the directory named simple.The package provides five examples for testing SpringGraph. going into simple SpringGraphDemo. using command to compile the mxml file, like:
mxmlc -library-path+=../SpringGraph.swc SpringGraphDemo.mxmlthan using a flash player open SpringGraphDemo.swf. the interface should like this example.
-
liduan
Kap Lab is a partner of adobe working for flex application research. the home page of kap lab provides some good examples of data visualization.
-
liduan
public class SpringGraph is supported by flex sdk. it is using for creating 2D spring graph for data visualization. a personal blog provides some examples for class SrpingGraph and its’ subClass Roamer.
-
liduan
-
liduan
Core Spring – Dublin: 20-23 January 2009Tuesday, January 20, 2009 9:00 am -
Friday, January 23, 2009 5:00 pm (GMT)New Horizons
Strand House
22-24 Strand Street Great
Dublin
Republic of IrelandCourse fee: €2750 $0Early bird fee: €2300 if registered by 11 January 2009 $0
-
liduan
Alternativa is a platform based on flash. It provide a good solution for multiuser browser projects. but it is not a opensources project. The whole platform includes three parts:
- 3D – Alternativa3D is a 3D actionscript engine.
- GUI – AlternativaGUI provides simple API for building windows based user interface.
- core – AlternativaCore is server system that provides support for online multiuser media service.
the development blog and documentation is avaliable. there are some good example demo in the blog.
-
liduan
Create A 3D Product Viewer in Flex 3, simplily tutorial 3D graph programming by flex.
-
liduan
tutorials for flex 3D programming, first one is Incrementally 3D rotating objects in Flex using the FxRotate3D in Flex, provide source code online view. second one is Transforming components in 3D with Flash 10/Flex 3.2, also provide code. last one is tutorial for Getting Started with Adobe Flex and Away3D
-
liduan
-
liduan
-
flex/actionscript 3 engine for 3D: 1. s ...
liduan
flex/actionscript 3 engine for 3D:
1. sandy 3d engine with examples
2. jp Sharikura 3D Library
3. Alternativa 3D API with a good example