When you want to clone an Actionscript Object you have three possible way: the deep-copy, shallow-copy or the lazy-copy. Deep-copy are the slower method but the most effective way, because the new object will lose any reference to the original object, so will not be any data shared between the objects. With shallow-copy results a situation in which some data is shared between the objects, the advantage is that their execution speed is fast
Posted by Liviu Stoica on October 27, 2007 4:45 PM
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'amf3'. [What is this?]
Other tags used on this blog: