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
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| Add comment

Passpack

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| Add comment

Developing iPhone apps with openFrameworks

http://www.memo.tv/openframeworks_on_iphone_sample_1

http://wiki.openframeworks.cc/index.php?title=OfxiPhone_comprehensive_guide

Posted in iphone | May 25th, 2009| Add comment

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.

Posted in Flash, HTML/CSS | April 29th, 2009| Add comment

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)

Posted in Flash, as3, 3d | March 15th, 2009| Add comment

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/

Posted in Flash | March 10th, 2009| Add comment

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/

Posted in Flash | February 25th, 2009| Add comment

Bug Labs

BUG is a collection of easy-to-use electronic modules that snap together to build any gadget you can imagine. Each BUGmodule represents a specific gadget function (ex: a camera, a keyboard, a video output, etc.). You decide which functions to include and BUG takes care of the rest, letting you try out different combinations quickly and easily. With BUG and the integrated programming environment/online community (BUGnet), anyone can build, program and share innovative devices and applications.
http://store.buglabs.net/

Posted in Techology | December 26th, 2008| Add comment

Fritzing

Fritzing is an open-source initiative to support designers and artists to take the step from physical prototyping to actual product.

http://www.fritzing.org/

Posted in Techology | December 21st, 2008| Add comment

Subversion With Mac OS X Tutorial

Here is a very useful tutorial about how to set-up and use subversion on the command line.

http://www.rubyrobot.org/tutorial/subversion-with-mac-os-x

http://www.tigris.org/nonav/scdocs/ddUsingSVN_command-line.html

Posted in tutorial, MAC OSX | December 11th, 2008| Add comment

Previous Posts


Search

Categories

Recent Entries

Links

Feeds