6 projects tagged "Flash"
PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Adobe Flash Player. It includes integration with Python Web frameworks like Django, Pylons, Twisted, SQLAlchemy, and more. The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP.
noVNC is a VNC client implemented using HTML5 technologies, specifically Canvas and WebSockets. It supports "wss://" encryption (SSL/TLS). For browsers that do not have native WebSockets support, the project includes web-socket-js, a WebSockets emulator using Adobe Flash. In addition, as3crypto has been added to web-socket-js to implement WebSocket SSL/TLS encryption, i.e. the "wss://" URI scheme.
OOOGUI is a dynamic CMS that lets you define your data structure (objects, relations between objects, queries on objects), and lets you create public and private HTML pages to view and modify your content. All of this is done through a WYSIWYG interface. OOOGUI is multilingual, manages role based permissions, and generates PHP and Smarty code that you can customize for your needs. Other features include an easy installation wizard, rich HTML and PHP editors, automatic resampling of uploaded images, automatic flv conversion of uploaded videos, automated site replication, caching of all queries, caching of all resized images, multiple sites with one backend, and creation of pages and navigation through drag and drop. The data model can be modified at production time, and all frontend pages can be regenerated with one click. The frontend pages have inline content administration.
FCookie is a JavaScript object that can store and retrieve values in Flash cookies. It can generate HTML elements to embed invisible Flash objects to store, retrieve, and delete values in cookies managed by Flash objects. The Flash object is provided either as compiled SWF or ActionScript source code. The cookies domain to access can be configured.