RE: [Flashcoders] Flash chat and Smiley

2007-02-24 Thread Amandeep Singh
Hi Johann, I tried this thing, but it gives weird results. Thanks for reply. Regards, Amandeep Singh, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of johann martinache Sent: Friday, February 23, 2007 6:46 PM To: flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] flv question

2007-02-24 Thread nelson ramirez
get gmail. makes it easier to manage mail lists On 2/23/07, Muzak [EMAIL PROTECTED] wrote: Maybe learning how to configure your mail client is not a bad idea ;) - Original Message - From: Stephen Smith [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com; [EMAIL PROTECTED];

Re: [Flashcoders] Problem when loading swf a second time

2007-02-24 Thread Hans Wichman
Hi, can you check if these singletons are in the correct state? For example, although not entirely how they were meant to be, but if you add a MySingleton.reset() method, which causes the first getInstance() to return a NEW instance (so reset clears the static _instance), is the problem solved?

RE: [Flashcoders] This is really really really annoying

2007-02-24 Thread Cor
yeah, me too :( - Original Message - From: Dan Styles [EMAIL PROTECTED] To: Flashcoders@chattyfig.figleaf.com Sent: Friday, February 23, 2007 3:33 PM Subject: [Flashcoders] This is really really really annoying I've reset the password, i've logged in and changed my options to reflect

[Flashcoders] Switch back

2007-02-24 Thread Paul Chang
Somehow I was switched to receiving individual messages rather than in a group. How do I switch back? Thanks, Paul -- Paul Chang, Ph.D. PCD. 2412 Harrison Street, #103 San Francisco, CA 94110 415-550-7230 415-358-5614 (Fax) [EMAIL PROTECTED] ___

Re: [Flashcoders] [AS3] Timers behaving erratically

2007-02-24 Thread badi malik
i've had this happen many times and even posted to the list about iti use the debugger that comes with the flash ide alot and only then can i see what's happening...if you look at the instances using the debugger you can see that the instances haven't cleared their values. what i've done in

[Flashcoders] Flash Developers

2007-02-24 Thread John Geiger
Hi, We are looking for a few contract and one full time Flash Application Developers. AS2-3, Component Development, XML, OOP, Patterns, etc. We have a number of large scale Flash applications in development right now and need additional resources to help with the programming and design

Re: [Flashcoders] Do You Need to Clear Intervals in this Case?

2007-02-24 Thread T. Michael Keesey
Yes yes yes yes yes. Runaway intervals are no fun. You can make it part of the onUnload() function and then it should automatically be called ( I think -- you should probably double check). On 2/23/07, ChrisRM [EMAIL PROTECTED] wrote: I have an AS class that accepts a movieclip in the

[Flashcoders] Admin - how to unsub???

2007-02-24 Thread Jan Fex
It seems like the unscribe confirmation message dont work neither. Or does it? Did anyone successfully unsub the list since the server crash? If not, could admin please post instructions how to unsub the list?!?! Dave Watts wrote: It appears that you can now get password reminders and set

[Flashcoders] Test

2007-02-24 Thread Steve Drucker
Test ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training

RE: [Flashcoders] This is really really really annoying

2007-02-24 Thread Ville Walveranta
I think it takes up to a day to switch from the standard (post-by-post) to the digest mode. Ville ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Problem when loading swf a second time

2007-02-24 Thread Jay Bibby
Thanks for the replies. I figured out the problem, it was from overriding the MovieClip prototype from within a loaded clip, and then reloading the clip a second time. Here's a blog post that discusses the issue of using hitTest in loaded swfs ( i.e., x,y coordinates must be in global not local

[Flashcoders] test

2007-02-24 Thread Dave Watts
test ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training

RE: [Flashcoders] test

2007-02-24 Thread Dave Watts
test Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/

[Flashcoders] Remoting - url encoded text

2007-02-24 Thread Dave Mennenoh
I am using remoting with AMFPHP for a project and, for the most part, it's going great. However, I have one little issue and I'm not quite sure of the best way to solve it. I have a MySQL table I select a bunch of fields from and return the result to Flash - which it is then used as the

Re: [Flashcoders] Remoting - url encoded text

2007-02-24 Thread Sagar Kulkarni
I think you can try this option. sample says you are getting result in result_lv and onData you can decode it. src is decode output result_lv.onData = function(src:String) { trace( + this.httpStatusType + : + this.httpStatus); if(src != undefined) { this.decode(src); this.loaded =