Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 20

Flex is a highly productive, open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and operating systems.

4.19048
   
  0 reviews  |  60 users  |  2,038,073 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

Apache Flex™ is a highly productive, open source application framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops and devices (including smartphones, tablets and tv). It provides a modern, standards-based language and ... [More] programming model that supports common design patterns suitable for developers from many backgrounds. Flex applications can be deployed to the ubiquitous Adobe® Flash® Player in the browser, Adobe® AIR™ on desktop and mobile or to native Android™, IOS™, QNX®, Windows® or Mac® application. [Less]

0
 
  0 reviews  |  5 users  |  3,415,415 lines of code  |  20 current contributors  |  Analyzed 7 days ago
 
 

Tweener (caurina.transitions.Tweener) is a Class used to create tweenings and other transitions via ActionScript code for projects built on the Flash platform. It's released and maintained for these versions: ActionScript 2.0, for Flash 7+ and Flash Lite 2.0+ ActionScript 2.0, for Flash 8+ ... [More] ActionSctipt 3.0, for Flash 9+ Ported/inspired versions for other languages are also available: haXe version (ported by Baluta Cristian) JavaScript version (ported by Yuichi Tateno) JavaScript version (ported by Michael MacMillan) vvvv version using nodes vvvv version using a native C# dll (faster) (ported by by Rene Westhof) Python version (ported by Benjamin Harling) C++ version (ported by Wesley Marques) In layman's terms, Tweener helps you move things around on the screen using only code, instead of the timeline. The general idea of a tweening Class is that dynamic animation and transitions (created by code) are easier to maintain and control, and more stable than animation based on the regular Flash timeline, since you can control it by time rather than by frames. Aimed both for designers and advanced developers, the Tweener syntax is created with simplicity of use in mind, while still allowing access to more advanced features. Because of this, it follows a 'one-line' design mentality when creating new tweenings, with no instancing required (as it's a static Class) and a set of optional parameters. Also, there are no initialization methods required by Tweener, other than the mandatory 'import' command. Its fluid syntax allows it to be used to tween any numeric property of any object of any class, so it is not tied to specific properties of built-in Classes such as MovieClips or TextFields. This flexibility grants a wider control on how transitions are performed, and makes creating complex sequential transitions on any kind of object easier. Small file overhead is also one of the main goals of Tweener - once included on SWF movies, Tweener currently takes 8.8kb (AS2 FL2), 9.2kb (AS2) or 10.4kb (AS3) of the total compiled file size. It can be compiled with the Flash IDE, MTASC, or Flex SDK (even with strict rules on), with no errors or warnings thrown during compilation. Tweener is also the spiritual successor to MC Tween. However, it follows ActionScript's more strict OOP rules, and gets rid of the fixed parameter order syntax imposed by MC Tween. As a result, code written with Tweener is a lot more readable even for developers not versed on the Class. Development wise, modularity is one of the main aspects of Tweener. The code is built in a way that new features such as transitions and special tweenings can be added (or removed) easily: for example, properties that are only acessible through methods and functions can be tweened by creating and registering new special properties. Expanding the feature set of the original Class can be done on a per-project basis, with no change to the original files. From this page, you can download the latest stable (heavily tested) version of Tweener, check out a few examples with source, or read the documentation. There's also a mailing list for Tweener discussion. If you prefer, you can also get the very latest versions from Subversion, before they're considered stable and featured on the download list (the changelog is available here). The repository can also be viewed with a web browser. [Less]

5.0
 
  0 reviews  |  5 users  |  11,304 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Prana is an Inversion of Control (IoC) Container for ActionScript 3.0, and more specifically the Flex framework. It enables you to configure objects and components in a non-intrusive way by describing them in an external xml document and having them loaded at runtime. At its core is a Spring-ish ... [More] application context and IoC container. The xml dialect for the application context is aimed to be Spring compliant. Further, the framework also contains utility classes for configuring and extending Cairngorm and PureMVC applications, a Reflection API and general utilities. In the future we’ll be looking into adding AOP support and Mock objects for FlexUnit, and we’re always open for suggestions. [Less]

5.0
 
  0 reviews  |  3 users  |  175,377 lines of code  |  0 current contributors  |  Analyzed about 21 hours ago
 
 

A collection of maven plugins to allow maven to compile, optimize, and test Flex SWF, Flex SWC, Air SWF, Air SWC and Air package. The main goal is to provide full support to all mxmlc/compc options.

0
 
  0 reviews  |  3 users  |  50,702 lines of code  |  1 current contributor  |  Analyzed about 2 years ago
 
 

The FlexLib project is a community effort to create open source user interface components for Adobe Flex 2, 3 and 4. Current components: AdvancedForm, Base64Image, EnhancedButtonSkin, CanvasButton, ConvertibleTreeList, Draggable Slider, Fire, Highlighter, HorizontalAxisDataSelector IconLoader ... [More] , ImageMap, PromptingTextArea, PromptingTextInput, Scrollable Menu Controls, SuperTabNavigator, Alternative Scrolling Canvases, Horizontal Accordion, TreeGrid, FlowBox, Docking ToolBar, Flex Scheduling Framework See the Full Component List. Browse the documentation, download the source code, or learn How to Contribute to the project. [Less]

5.0
 
  0 reviews  |  2 users  |  29,792 lines of code  |  1 current contributor  |  Analyzed 7 days ago
 
 

The Go ActionScript Animation Platform is a lightweight, portable set of generic base classes for buliding your own AS3 animation tools. Go provides structure and core functionality, but leaves the specifics to you. This Googlecode page is used for the SVN repository and to host files. For docs ... [More] & more about Go, please visit goasap.org. The go package now includes the open source TweenBencher utility plus tests & tutorials packages. For Video Tutorial source please visit the Go Playground. Following the build? Be sure to click on source > changes to see what's new. Talk to you on the Go List! [Less]

5.0
 
  0 reviews  |  1 user  |  4,395 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

fxSpy 1.3 has been released. This is a minor update that let you inspect pop-up windows (displayed using PopUpManager). Kind of what Firebug does for HTML/Ajax applications but for Flex 2.0/3.0 applications. Check it out live at: ... [More] http://www.mieuxcoder.com/data/2007/12/FlexSpy-1.2/dashboard.html (in the application, click the flexSpy button on the top-right corner) fxSpy allow you to inspect and dynamically change most properties and styles of the visual components in your Flex application. You can - for example - try out a specific width or a background color for your component before changing it in your code. To install it in your application, follow the InstallationInstructions. [Less]

5.0
 
  0 reviews  |  1 user  |  4,392 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 
Compare

Flex Compiler SHell integration with Apache AntCurrent version 1.0.133 Post your feature requests hereHow it worksDownload and install FCSHServer. Set environment variable FCSHServer={application directory, e.g. C:\Program File\Fcsh Server\}. Edit server.ini file: setup Flex SDK location (e.g. ... [More] sdk=C:\Flex_sdk_3.0) or modify Flex Compiler SHell vmoptions Application directory contains fcsh.jar file. So example ant build.xml is: fcsh has optional attribute consoleencoding (useful when error message text is not in English), default value is "cp866" for Cyrillic. Supported enodings. Ant tries to connect to the FCSHServer (localhost:40000), on fail it tries to launch FCSHserver again, if connection fails after 5 retries BuildException is thrown. All subsequent builds will reuse compiler cache. c:\work\google.code\fcsh.ant\test>ant Buildfile: build.xml build: [fcsh] Server is not responding. Probably it is stopped. Trying to launch... [fcsh] Server started [fcsh] Trying to connect... Attempt 0 of 5 [fcsh] Server is up! [fcsh] Command: mxmlc -locale en_US -output=C:\realworld.swf -load-config+=C:\work\realworld\FLX\src\flex-config.xml [fcsh] fcsh: Assigned 1 as the compile target id [fcsh] Loading configuration file C:\work\3.3\frameworks\flex-config.xml [fcsh] Loading configuration file C:\work\realworld\FLX\src\flex-config.xml [fcsh] C:\realworld.swf (1072748 bytes) [fcsh] (fcsh) [fcsh] Awesome! BUILD SUCCESSFUL Total time: 8 seconds c:\work\google.code\fcsh.ant\test>ant Buildfile: build.xml build: [fcsh] Command: mxmlc -locale en_US -output=C:\realworld.swf -load-config+=C:\work\realworld\FLX\src\flex-config.xml [fcsh] Loading configuration file C:\work\3.3\frameworks\flex-config.xml [fcsh] Loading configuration file C:\work\realworld\FLX\src\flex-config.xml [fcsh] Nothing has changed since the last compile. Skip... [fcsh] C:\realworld.swf (1072743 bytes) [fcsh] (fcsh) [fcsh] Awesome! BUILD SUCCESSFUL Total time: 1 second c:\work\google.code\fcsh.ant\test>FCSHServer adds tray icon, right click to see menu: About, shows status, version info Compiler cache, displays window where you can clean targets or recompile them manually View log, shows log file Exit, stops server [Less]

0
 
  0 reviews  |  1 user  |  60,030 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

Flex to Hibernate adapter using BlazeDS. Allows Flex developers to communicate directly with Hibernate without the need for any commercial product.

0
 
  0 reviews  |  1 user  |  120,696 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.