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
Posted in Flash, flex, as3 | July 27th, 2009|
Interview of Aaron Koblin about his work on data visualisation.
Interview:
http://www.etapes.com/actus/video-interview-de-aaron-koblin
work:
http://www.aaronkoblin.com/
Posted in Off Topics, Techology, processing | July 16th, 2009|
Is this a new google analitics?
http://www.hitwise.co.uk/
Posted in Web | July 10th, 2009|
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>
Posted in Flash | June 12th, 2009|
Could Passpack (http://www.passpack.com/) be the solution of all these password I have to memorise for my different site logins?
It also bring social to the table so you can share passwords with other users.
Posted in Off Topics | May 25th, 2009|
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.
Posted in Flash, HTML/CSS | April 29th, 2009|
Next Posts
Previous Posts