Articles tagged with "flash"

SwfUpload and Multipurpose Uploader

By James Revillini
SWFUpload is "a small javascript/flash library to get the best of both worlds - The great upload capability of flash and the accessibility and ease of html/css." The SwfUploadComponent is a piece of code that you can drop into your components directory and immediately integrate with your controllers to handle uploads from SWFUpload or even from a generic HTML form.
[Read more]

CakeSWXPHP

By Wouter Verweirder
SWX is the native data format for Flash. It uses SWF files to store and exchange data. It is also an implementation of an RPC gateway (currently in PHP), tools (a data analyzer/debugger and a service explorer), various APIs (Flickr, Twitter, etc.), and an ActionScript library that make creating data driven Flash and Flash Lite applications a piece of cake.
[Read more]

Multiple flashes with different classes

By Danny Ferguson
There were a couple of things I didn't like about using $this->Session->setFlash(), so I wrote my own method for saving flashes and helper for displaying them.
[Read more]

Open Flash Chart Helper: draw charts the Cake way

By Joaquin Windmuller
Open Flash Chart (http://teethgrinder.co.uk/open-flash-chart/) is a nice solution to drawing charts from data on your applications. This helper makes using Open Flash Chart with CakePHP simple.
[Read more]

FlashHelper - a wrapper for the SwfObject js class

By Alexander Morland
After having had small issues every time I try to embed flash in my apps, and always resorting to using the javascript SwfObject, I decided it was time to just make a wrapper helper for this helpful vendor. So, if you need a fast, easy and reliable way of adding flash to your projects, look now further, the FlashHelper is here to help.
[Read more]

FlashChartHelper - version 3

By Alexander Morland
The magic continues with this helper that lets you embed graphs and pie charts with just a few easy lines of code! This helper lets you take advantage of the awesome Open Flash Chart project by acting as a wrapper and let you plug cake directly into this great vendor.
[Read more]