there is provides other flex facebook application example and code, but it is desktop application.
Tagged: as3 RSS Toggle Comment Threads | Keyboard Shortcuts
-
liduan
-
liduan
non-official actionscript 3 facebook api can be download at google code. there is a HelloWorld example facebook example, but I can’t start it. And, there is a tutuorial for createing a facebook application by actionsctipt 3 api.
-
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.
-
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
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
-
liduan
flex/actionscript 3 engine for 3D: 1. s …
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
Tink 10:07 pm on January 26, 2009 Permalink
Just to add some clarification, Papervision3D is written in ActionScript 3.0, which the Flex framework is also written in.
You may also be interested in Efflex
liduan 10:28 am on January 28, 2009 Permalink
thanks