for flash game developer, the pushbutton is a quite useful game engine. It is open source project host in google code. official web site support some game snapshot. for developing, it require java 1.6, flash player 9, AIR runtime and Flex SDK
Latest Updates: flash RSS
-
liduan
-
liduan
some sources about silverlight 3D programming:
Flash 10 vs Silverlight 3: Perspective 3D
Silverlight 3D demo
Silverlight 3 – Perspective 3d Transforms
Getting Silverlight to Go 3D
3D Textured Silverlight and Silverlight 3D Engine
Perspective 3D in Silverlight 3
Flash vs Silverlight: 3D Image Space
-
liduan
install red5 in the ubuntu:
install sun-java5-bin by apt-get
$sudo apt-get install sun-java5-bin
then download deb package in the red5 website. I used version 0.7.0(final). Try command:
$sudo dkpg -i red5_0.7.0_all.deb
$/etc/init.d/red5 startfinially: open your web browser, access web address http://localhost:5080
for configuration red5 server. you can find the conf file in the /usr/lib/red5/conf. and the service apps is in the /usr/lib/red5/webapps
-
liduan
facebook and adobe will partner to build a new development tools. it will have more helpful in the facebook application development. official adobe development website provides a overview for new flash facebook development platform(include video).
currently, adobe official facebook api client is version 3. it is avaliable at google code, include doc and example.
-
liduan
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.
-
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
-
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
google maps provide api for flash client. a tutorial for using google maps api by flex sdk. other one tutorial for installing and using google maps in 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 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
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
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
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
-
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 -
liduan