» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with SWF + Ajax

SWFAddress

SWFAddress is a small, but powerful library that provides deep linking for Flash and Ajax. It's a developer tool, allowing creation of unique virtual URLs that can point to a website section or an application state

opensource: del.icio.us tag/opensource

flensed :: flXHR Project

Cross-domain AJAX through Flash. Can be used with any major Javascript framework.

opensource: del.icio.us tag/opensource

MooTools What's New in 1.2: Swiff

<sep/>earlier version of Swiff has been packaged with Harald's FancyUpload, it's officially new the MooTools 1.2 distribution. Swiff allows for communication between Flash movie (.swf) files and the page<sep/>

mootools: del.icio.us/tag/mootools

digitarald " FancyUpload

Upload com SWF e Javascript. Usando Ajax e Mootools.

mootools: del.icio.us/tag/mootools

XML/SWF Charts > Tutorial > Chart_Source

create one central script to generate the data for multiple or all charts. Pa

XML: del.icio.us/tag/xml

digitarald » FancyUpload

The release of the long awaited MooTools upload widget thats allows queued multiple-file upload including progress bars.

mootools: del.icio.us/tag/mootools

Flash upload

use flash to upload multiple files to your site

opensource: del.icio.us tag/opensource

swfjax

This project is no longer active. However if there are any mirrors for this project or signs where activity is ongoing, please add them to this page. Otherwise the page may be erased.

SwfJax is a Flash based approach to Ajax applications. It uses a lightweight SWF (Adobe’s Small Web Format) engine to get XML data from the server and xPath (XML Path Language) to address a part of data it has retrieved. Data can be returned to Javascript as an Array.

SwfJax is bundled with the latest version of Adobe’s “Flash / JavaScript Integration Kit”, or is available as a seperate component.

Update

As of 2007 SwfJax is no longer supported by the developers.

Criticism

Some people claim that using Flash to return XML to Javascript is overlooking the utility of the XMLHttpRequest functionality that is built-in to modern browsers. Additionally, the speed of passing from Flash to Javascript can be slow.

However one difference between these approaches may be that a Flash library using xPath may be closer to pure XML, if that is desired over more common Ajax data formats such as JSON or plain text.

One further criticism is that Flash is not supported by all web users, and thus any application that depends on SwfJax must neglect some portion of web users who do not have Flash.