[Flashcoders] question SO class

2006-06-15 Thread Caruso Canepari
Hi. I made up this little class to manage Shared Objects. But there is something (or more than simply something) in AS I don't perfectly understand. The problem (I imagine there can be many more, but...) is that I can't add more than one data property. I post the code with some comment:

Re: [Flashcoders] question SO class

2006-06-16 Thread Caruso Canepari
Scott Hyndman [EMAIL PROTECTED] ha scritto: Just out of interest, what benefit exactly does this class provide? You seem to offer the same methods that the shared object does with different names (although the names are clearer, I'll give you that). Scott Hi Scott. By putting all the

Re: [Flashcoders] question SO class

2006-06-16 Thread Caruso Canepari
Michael Stuhr [EMAIL PROTECTED] wrote: never tried but you could also use: http://www.meychi.com/source/actionscript/classes/Cookie.as Hi, thanks for replying. Being desperately ignorant, I could be wrong but here meychi code: public function save(object):Void {

Re: [Flashcoders] question SO class

2006-06-17 Thread Caruso Canepari
John Grden [EMAIL PROTECTED] wrote: I use this SO class ;) . Hi, it's interesting but I wanted to use that class. The only thing I can't do now is to have a method getContent to trace the names of the properties. That is: if I use it this way ---getContent(A), I get A value, but I can't see

[Flashcoders] flex simple question call function

2006-09-18 Thread Caruso Canepari
Hi, a supid question. I'm trying to use Flex Builder. How can I call this function? I can't get it working. Thanks. mx:Script ![CDATA[ import flash.display.*; public function drawer():void{ var mySprite:Sprite = new Sprite();

RE: [Flashcoders] flex simple question call function

2006-09-18 Thread Caruso Canepari
Hi, I get this error: The prefix mx for element mx:Application is not bound. The code is this: ?xml version=1.0 encoding=utf-8? mx:Application creationComplete=drawer() mx:Script ![CDATA[ import flash.display.*; import flash.events.*; public function drawer():void{ var