Projects tagged ‘flex’ and ‘python’


Jump to tag:

Projects tagged ‘flex’ and ‘python’

Filtered by Project Tags flex python

Refine results Project Tags flash (16) actionscript (11) django (8) java (7) amf (7) twisted (5) remoting (5) air (5) pyamf (5) javascript (4) as3 (4) rtmp (3)

[50 total ]

10 Users
   

PyAMF provides Action Message Format (AMF) support for Python.
Created over 2 years ago.

5 Users
 

RTMPy is a Twisted protocol implementing Adobe's Real Time Messaging Protocol, used for full-duplex real-time communication with applications running inside the Flash Player.
Created over 2 years ago.

1 Users

OpenZoom is an open source framework for bringing Multiscale Images and Zoomable User Interfaces (ZUIs) to the web.
Created about 1 year ago.

1 Users
 

Tape is a Flash media server for Python.
Created about 1 year ago.

1 Users
 

Pair is an Actionscript 3 implementation of the Python standard library.
Created over 2 years ago.

1 Users

Fast Flex Compiler, without the interactive (and blocking!) shell.Usage$ fcshd.py "mxmlc /path/to/foo.mxml -o /path/to/foo.swf" Loading configuration file [...] [...] /path/to/foo.swf (349854 bytes) ... [More] (fcsh) $ fcshd.py "mxmlc /path/to/foo.mxml -o /path/to/foo.swf" Loading configuration file [...] Nothing has changed since the last compile. Skip... /path/to/foo.swf (349854 bytes) (fcsh)Why?If you do flex development outside Flex Builder (very likely if you use Linux, as the official Flex Builder is quite buggy there), using the command line mxmlc is a painfully sloooooow. Fortunately, Adobe released a tool called the Flex Compiler Shell, abbreviated as fcsh, which speeds up the compilation time considerably. Unfortunately, fcsh doesn't work well when you want to integrate fcsh with the common build toolchains, where the compiler is expected to compile the source and exit (with at least a non-zero exit code if the compilation failed, of course). Here is a simple solution to the problem: "The Flex Compiler Shell Daemon", or fcshd for short. It basically wraps the fcsh in a daemonized process, and calls that server process when you invoke it from the command line. The daemon is automatically started the first time you use fcshd, of course. Bottom line: You get fast compilation and familiar interface, easy to integrate to build tools like rake, or text editor plugins such as Emacs/Flymake. InstallationJust copy fcshd.py into a directory which is in on your PATH [Less]
Created 12 months ago.

0 Users

馬場ランチプロジェクト(BaBa people only)
Created 9 months ago.

0 Users

Mate marote, el proyecto de entrenamiento cognitivo para verlo andando, visitar: http://mate_marote.woobiz.com.ar/ Para la version de 'debug', http://mate_marote.woobiz.com.ar/debug/ y para el ... [More] admin: http://mate_marote.woobiz.com.ar/admin/ user: matemarote pass: marotote [Less]
Created 12 months ago.

0 Users

DescriptionAmFast is a Flash remoting framework for Python. AmFast can use AMF to communicate between Python and Flash, Flex, and any other system that supports AMF. DemosLive Google App Engine chat ... [More] demo Contact manager demo Chat client and server demo Real-time messaging demo Server FeaturesSupport for NetConnection and RemoteObject RPC. Support for Producer/Consumer 'push' messaging with HTTP polling, HTTP long-polling, and real-time HTTP streaming channels. Support for authentication with NetConnection and RemoteObject. Built in Channels for CherryPy, Twisted Web, Google App Engine, Django, Tornado and plain WSGI. Support for configurable Endpoints. Use AmFast's built-in AMF encoder/decoder C-extension, or use an external AMF encoder/decoder, such as PyAmf for a pure-Python implementation. AMF Encoder/Decoder FeaturesAMF0/AMF3 encoder/decoder written in C as a Python extension for speed. Faster than PyAmf encoder/decoder. Map custom classes with ClassDef objects for complete control over serialization/de-serialization. Full support for IExternalizable objects. Data persistence with SqlAlchemy including remotely-loadable lazy-loaded attributes. Actionscript code generation from ClassDef objects. InstallationMost current version is: 0.4.1 Download the package distribution from PyPi Extract package and execute the following command from within the root distribution directory: # To install entire package: python setup.py install # Install without compiling encode/decode extensions. # # If you don't compile the encode/decode extensions, # you can use PyAmf for encoding/decoding. python setup.py --without-extensions installCompiling the encoder/decoder extensions for Windows DocumentationDocumentation DiscussAmFast Group AboutAbout the AmFast project [Less]
Created 8 months ago.

0 Users

A collection of small code sample projects, mostly developed in Flex/AS3 or Python
Created 2 months ago.