<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8273651790686982301</id><updated>2012-02-13T02:20:21.786+01:00</updated><category term='Actionscript 3'/><category term='Ajax - Flash'/><category term='works'/><title type='text'>!=  Luca Mancuso</title><subtitle type='html'>Technologies, Flash, Flex, Apollo, Adobe</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>11</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-5330309334095379863</id><published>2008-05-14T15:20:00.006+02:00</published><updated>2008-05-14T18:01:58.046+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>AS3 XML E4X</title><summary type='text'>///XML EXAMPLEvar myXML:XML=&lt;books&gt;&lt;book cod="1" &gt;&lt;title&gt;ActionScript 3.0 Cookbook&lt;/title&gt;&lt;/book&gt;&lt;/books&gt;;trace("original xml: "+myXML);///NAVIGATE NODEtrace('title node : '+myXML.book.title);///READ ATTRIBUTEtrace('read cod attribute : '+myXML.book.@cod);///ADD CHILDNODEvar newNode:XML=&lt;book cod="2" &gt;&lt;title&gt;ActionScript 3.0 Bible&lt;/title&gt;&lt;/book&gt;;trace("add book node "+(myXML.book+=newNode));///</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/5330309334095379863/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=5330309334095379863' title='44 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/5330309334095379863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/5330309334095379863'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2008/05/as3-xml-e4x.html' title='AS3 XML E4X'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>44</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-7373906062275482778</id><published>2008-03-04T23:06:00.004+01:00</published><updated>2008-03-05T00:02:37.612+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>As3 WHere aRe FLASHVARS?!?!?!?!</title><summary type='text'>nevermind _level0[value] now flashvars are in parameters object in the istance of the main class of your SWF.I write a simple class that return flashvars &amp; swf querystring from valuesource</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/7373906062275482778/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=7373906062275482778' title='132 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/7373906062275482778'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/7373906062275482778'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2008/03/as3-where-are-flashvars.html' title='As3 WHere aRe FLASHVARS?!?!?!?!'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>132</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-6211201169469028557</id><published>2008-03-04T22:42:00.004+01:00</published><updated>2008-03-05T00:07:33.600+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>As3 Load XML file - custom event driven</title><summary type='text'>From my project base set.download sourceps: in the source i used classes from the package luca.baseSet.*, i usually consider them like "abstract" classes, i always extend them and using the subclasses</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/6211201169469028557/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=6211201169469028557' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/6211201169469028557'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/6211201169469028557'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2008/03/load-xml-file-custom-event-driven.html' title='As3 Load XML file - custom event driven'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-6105685165801530818</id><published>2006-09-11T21:51:00.000+02:00</published><updated>2006-09-11T21:53:17.280+02:00</updated><title type='text'>Second experiment with floodFill and tolerance (sssspeeddd)</title><summary type='text'>Second experiment with floodFill and toleranceimprove algorithm (sssspeeeeddddd)</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/6105685165801530818/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=6105685165801530818' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/6105685165801530818'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/6105685165801530818'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/09/second-experiment-with-floodfill-and.html' title='Second experiment with floodFill and tolerance (sssspeeddd)'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-22113809887454586</id><published>2006-09-11T20:28:00.001+02:00</published><updated>2006-09-11T20:28:45.248+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>New security model - Flash 9</title><summary type='text'>Flash 9 Player introduce a new security model, the basic concepts are:- Resources in the same security sandbox (local or network) can always access each other .- Resources in a remote sandbox can never access local resourcesNow the flash player checks for "exact domain" so:http://a.comhttp://www.a.comhttp://www.a.b.comhttps://www.a.comare different sandbox.You can bypass the sandbox using cross </summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/22113809887454586/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=22113809887454586' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/22113809887454586'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/22113809887454586'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/09/new-security-model-flash-9.html' title='New security model - Flash 9'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-2109739980385355379</id><published>2006-09-07T23:52:00.000+02:00</published><updated>2006-09-07T23:58:56.873+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='works'/><title type='text'>CreaAvatar - Make your Avatar with Flash</title><summary type='text'>After 2 months of work, finally is onlinecreaAvatarWith this application you can create your avatar and then generate the image file (jpeg).</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/2109739980385355379/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=2109739980385355379' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/2109739980385355379'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/2109739980385355379'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/09/creaavatar-make-your-avatar-with-flash.html' title='CreaAvatar - Make your Avatar with Flash'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-365738812347787217</id><published>2006-09-07T21:36:00.000+02:00</published><updated>2006-09-07T23:27:10.632+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>Flood Fill Tolerance AS3 - First Experiment</title><summary type='text'>First experiment with floodFill and tolerance</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/365738812347787217/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=365738812347787217' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/365738812347787217'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/365738812347787217'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/09/flood-fill-tolerance-as3.html' title='Flood Fill Tolerance AS3 - First Experiment'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-3887403542259750573</id><published>2006-09-07T20:03:00.000+02:00</published><updated>2006-09-07T21:29:42.537+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Ajax - Flash'/><title type='text'>Flash + Ajax Fjax</title><summary type='text'>Fjax puts a Flash engine to handle realtime XML/HTML content loading, instead using XMLHttpRequest.</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/3887403542259750573/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=3887403542259750573' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/3887403542259750573'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/3887403542259750573'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/09/flash-ajax-fjax.html' title='Flash + Ajax Fjax'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-7982684025363985811</id><published>2006-08-22T18:50:00.000+02:00</published><updated>2006-08-22T18:59:20.345+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>Upload File AS3 PHP</title><summary type='text'>Example for upload file with As3.Open a new document with Flash 9 and assign as document class [your package].ExampleCreate in your package the file Example.as and add this code:package com.duemas.leonardo{import flash.display.MovieClip;import flash.events.*;import com.duemas.leonardo.io.FileManager;public class Example extends MovieClip{public const IMPORT_IMAGE:String="importImage";private var </summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/7982684025363985811/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=7982684025363985811' title='29 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/7982684025363985811'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/7982684025363985811'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/08/upload-file-as3-php.html' title='Upload File AS3 PHP'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>29</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-912429528988789816</id><published>2006-08-22T16:26:00.000+02:00</published><updated>2006-08-22T17:32:00.264+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>Load and Display with as3</title><summary type='text'>Forget loadMovie, now for load image u use Loader classpackage{import flash.display.*;import flash.events.*;import flash.net.URLRequest;public class Example extends Sprite { function Example(){loadImage("bdog.jpg");} public function loadImage(u:String){     var _loader:Loader = new Loader();     _loader.contentLoaderInfo.addEventListener(Event.COMPLETE,onComplete);     var request:URLRequest = </summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/912429528988789816/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=912429528988789816' title='32 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/912429528988789816'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/912429528988789816'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/08/load-and-display-with-as3.html' title='Load and Display with as3'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>32</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8273651790686982301.post-6673305851365545009</id><published>2006-08-22T15:15:00.000+02:00</published><updated>2006-08-22T15:25:06.849+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Actionscript 3'/><title type='text'>How waste your time - Compiling AS3</title><summary type='text'>I waste a lot of time with a compiling error:Error #1046: Type was not found or was not a compile-time constant: DataManager.  private var dm:DataManager;With the new virtual machine u must declare public the class!!!public class DataManager extends UIObject</summary><link rel='replies' type='application/atom+xml' href='http://not-equal.blogspot.com/feeds/6673305851365545009/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8273651790686982301&amp;postID=6673305851365545009' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/6673305851365545009'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8273651790686982301/posts/default/6673305851365545009'/><link rel='alternate' type='text/html' href='http://not-equal.blogspot.com/2006/08/how-waste-your-time-compiling-as3.html' title='How waste your time - Compiling AS3'/><author><name>Luca Mancuso 2mas.it</name><uri>http://www.blogger.com/profile/16682188964358057623</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry></feed>
