Showing posts with label plugin. Show all posts
Showing posts with label plugin. Show all posts

18 March 2007

FLASH and JSON

JSON and Flash (ActionScript 2.0)

What is JSON ?

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. ActionScript also follows the same standard, like ECMA 262. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.

JSON Connector :
The JSONConnector component provides your application with access to any external data source that returns or receives JSON objects through HTTP. The easiest way to connect with an external JSON data source and use the returned object your application is to specify a schema, the structure of the JSON object that identifies the data in the object to which you can bind. The component can also be used directly with ActionScript as the JSONConnector creates an ActionScript Object (or Array depending on the source object) in the results property.

The JSONConnector only works with objects that strictly match the JSON syntax (RFC 4627) which is explained at JSON.org.

For more information http://flash-toys.110mb.com/json/JSONConnector_help.php

Using JSON Connector.
There are may ways to use JSON connector.
You can download JSOn connector JSON Connector
its free.

28 October 2006

Flash Switcher extension for Firefox

What is this extension?
This extension comes with all the currently published flash player plugins (from the version 2 to the most recent 9,0,16) and allows you to easily switch from one plugin to another, or also to remove the currently installed plugin (maybe for testing the express install).

Where I can find it?
Once installed you will find the "flash switcher" icon in the Firefox statusbar at right. Click on it and a list of available options will appear.


Install flash_switcher.xpi here (currently Windows only)