Re: [Flashcoders] amf-php

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 3:55 PM, Jorge Solis wrote: Check http://www.flash-db.com/Tutorials/helloAS3 Jorge - Original Message - From: Kerem İşeri [EMAIL PROTECTED] To: flashcoders@chattyfig.figleaf.com Sent: Friday, October 19, 2007 6:32 AM Subject: [Flashcoders]

Re: [Flashcoders] central up to date data

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 4:49 PM, David Ngo wrote: You may want to look into using a Singleton or static class, depending on how you have things implemented and what the desired functionality is. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Flashcoders] central up to date data

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 20, 2007, at 5:21 AM, Michael Ypes wrote: Great to have the list back, I was worried for a while that it was gone forever, phew In answer to your question: Create a singleton class which stores all data. I use this in applications to store data from xml

Re: [Flashcoders] digest

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 10:27 PM, Bryan Thompson wrote: Folks, before this list gets flooded (again) with remove/change requests, please remember that the owner of this list does not necessarily watch it for help requests. By sending these requests to the list, you are

Re: [Flashcoders] digest

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 20, 2007, at 2:53 AM, Luis Recchini wrote: same as sean On 10/19/07, Sean Suggs [EMAIL PROTECTED] wrote: Apparently some user preferences were jostled/reset by the move. Where can I change my subscription mode to UNSUBSCRIBE? s -Original Message- From:

Re: [Flashcoders] Digest.

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 7:50 PM, [EMAIL PROTECTED] wrote: In a message dated 10/19/2007 10:41:18 P.M. Eastern Daylight Time, [EMAIL PROTECTED] writes: I attempted to use the control panel provided in the re-instatement email for this as well, but I'm still receiving the

Re: [Flashcoders] flashcoders list page

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 10:29 PM, Rob Buse wrote: I've requested to be unsubscribed several times via: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders The confirmation e-mail never shows. Neither does the password reminder. -Rob

Re: [Flashcoders] good to everything back up running

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 9:02 AM, Dave Watts wrote: Can I please get set back to digest??? Thanks! I've reset your account to digest. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at

Re: [Flashcoders] good to everything back up running

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 7:05 PM, andrew hill wrote: what the fuck can you guys unsubscribe me as i am getting thousands of emails from you with all the conversationa of peopple do ple just remove me On 10/20/07, Richard Helgor [EMAIL PROTECTED] wrote: Unsubscribe and

Re: [Flashcoders] Non-latin glyphs for custom fonts not embedded in textFields

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 4:25 PM, Stephen Downs wrote: I'm having a struggle getting non-latin glyphs in my TextField instances to display properly. Environment: Flash 9, Mac OS X 10.4.10 Publish target: Flash Player 8, ActionScript 2 (yuck, but that's the corporate client)

Re: [Flashcoders] password retrieval

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 9:30 PM, David Bitterman wrote: I'm getting the same result here, password retrieval is not functioning. hmmm On Oct 19, 2007, at 10:21 AM, Richard Helgor wrote: Unsubscribe and password retrieval don't seem to be working. Can someone check

Re: [Flashcoders] Short syntax for accessing nested display objects? (AS3)

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 8:35 PM, keith wrote: Is there a reason you can't access the Sprite with the variable you first created? cont.visible=false; -- Keith H -- Alistair Colling wrote: Hiya everyone, good to see the list back up and running. I'm trying to access a

Re: [Flashcoders] Short syntax for accessing nested display objects? (AS3)

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 9:30 PM, Troy Rollins wrote: On Oct 19, 2007, at 10:05 AM, Alistair Colling wrote: var cont:Sprite = new Sprite(); this.addChild(cont); var cont1:Sprite = new Sprite(); cont.addChild(cont1); var child1:Sprite = new H1(); var target

Re: [Flashcoders] unsetting object property in AS2

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 6:46 PM, Mark Winterhalder wrote: Andrew, you can do 'delete myObject.myProperty', and you may want to look into linked lists as an alternative to arrays: http://en.wikipedia.org/wiki/Linked_list HTH, Mark On 10/19/07, Andrew Sinning [EMAIL PROTECTED]

Re: [Flashcoders] unsetting object property in AS2

2007-10-24 Thread Rich Rainbolt
Unsubscribe Remove On Oct 20, 2007, at 12:03 AM, ekameleon wrote: Hello :) See the documentation of the Array class and the splice method : splice(startIndex:Number 2026.html#419506, [deleteCount:Number2026.html#419506], [value:Object 2035.html#421878]) The null value don't

Re: [Flashcoders] Welcome to the new list server!

2007-10-23 Thread Rich Rainbolt
UNSUBSCRIBE UNSUBSCRIBE On Oct 19, 2007, at 1:26 AM, Pedro Miguel V.Matias C. Braz wrote: UNSUBSCRIBE melhores cumprimentos Pedro Braz DCTS/DIT/DT Unidade de Ambientes Locais Tel. Externos: (+351) - 21 761 20 10- Fax: (+351) - 21.761.28.61 Tel. Internos: 117

Re: [Flashcoders] amf-php

2007-10-23 Thread Rich Rainbolt
UnSubscibe On Oct 19, 2007, at 3:52 PM, Stephen Downs wrote: You may want to upgrade to AMFPHP 1.9 beta2 if you haven't already done so: https://sourceforge.net/project/showfiles.php? group_id=72483package_id=72363 If you continue to struggle with it, you may want to try posting your

Re: [Flashcoders] amf-php

2007-10-23 Thread Rich Rainbolt
Unsubscribe On Oct 19, 2007, at 3:52 PM, Stephen Downs wrote: You may want to upgrade to AMFPHP 1.9 beta2 if you haven't already done so: https://sourceforge.net/project/showfiles.php? group_id=72483package_id=72363 If you continue to struggle with it, you may want to try posting your

Re: [Flashcoders] load 500 by 500 from db in flash

2007-10-23 Thread Rich Rainbolt
Unsubscribe Remove On Oct 20, 2007, at 5:44 AM, Jordan L. Chilcott wrote: If you want to limit the number of your results, add LIMIT(0, 500) at the end of your statement. jord On Oct 19, 2007, at 11:29 AM, CARABUS-Plus wrote: Im using FLASHSQL to load data in flash from php db Theres

Re: [Flashcoders] load 500 by 500 from db in flash

2007-10-23 Thread Rich Rainbolt
Unsubscribe Remove On Oct 19, 2007, at 11:11 PM, Ricky Bacon wrote: CARABUS-Plus wrote: Im using FLASHSQL to load data in flash from php db Theres is too much data to load, how can I do to load 500 by 500 result ? Thank you myFlashSQL.Execute(SELECT * FROM NP_socs_nancy WHERE soc_09 =

Re: [Flashcoders] Your new list server

2007-10-22 Thread Rich Rainbolt
Seriously no I cannot change the preferences because the password reminder doesn't work, and i always use the same passwrod schema for lists like this so my thought is that all the passwords got wiped for people who were not on the everyday e-mail list. I unsubscribed to this list ages

Re: [Flashcoders] load 500 by 500 from db in flash

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 8:29 AM, CARABUS-Plus wrote: Im using FLASHSQL to load data in flash from php db Theres is too much data to load, how can I do to load 500 by 500 result ? Thank you myFlashSQL.Execute(SELECT * FROM NP_socs_nancy WHERE soc_09 = \+categ_var+\ ORDER BY soc_01); Laurent

Re: [Flashcoders] amf-php

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 12:30 PM, Alain Rousseau wrote: Hello Kerem, if you're using AS2 for your Remoting, you should read this post : http://blog.vixiom.com/2007/04/17/actionscript-20-flash-remoting- with-flash- cs3/ otherwise you could check out both of these posts on how to do remoting

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 8:14 AM, Bill Napier wrote: Ditto on going back to digest ... Bill Napier Web Designer/Graphic Artist Bowles Rice McDavid Graff Love LLP Post Office Box 1386 Charleston, West Virginia 25325-1386 Telephone: (304) 347-2139 Facsimile: (304) 343-3058 [EMAIL PROTECTED]

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 8:21 AM, Jim Robson wrote: The welcome email included a URL for changing your options. Here it is again for convenience: http://chattyfig.figleaf.com/mailman/options/flashcoders/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 9:09 AM, Beau Gould wrote: Yeah I totally can't fix mine either. Password reminder won't work. Tried unsubbing to no avail. Please advise steps to switch to digest mode. Thanks, Beau -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 9:04 AM, Dave Watts wrote: Apparently some user preferences were jostled/reset by the move. Yes, sorry about that! I've reset your account to digest, but in the future you can use the URL in the message footer. Dave Watts, CTO, Fig Leaf Software

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 9:13 AM, Sean Suggs wrote: Apparently some user preferences were jostled/reset by the move. Where can I change my subscription mode to UNSUBSCRIBE? s -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Bitterman Sent:

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 11:11 AM, Zeh Fernando wrote: Apparently some user preferences were jostled/reset by the move. Where can I change my subscription mode to digest? d ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] digest

2007-10-22 Thread Rich Rainbolt
On Oct 19, 2007, at 12:01 PM, Jon Weber wrote: Same for me- this is way too many messages through which to sort, esp. with all of the spam one gets. Kindly re-add me to the Digest mode, please. David Bitterman [EMAIL PROTECTED] wrote: Apparently some user

Re: [Flashcoders] Digest.

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 8:06 AM, Robert Redmond wrote: I attempted to use the control panel provided in the re-instatement email for this as well, but I'm still receiving the individual emails... Kindly, Robert N. Redmond [EMAIL PROTECTED] -- http://www.designerprogrammer.com -- c.

Re: [Flashcoders] For those who want to unsubscribe - change settings

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 11:29 AM, Alain Rousseau wrote: Read the first message from the new list ! If you ever want to unsubscribe or change your options (eg, switch to or from digest mode, change your password, etc.), visit your subscription page at:

Re: [Flashcoders] good to everything back up running

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 7:21 AM, Richard Helgor wrote: Unsubscribe and password retrieval don't seem to be working. Can someone check please? I was set not to receive messages, and now it's back on, and I can't turn it off. On 19 Oct 2007, at 04:26, [EMAIL PROTECTED] wrote: Can I

Re: [Flashcoders] Quickie for xml dynamic text loader in flash

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 11:11 AM, Eric Walton wrote: Hello All, Quick question about an xml file I am loading into a dynamic text box. K, I have a dynamic text box/area that loads a simple xml file using the following: var RootNode:XMLNode; var myXML:XML = new XML();

Re: [Flashcoders] unsetting object property in AS2

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 7:09 AM, Andrew Sinning wrote: A question in my sent box from when the list went down: I like to use the Object class as an index, but there doesn't appear to be a way to completely remove a property from an object. I can set the value to null, but I'd really

Re: [Flashcoders] UNSUBSCRIBE

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 12:22 PM, Nick Bilton - [EMAIL PROTECTED] wrote: UNSUBSCRIBE On 10/19/07, Pedro Miguel V.Matias C. Braz [EMAIL PROTECTED] wrote: UNSUBSCRIBE melhores cumprimentos Pedro Braz DCTS/DIT/DT Unidade de Ambientes Locais Tel. Externos:

Re: [Flashcoders] Welcome Back

2007-10-22 Thread Rich Rainbolt
Remove On Oct 18, 2007, at 10:00 PM, Kerry Thompson wrote: I'm glad to see Flashcoders back up. It's an invaluable resource, and I'm very glad to see that you have taken steps to reduce outages. As many of you know, while Flashcoders and Flashnewbie were down, some of us got together

Re: [Flashcoders] Your new list server

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 9:40 AM, Daniel Arcé wrote: same problem. sorry. Chris Ivey wrote: Somehow, in setting up your new list server, you re-activated all the e-mail addresses that had been previously UNSUBSCRIBED from the list, (3 in my case). Now that's annoying - especially if

Re: [Flashcoders] Your new list server

2007-10-22 Thread Rich Rainbolt
Remove On Oct 19, 2007, at 9:54 AM, Vicuna, Anne wrote: Me too, please. I would like my subscription mode placed back to Digest. Thanks!! anne -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Ivey Sent: Thursday, October 18, 2007 9:49 PM To: