Posts filed under 'Flash'

Brush stroke in Flash

This is a very cool set of classes which allows to draw in Flash with a brush.

http://en.nicoptere.net/?p=476

Add comment September 16th, 2009

Processing for JavaScript

http://processingjs.org/ “is an open programming language for people who want to program images, animation, and interactions for the web without using Flash or Java applets. Processing.js uses Javascript to draw shapes and manipulate images on the HTML5 Canvas element. The code is light-weight, simple to learn and makes an ideal tool for visualizing data, creating user-interfaces and developing web-based games.”

Add comment August 12th, 2009

Flex 3 mxmlc compiler options

here is a list of all the mxmlc compiler options. This is a very handy list for when you start building ant tasks to compile your project and module.
http://www.docsultant.com/site2/articles/flex_cmd.html#mxmlc_3_opt

Add comment July 27th, 2009

Flash crossdomain.xml file

here is a page on the Adobe site which demystify everything about the cross doamain xml file settings.
http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html
updated 25/10/09:http://www.adobe.com/devnet/flashplayer/articles/fplayer9_security.html
This file sits on the server where the data is being pulled from.

here is an example which will let everything through:

< ?xml version="1.0"?>
< !DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
< cross-domain-policy>

< site-control permitted-cross-domain-policies="all"/>
< allow-access-from domain="*" secure="false"/>
< allow-http-request-headers-from domain="*" headers="*" secure="false"/>

< /cross-domain-policy>

Add comment June 12th, 2009

PixelPerfect Firefox addon

PixelPerfect (https://addons.mozilla.org/en-US/firefox/addon/7943) is a very useful add-on for Firefox. It allows you to overlay a design contains in a JPG on the top of a HTML page or even a Flash object. This is a tool all developer should endorse.

Add comment April 29th, 2009

Augmented Reality in Flash

Here is the main library developed by Saqoosha
http://www.libspark.org/wiki/saqoosha/FLARToolKit/en

This is the where you can make your own markers
http://saqoosha.net/2008/06/05/676/
Tutorials
http://translate.google.co.uk/translate?u=http%3A%2F%2Fsaqoosha.net
%2Fflartoolkit%2Fstart-up-guide%2F&sl=ja&tl=en&hl=en&ie=UTF-8

Google group
http://groups.google.com/group/flartoolkit-userz?pli=1

Other related posts
http://www.mikkoh.com/blog/?p=182

http://translate.google.co.uk/translate?u=http%3A%2F%2Fsaqoosha.ne
t%2Fcategory%2Fflash%2Fflartoolkit%2F&sl=ja&tl=en&hl=en&ie=UTF-8

http://words.transmote.com/wp/20090309/flarmanager-v01/ (FP10)

http://words.transmote.com/wp/  (FP10)

Add comment March 15th, 2009

Local Connection Service by Blitz

BLITZ has just released a new open-source project called LocalConnectionService which effectively eliminates common issues encountered when using LocalConnection for Flash Player runtime collaboration.

  • Dramatically reduces code and time required for runtime collaboration.
  • Enables unlimited two-way communication between any two Flash files running on the same computer.
  • Enables new functionality for the Flash platform; from Flash pop-up panels in a browser to website companion desktop applications.

http://code.google.com/p/flashlcs/

Add comment March 10th, 2009

AS3 3D object modifier

AS3Dmod is a library of modifiers for 3d objects. A modifier is an function used to modify a 3d object. Currently AS3Dmod contains 7 modifiers:

  1. Bend - bends on object along an axis
  2. Noise - deforms an object in a random manner
  3. Skew - skews an object along one or more axes
  4. Taper - http://www.kxcad.net/autodesk/3ds_max/Autodesk_3ds_Max_9_Reference/taper_modifier.html
  5. Bloat - Bloats the mesh by forcing vertices out of specified sphere
  6. Perlin - Generates a perlin noise bitmap and displaces vertices based on the color value of each pixel of the noise map
  7. Twist - twists the mesh around it’s center point


http://code.google.com/p/as3dmod/

Add comment February 25th, 2009

AS3 Isometric library

This library will help developing isometric games
http://code.google.com/p/as3isolib/

Add comment October 14th, 2008

ActionScript 3 Layout Manager

Here is a really cool liquid layout manager.

http://www.soundstep.com/blog/downloads/baseui/

Add comment August 4th, 2008

Next Posts Previous Posts


Calendar

July 2010
M T W T F S S
« Jun    
 1234
567891011
12131415161718
19202122232425
262728293031  

Posts by Month

Posts by Category