RE: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread zwetan
://www.burrrn.com/projects/core2.html http://www.burrrn.com/documentation/core2/files/buRRRn/core2/Array-es.html#A rray.toSource http://live.burrrn.com/browser/ECMA-262/core2/branches/core2_v1.0.x/src/buRR Rn/core2/Array.es#L710 HTH zwetan

RE: [Flashcoders] Q:Tracing out objects in an array

2006-01-19 Thread zwetan
walk.the ___walk.the.path walk.the.path.of walk.the.path.of.the _walk.the.path.of.the.object Do you understand *now* the difference between a library and a single function ? zwetan

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
with a HTTP sniffer but the solution 1) well.. almost unbeatable zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
by merely parsing it. Web clients need to actually execute it, and Wget can't do that since it's not a GUI browser. Obfuscation is the only way to protect your code, and even then I wouldn't consider it 'almost unbeatable'. I still think obfuscation is not the only way... zwetan

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
with tricks any tricks are good, even the dumb one as renaming extensions *.swf to *.gif and honestly I was just mentioning another trick, no more zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
. ( and yes I know MD5 is broken, and few others too, cf http://www.schneier.com/blog/archives/2005/02/cryptanalysis_o.html ) zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Obfuscation

2006-01-16 Thread zwetan
/Publications/CollbergThomborson Low98a/ Manufacturing Cheap, Resilient, and Stealthy Opaque Constructs zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Job Opportunity in Madrid (Spain)

2006-01-13 Thread zwetan
to 24.000 euros yearly, this can vary based on candidate skills. Immediate incorporation. Resistance is futile :D zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] Re: Duplicating an object without pointing to originalone

2006-01-12 Thread zwetan
nothing to do with how the copy method is implemented in core2 | http://www.burrrn.com/projects/core2.html in core2, polymorphism is used the 2 function you talk about are put-all-in-one-function and not polymorphic at all zwetan ___ Flashcoders

RE: [Flashcoders] Duplicating an object without pointing to original one

2006-01-10 Thread zwetan
://www.burrrn.com/projects/core2.html your small exemple will turn like that: var h = { a:true }; var g = h.copy(); trace( h.a ); //true g.a = false; trace( h.a ); //true zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] Independent Date sorting algorithm

2006-01-10 Thread zwetan
if( a == b ) { return 0 } return -1; } list.sort( sortDateArray2 ); trace( list.join( \n ) ); Fri Feb 1 00:00:00 UTC+0100 1901 Wed Feb 5 00:00:00 UTC+0100 2003 Tue Apr 5 00:00:00 UTC+0200 2005 Wed Jan 11 03:07:31 UTC+0100 2006 zwetan

RE: [Flashcoders] universal toString() function

2005-12-11 Thread zwetan
://www.buRRRn.com/projects/core2.html seeing your notation you look for something working with AS2 core2 for AS2 is released Monday so not that much time to wait :) zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http

RE: [Flashcoders] FP6 can't tell between undefined null?

2005-11-25 Thread zwetan
eguality trace( foobar() === undefined ); trace( foobar() === null ); zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Singleton in AS3

2005-11-14 Thread zwetan
. zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Singleton in AS3

2005-11-14 Thread zwetan
They do. With internal access modifier you're still able to create an instance of class directly. Not outside of the package, or if you have a code exemple That show that behaviour I would be interested to see it. zwetan ___ Flashcoders mailing

RE: [Flashcoders] Re: Newbie AS3 question

2005-10-29 Thread zwetan
in a dynamic class, you must use this to invoke the function in the proper scope zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] flash linux

2005-10-21 Thread zwetan
for them to help you solve those crash zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] using prototypes -bad or good?

2005-10-21 Thread zwetan
Prototype-base object-based languages Read it yourself and make your own opinion zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] Learn AS2 or AS3?

2005-10-21 Thread zwetan
/Flex:Release_Notes take prog_actionscript3.pdf read it, and compare to how things are done in AS2 zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

RE: [Flashcoders] flash linux

2005-10-20 Thread zwetan
or well defined steps to reproduce the bugs AND the machine/os/system configuration where those crashing occurs This crashing will never be solved Dev can not solve bugs they can not tests and/or reproduce That's all, not even need to complain or rant zwetan

RE: [Flashcoders] Is there a Flashcoders newsgroup?

2005-10-19 Thread zwetan
to access very old archives of the list, but for daily use it's like any regular newsgroup zwetan ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders