Archive for the 'Tools' Category

Image processing in Flash

Thursday, March 1st, 2007 by Patrick Juchli

Curves in Imageprocessing Library

Meet the Imageprocessing Library for Flash. It lets you manipulate images and synthesize textures in ActionScript3, most of it works in realtime and there are just too many filters to mention. Different kinds of blurs, bump mapping, encoding JPEG and PNG, curves as in Photoshop, etc. Truly a swiss army knife for your bitmap needs.

Check out the complete reference here and then procede to download!

Flash: Flaxus

Thursday, February 15th, 2007 by Luis

Flaxus is a software developed by i2off.org and r3nder.net under the TOPLAP manifesto, to perform visual performance in real time.

The graphic piece is generated by code at the same moment of its execution, thus, the artistic experience comes closer to a performance event such as music or dancing.

flaxus

Read more here.

See online demo here.

Flash & Eclipse: FDT release candidate 1.1

Tuesday, April 25th, 2006 by Thomas

Powerflasher have published their release candidate for FDT v1.1.

The most visible changes are:

  • Placing the mouse cursor on a variable or type/class name highlights all occurences of it in the current class (Editor “Mark Occurences”)
  • Better code-folding
  • More detailed settings in Window-Preferences regarding encoding, folding
  • Jumping to methods and classes via CTRL + click on the class-name/type
  • First steps towards refactoring. If you rename a class or move it to another folder within the Flash Explorer it’ll replace the according names within the class file. It doesn’t change the imports of the project though… see FDT 2.0 announcement below

Here’s the list of all changes.

To install you need to got through the usual installation steps again, using a different URL. Note that this is a Test version. I’ve been using it since a week and so far haven’t encountered any problems.

Here are the installation instructions taken from their site with the test URL:

  1. Open Eclipse.
  2. Choose “Help”->”Software Updates”->”Find and install…”.
  3. Select “Search for new features to install” and choose “Next”.
  4. Choose “New Remote Site”.
  5. Insert “FDT” as name and the URL “http://fdt.powerflasher.com/updateTest”.
  6. Confirm with “OK”.
  7. Mark “FDT” and choose “Finish”.

Another exciting news is that they are working on their next major release FDT 2.0 with proper refactoring! Apparently the upgrade prize will be reasonable:

There will be no detriment for all existing FDT-owners with the upgradeprice, so there is no need to wait with licensing.

Flash: Eclipse and FDT

Friday, April 7th, 2006 by Luis

It took me a few months to start using FDT and Eclipse in my projects only becuase evrytime I wanted to start using it I was very busy doing other stuff.

Well, last week finally I was introduced to FDT by my friend Thomas and I must admit that FDT is becoming the most indispensable tool in my working life improving workflow and productivity.

Some FDT references:

FLV and Wordpress

Wednesday, April 5th, 2006 by Luis

Wordpress plugin to simplify the process of inserting flash video inside a Wordpress post or page. The plugin is build around Jeroen Wijerings FLV Player

If you want to insert mp3 files inside a Wordpress post or page, you should take a look at WP-SingleMP3

Related entries:

Flash: FE labs

Tuesday, March 28th, 2006 by Luis

Robert Taylor, creator of FlashExtensions.com has set up a small Open Source library of resources regarding Flash and its capabilities such as Drag n’ Drop Selected Text , Detect Line Number and Position of TextField or a set of algorithms to display the right color of text for the right background.

Worth to take a look.

Flash: RTL (right-to-left)

Tuesday, September 6th, 2005 by Luis

Unfortunatelly Flash 8 doesn’t support bidirectional text, but there is a collection of free classes (Pedram Pourhossein And Farid Arzpeyma), that will bring RTL method to macromedia flash. These Classes were made specifically for Persian language but apparently they can be used for all RTL languages (Arabic, Hebrew…).

Flash RTL Class.

Flash RTL via a simple hack? (non-rhetorical). G.Wigonik

Solution for RTL in Flash? hmm.. maybe, but not for me. oddhammer

Bidirectional algorithm.

Other RTL attemps (Hebrew MX). Quasimondo

Related Post:

Flash: Standalone Video Player

Thursday, August 25th, 2005 by Luis

Following up our post Flash and Video (April 27th), and since most common video players dont support FLV, I would like to add a few more links to some tools to watch FLV files on your desktop:

Realated entries:

Video Flash Game

Tuesday, July 12th, 2005 by Luis

Today we have released this small Video Flash game.

One of the keys, technically speaking has been the use of Captionate, a Windows application that embeds two data types into FLV files: Markers, for simple cue points with optional labels and Captions, for captioning / subtitling optionally with multi language tracks and speakers.

Red Bull Air Race Video Challenge

Flash And Charles: Web Debugging Proxy

Friday, June 17th, 2005 by Luis

A few months ago, Thomas introduced me to Charles, a fantastic shareware application especially useful for Macromedia Flash developers as you can view the contents of LoadVariables, LoadMovie and XML loads.

Flash: Tracer Tools

Wednesday, June 15th, 2005 by Luis

Here there is a list of some tools and articles to make your life easier as Flash developer: