Tags : Browse Projects

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

Flex Formatter

Compare

  No analysis available

This tool is an Eclipse editor plugin to provide source code formatting for Adobe Flex code (i.e. Actionscript and MXML). I've provided a set of formatting options which hopefully covers the most popular coding conventions.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: No declared licenses

Kalim

Compare

  Analyzed 7 minutes ago

Search API for Arabic in ActionScript 3

549 lines of code

0 current contributors

over 10 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

deepsplink

  No analysis available

Deepsplink is an actionscript 3 application framework which provides out of the box deeplink support.

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: apache_2

xobj

Compare

  No analysis available

The xobj project provides an object reflector between various dynamic languages and XML. Currently, python and ActionScript 3 implementations are available. The source tree is available as a Mercurial repository at http://hg.rpath.com/xobj/ Motivationsxobj was motivated by a few specific goals: ... [More] Make the use of XML for object model interchange between client and server tiers less painful Allow your code to use real typed instances of classes rather than simple generic data structures Treat your code as the definition of schema rather than forcing an XMLSchema driven approach on your code. Read and write XML documents that will pass most XMLSchema structural validation requirements with relatively little effort on your part It is not required to provide an XML schema to use xobj. Custom objects may be used for parts or all of the document, whether or not an XML schema is provided. Schema validation is optional. If new elements show up, they will be preserved across read/write; schema additions will not normally require code changes. Implementation NotesDuring XML decoding, xobj preserves namespaces, element ordering and tracks attributes vs elements so that re-encoded object graphs can comply with most of the common XMLSchema validation requirements. This observed metadata is attached to your object graph rather than hidden out of view. For "whole cloth" generation of XML from object graphs that were not themselves decoded in the first place, you can provide the namespace, elements ordering and attribute metadata declaratively to facilitate XMLSchema conformance. During decoding, xobj uses both the runtime type information available from your classes as well as a typemap you specify to determine the target type for every decoded XML element. During encoding, xobj uses this same runtime information plus additional observed (or provided) metadata to inform the output XML. For ActionScript, xobj decodes XML documents directly into typed instance objects rather than generic Object or ObjectProxy wrappers. This avoids the double-handling of generic objects required by the default SimpleXMLDecoder provided by Adobe Flex. ExamplesFor example, using the ElementTree Python library, you might write something like this: imageItem = x for x in parent if x.tag='image' In this case, imageItem will always be a list, even if it is not defined in the XML schema to be a sequence. Using xobj, you could refer to the image element more directly: parent.image That will be either a single item or a list, depending on the context. Additionally, the image object will be of a class you specify. The unit test cases provide further examples of usage and intended semantics of the xobj methods. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: mit

EduTangram

Compare

  Analyzed 3 days ago

EduTangram is an application thought for children. Its task is to let children learn geometry while having fun. It is based on the old chinese game Tangram. It needs Adobe Air to be installed, get it at get.adobe.com/air/

1.58K lines of code

0 current contributors

about 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

Eclipse IDE for ActionScript3

Compare

  Analyzed 1 day ago

Eclipse plug-ins for editing, building, and debugging Action Script 3 code as an IDE. Based on the free Adobe Flex SDK 3, uses fcsh to do fast compilation and fdb to do debug. Provide syntax coloring, error/warning markers, code assistance, and more...

51.8K lines of code

0 current contributors

about 14 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: No declared licenses

foreman

Compare

  Analyzed about 24 hours ago

Foreman is a lightweight framework to manage various different UI layouts. Each layout organizer manages the positions of DisplayObjects much like Flex containers, but do so virtually. DisplayObjects can then belong to multiple organizers and switch from one layout to the next seamlessly.

164K lines of code

0 current contributors

16 days since last commit

0 users on Open Hub

High Activity
0.0
 
I Use This

tuskit

Compare

  Analyzed about 17 hours ago

Tusk•ItTuskit (pronounces as Tusk It) is an XP/Agile organizer. It allows to synchronize XP development with non-XP based issue trackers like Trac, Mantis or Bugzilla. At Milestone 0.5 the project started to host itself. Uses MySQL, REST/RubyOnRails, Flex Tuskit codebase moved to github: http://github.com/dimus/tuskit/tree/master

51.2K lines of code

0 current contributors

over 15 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

flex-iframe

Compare

  Analyzed about 4 hours ago

The IFrame component was developed originally by Christophe Conraets and then subsequently improved by Brian Deitte. This is my heavily modified version which has proved quite popular. The Flex IFrame component allows developers to embed an html page inside a Flex application. This ... [More] version: - inserts the javascript support code directly into the DOM for you. - Adds the required iframe element directly into the DOM for you. One for each instance of the control. - Detects when the component is not visible and switches off the html. The component is straightforward to use with a few very important caveats. IMPORTANT : Please read the FAQ before using. Failure to read the instructions will lead to a lot of grief. Versions Latest version 1.3.3. This is only for the FB3 version [Less]

10.5K lines of code

0 current contributors

almost 12 years since last commit

0 users on Open Hub

Inactive
5.0
 
I Use This

Flex-SDK-Arabic-Locales

Compare

  Analyzed 1 day ago

Arabic Locales Translation For Adobe Flex SDK

969 lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This