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

2007-10-22 Thread Radley Marx



Unless there's a significant reason for needing separate XML files  
for each... keyframe(?)... you can put them all together much more  
easily and load everything from the beginning into an array of  
objects. This way you only have to refer to local storage and not  
have to call to the server over and over for each... uh... keyframe...





http://www.#.com";>
June, 22 2008
Article 1



http://www.#.com";>
June, 24 2008
Article 2



http://www.#.com";>
June, 29 2008
Article 3







Not sure why you're using keyframes for each. You can keep the same  
textFields, and just update them.


Last tip: your news articles in the XML don't need to be news1,  
news2, news3. If you put them in an array you'll have news_array 
[0].title, news_array[1].title and so on.



-radley





http://www.#.com";>June 29,
2008First manned mission to Mars
landsThe first manned mission to  
Mars has
touched down on the surface of the red planet. After six months of  
space
travel, the five astronauts on board MarsEx 1 will finally  
experience an end

to their weightless conditions.



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();
myXML.ignoreWhite = true;
myXML.onLoad = loadNews;
myXML.load("xmlnews1/newsData.xml");
function loadNews(success:Boolean):Void {
if (success) {
RootNode = this.firstChild;
var content_str:String = ""+RootNode.childNodes[1].firstChild;
content_str +=" ("+RootNode.childNodes[0].firstChild;
content_str += ")" + RootNode.childNodes[2].firstChild;
news_txt.text = content_str;
}
}

OK, That works splendidly. Below is the xml file.


http://www.#.com";>June 29,
2008First manned mission to Mars
landsThe first manned mission to  
Mars has
touched down on the surface of the red planet. After six months of  
space
travel, the five astronauts on board MarsEx 1 will finally  
experience an end

to their weightless conditions.

What I need to do is use the same xml file on numerous keyframes
but have each frame contain different text.

So could I do this?


http://www.#.com";>June 30,
2008First manned mission to Mars
landsThe first manned mission to  
Mars has
touched down on the surface of the red planet. After six months of  
space
travel, the five astronauts on board MarsEx 1 will finally  
experience an end

to their weightless conditions.


*added to xml file for second keyframe

http://www.#.com";>June 31,
2008Second Story
TitleHere is the second story full
text


*added to xml file for third keyframe

http://www.#.com";>June 32,
2008Third Story
TitleHere is the third story full
text



Also I am thinking I will need something in each keyframe to call
the specific text section of the xml file.

*Note*
In the beginning I had/have a dynamic text box on each keframe and  
each was

calling a seperate xml doc.
this way I will have only ONE xml file to edit for all the  
keyframes instead

of 80! I am really enjoying the
difficulty of this task.

Hope someone can help.
Much love,



Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.HollywoodFineART.com
www.Myspace.com/ericwalton9_edub9
Providentia Marketing LLC
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders







 
--

Radley Marx
www.radleymarx.com
[EMAIL PROTECTED]
 
--





___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2007-10-22 Thread tcoz
I would be happy to follow the directions, however, it has been a long time, 
and I don't remember my password.

And...the password reminder does not seem to work. I have tried three times.

- Original Message -
From: "Alain Rousseau" <[EMAIL PROTECTED]>
To: flashcoders@chattyfig.figleaf.com
Sent: Friday, October 19, 2007 2:29:09 PM (GMT-0500) America/New_York
Subject: [Flashcoders] For those who want to unsubscribe - change settings

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:

  http://chattyfig.figleaf.com/mailman/options/flashcoders/


You can also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]

with the word 'help' in the subject or body (don't include the quotes), and
you will get back a message with instructions.

You must know your password to change your options (including changing the
password, itself) or to unsubscribe.


Enjoy ! 

A.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2007-10-22 Thread Jorge Solis

Password reminder doesn't send anything, therefore we can't change options

Jorge
- Original Message - 
From: "Alain Rousseau" <[EMAIL PROTECTED]>

To: 
Sent: Friday, October 19, 2007 3:29 PM
Subject: [Flashcoders] For those who want to unsubscribe - change settings



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:

 http://chattyfig.figleaf.com/mailman/options/flashcoders/


You can also make such adjustments via email by sending a message to:

 [EMAIL PROTECTED]

with the word 'help' in the subject or body (don't include the quotes), 
and

you will get back a message with instructions.

You must know your password to change your options (including changing the
password, itself) or to unsubscribe.


Enjoy !

A.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


FW: [Flashcoders] UNSUBSCRIBE

2007-10-22 Thread Liam Walker

UNSUBSCRIBE

> Date: Fri, 19 Oct 2007 15:22:10 -0400
> From: [EMAIL PROTECTED]
> To: flashcoders@chattyfig.figleaf.com
> Subject: [Flashcoders] UNSUBSCRIBE
> 
> 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: (+351) - 21 761 20 10- Fax: (+351) - 21.761.28.61
> > Tel. Internos: 117 010- Fax: 117.861
> >
> > e-mail: [EMAIL PROTECTED] 
> >
> >
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Dave
> > Watts
> > Sent: quinta-feira, 18 de Outubro de 2007 17:47
> > To: flashcoders@chattyfig.figleaf.com
> > Subject: [Flashcoders] Welcome to the new list server!
> >
> > Our new list server is up! I apologize for the downtime. We've
> > transferred
> > the list to new hardware, so we should be outage-free for the
> > foreseeable
> > future.
> >
> > 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/ for more information!
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> > AVISO LEGAL
> >
> > Esta mensagem é confidencial e dirigida apenas ao destinatário. Se a 
> > recebeu por erro solicitamos que o comunique ao remetente e a elimine assim 
> > como qualquer documento anexo. Não há renúncia à confidencialidade nem a 
> > nenhum privilégio devido a erro de transmissão.
> > Qualquer opinião expressa nesta mensagem pertence unicamente ao autor 
> > remetente, e não representa necessariamente a opinião do Santander Totta, a 
> > não ser que expressamente se diga que o remetente está autorizado para o 
> > efectuar.
> >
> >
> >
> > DISCLAIMER
> >
> > This message is confidential and intended exclusively for the addressee. If 
> > you received this message by mistake please inform the sender and delete 
> > the message and attachments. No confidentiality nor any privilege regarding 
> > the information is waived or lost by any mistransmission.
> > Any views or opinions contained in this message are solely those of the 
> > author, and do not necessarily represent those of Santander Totta, unless 
> > specifically stated and the sender is authorized to do so.
> >
> > ___
> > Flashcoders mailing list
> > Flashcoders@chattyfig.figleaf.com
> > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
> >
> >
> 
> ___
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_
The next generation of MSN Hotmail has arrived - Windows Live Hotmail
http://www.newhotmail.co.uk___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 ago. I'm over it - done - want out  
of it now.


Remove me from your list completely.

this sucks.




On Oct 19, 2007, at 10:01 AM, Stephen Li wrote:


Can you reset me to digest, thanks.

Date: Fri, 19 Oct 2007 00:49:23 -0400> From: [EMAIL PROTECTED]>  
To: Flashcoders@chattyfig.figleaf.com> CC: > Subject:  
[Flashcoders] Your new list server> > 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 you have multiple mailboxes  
filling > up with messages.> > I can't unsubscribe, because your  
password reminder button doesn't seem > to work.> > Can you please  
unsubscribe me?> > Chris Ivey>  
___> Flashcoders  
mailing list> Flashcoders@chattyfig.figleaf.com> http:// 
chattyfig.figleaf.com/mailman/listinfo/flashcoders

_
Overpaid or Underpaid? Check our comprehensive Salary Centre
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fcontent%2Emycareer% 
2Ecom%2Eau%2Fsalary%2Dcentre%3Fs%5Fcid% 
3D595810&_t=766724125&_r=Hotmail_Email_Tagline_MyCareer_Oct07&_m=EXT__ 
_

Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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


And the listener :


var myListener1:Object = new Object();
myListener1.dataLoaded = function(success:Boolean, xmldata:XML) {
if (success) {
trace(xmldata);
if (comStatus == "loading") {
display.removeAllColumns();
display.columnNames = ["Spécialité", "Nom", "Ville"];
display.getColumnAt(0).width = 120;
display.getColumnAt(1).width = 100;
display.getColumnAt(2).width = 115;
var dat:Array = new Array();
_root.finder_txt.text = "il y a
"+xmldata.firstChild.childNodes[3].childNodes.length+" réponses";
for (var i:Number = 0;
idat.push({Spécialité:unescape(xmldata.firstChild.childNodes 
[3].childNodes[i]

.childNodes[14].childNodes),
Nom:unescape(xmldata.firstChild.childNodes[3].childNodes 
[i].childNodes[4].ch
ildNodes),Ville:unescape(xmldata.firstChild.childNodes[3].childNodes 
[i].chil
dNodes[8].childNodes),Tel:unescape(xmldata.firstChild.childNodes 
[3].childNod
es[i].childNodes[9].childNodes),Fax:unescape 
(xmldata.firstChild.childNodes[3
].childNodes[i].childNodes[10].childNodes),CP:unescape 
(xmldata.firstChild.ch

ildNodes[3].childNodes[i].childNodes[7].childNodes),

Rue:unescape(xmldata.firstChild.childNodes[3].childNodes 
[i].childNodes[6].ch
ildNodes),eMail:unescape(xmldata.firstChild.childNodes[3].childNodes 
[i].chil

dNodes[11].childNodes),
lat:unescape(xmldata.firstChild.childNodes[3].childNodes 
[i].childNodes[16].c
hildNodes),lon:unescape(xmldata.firstChild.childNodes[3].childNodes 
[i].child
Nodes[17].childNodes),lic:unescape(xmldata.firstChild.childNodes 
[3].childNod

es[i].childNodes[19].childNodes)});
}
display.dataProvider = dat;
} else if (comStatus == "sending") {
msg = "Data Sent Successfully. You can now reload!";
}
}
};
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 with

CS3 without the Remoting classes :
http://www.oscartrelles.com/archives/as3_flash_remoting_example
http://osflash.org/as3lrf

and of course the all powerfull google :
http://www.google.com/search?q=Flash+CS3+remoting

Hope this helps !

A.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of  
Kerem Iseri

Sent: 19 octobre 2007 05:32
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] amf-php

hello guys,, im happy to hear from flashcoders again, and here is  
new my new
question on virgin server, i havent tried using amf-php on any  
project after
i started using flash cs3,  now im having problems because of the  
remoting
components are not working. how can i run my old remoting  
components on

flash cs3?

thanx

kerem.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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]
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

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
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 Behalf Of David
Bitterman
Sent: Friday, October 19, 2007 12:28 AM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest


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
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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
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/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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: Thursday, October 18, 2007 11:28 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] digest

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
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



For reference, just visit the flashcoders list page:

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

It's also listed on the footer of every list email.
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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  
preferences were jostled/reset by the move.


Where can I change my subscription mode to digest?

d
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


 __
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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. 917.673.3257
p. 845.284.2849
f. 866.292.9213
--
80 Nardin Road
Lake Peekskill, NY 10537
USA
--
imAOL therbox
imYAHOO designeprogrammer
--
"You are inside. Go outside!"



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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:

  http://chattyfig.figleaf.com/mailman/options/flashcoders/


You can also make such adjustments via email by sending a message to:

  [EMAIL PROTECTED]

with the word 'help' in the subject or body (don't include the  
quotes), and

you will get back a message with instructions.

You must know your password to change your options (including  
changing the

password, itself) or to unsubscribe.


Enjoy !

A.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 please get set back to digest???   Thanks!


Joan
The  Lassie Network
_www.lassie.net_ (http://www.lassie.net/)

This  transmission is intended to be delivered to the named  
addressee(s) and
may  contain information that is confidential and/or legally  
privileged. If
this  information is received by anyone other than the named  
addressee(s), the
recipient should immediately notify the sender by E-Mail and by  
telephone
(410)  569-5321 and permanently delete the original and any copy,  
including
printout of  the information. In no event shall this material be  
read, used, copied,
 reproduced, stored or retained by anyone other than the named  
addressee(s),

except with the express consent of the sender.





** See what's new at http:// 
www.aol.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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();
myXML.ignoreWhite = true;
myXML.onLoad = loadNews;
myXML.load("xmlnews1/newsData.xml");
function loadNews(success:Boolean):Void {
if (success) {
RootNode = this.firstChild;
var content_str:String = ""+RootNode.childNodes[1].firstChild;
content_str +=" ("+RootNode.childNodes[0].firstChild;
content_str += ")" + RootNode.childNodes[2].firstChild;
news_txt.text = content_str;
}
}

OK, That works splendidly. Below is the xml file.


http://www.#.com";>June 29,
2008First manned mission to Mars
landsThe first manned mission to  
Mars has
touched down on the surface of the red planet. After six months of  
space
travel, the five astronauts on board MarsEx 1 will finally  
experience an end

to their weightless conditions.

What I need to do is use the same xml file on numerous keyframes
but have each frame contain different text.

So could I do this?


http://www.#.com";>June 30,
2008First manned mission to Mars
landsThe first manned mission to  
Mars has
touched down on the surface of the red planet. After six months of  
space
travel, the five astronauts on board MarsEx 1 will finally  
experience an end

to their weightless conditions.


*added to xml file for second keyframe

http://www.#.com";>June 31,
2008Second Story
TitleHere is the second story full
text


*added to xml file for third keyframe

http://www.#.com";>June 32,
2008Third Story
TitleHere is the third story full
text



Also I am thinking I will need something in each keyframe to call
the specific text section of the xml file.

*Note*
In the beginning I had/have a dynamic text box on each keframe and  
each was

calling a seperate xml doc.
this way I will have only ONE xml file to edit for all the  
keyframes instead

of 80! I am really enjoying the
difficulty of this task.

Hope someone can help.
Much love,



Eric Walton 9 / Edub9

To view more about
The Artwork of Eric Walton 9 / Edub9
please visit the following:
www.HollywoodFineART.com
www.Myspace.com/ericwalton9_edub9
Providentia Marketing LLC
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 like to be able to  
remove the property completely.  Why? Because if I want to do a  
reverse lookup, then I have to iterate through all of the  
properties, but having to iterate through the nulled values seems  
inefficient.


I can do this with another class, something that includes an Array  
to keep track of current properties and an Object for the index,  
but I'm wondering if I'm overlooking something.  Often I find that  
I am.


Speaking of Arrays, it's a bit frustrating that there's no easy way  
to remove an item from an array either.  Currently I use:


  iterate through the array to find the index of the needle
  splice the Array at the index

Is there a faster way to remove an item from an array?


Thanks!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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: (+351) - 21 761 20 10- Fax: (+351) - 21.761.28.61
Tel. Internos: 117 010- Fax: 117.861

e-mail: [EMAIL PROTECTED] 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave
Watts
Sent: quinta-feira, 18 de Outubro de 2007 17:47
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Welcome to the new list server!

Our new list server is up! I apologize for the downtime. We've
transferred
the list to new hardware, so we should be outage-free for the
foreseeable
future.

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/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
AVISO LEGAL

Esta mensagem é confidencial e dirigida apenas ao destinatário. Se  
a recebeu por erro solicitamos que o comunique ao remetente e a  
elimine assim como qualquer documento anexo. Não há renúncia à  
confidencialidade nem a nenhum privilégio devido a erro de  
transmissão.
Qualquer opinião expressa nesta mensagem pertence unicamente ao  
autor remetente, e não representa necessariamente a opinião do  
Santander Totta, a não ser que expressamente se diga que o  
remetente está autorizado para o efectuar.




DISCLAIMER

This message is confidential and intended exclusively for the  
addressee. If you received this message by mistake please inform  
the sender and delete the message and attachments. No  
confidentiality nor any privilege regarding the information is  
waived or lost by any mistransmission.
Any views or opinions contained in this message are solely those  
of the author, and do not necessarily represent those of Santander  
Totta, unless specifically stated and the sender is authorized to  
do so.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 and formed a new Flash list, Flash_Tiger, the one Jason
mentioned. It's pretty active, with a lot of really good people. In  
a short

time, it has evolved into a vibrant community of Flash developers.

I would like to make it clear that we are in no way competing with
Flashcoders and Flashnewbie. Flash_Tiger is an enhancement to the  
Flash
community, not competition. Just as I was, and am, a member of  
Newbie and

Flashcoders, I am now also a member of Flash_Tiger.

As list owner for Flash_Tiger, and I would like to  invite  
Flashcoders to

come join us on Flash_Tiger (join, not leave!). The group home page is
http://groups.yahoo.com/group/Flash_tiger, and the e-mail address is
[EMAIL PROTECTED] Y'all come on over and join the party!

The list is moderated, mainly to keep out spammers, so you need to  
join
before you post. Your first couple of posts will likely be  
moderated as
well, unless I recognize your name. We have three moderators, and,  
so far,
not a single spam has made it through. We intend to keep it spam- 
free, the

same as Flashcoders and Flashnewbie have been.

Flash_Tiger is moderated to keep it civil, as well--we have a  
friendly,
helpful environment, and we intend to keep it that way. It's much  
the same
as Flashnewbie--a very cordial environment (which, incidentally, I  
attribute

in large part to Jason Merrill--those of you who have been on Newbie
recently know the environment he has helped foster).

Please come and join us on Flash_Tiger--but please, please don't leave
Flashcoders. This is such a great list, and we truly don't want to  
see it

diminished in any way. Again, our aim is to expand the Flash list
environment and complement the existing lists.

Cordially,

Kerry Thompson


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 you have multiple mailboxes  
filling up with messages.


I can't unsubscribe, because your password reminder button doesn't  
seem to work.


Can you please unsubscribe me?

Chris Ivey
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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: Flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Your new list server

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 you have multiple mailboxes  
filling

up with messages.

I can't unsubscribe, because your password reminder button doesn't  
seem

to work.

Can you please unsubscribe me?

Chris Ivey
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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

2007-10-22 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 010- Fax: 117.861

e-mail: [EMAIL PROTECTED] 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Dave
Watts
Sent: quinta-feira, 18 de Outubro de 2007 17:47
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Welcome to the new list server!

Our new list server is up! I apologize for the downtime. We've
transferred
the list to new hardware, so we should be outage-free for the
foreseeable
future.

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/ for more information!

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcodersAVISO LEGAL

Esta mensagem é confidencial e dirigida apenas ao destinatário. Se  
a recebeu por erro solicitamos que o comunique ao remetente e a  
elimine assim como qualquer documento anexo. Não há renúncia à  
confidencialidade nem a nenhum privilégio devido a erro de  
transmissão.
Qualquer opinião expressa nesta mensagem pertence unicamente ao  
autor remetente, e não representa necessariamente a opinião do  
Santander Totta, a não ser que expressamente se diga que o  
remetente está autorizado para o efectuar.




DISCLAIMER

This message is confidential and intended exclusively for the  
addressee. If you received this message by mistake please inform  
the sender and delete the message and attachments. No  
confidentiality nor any privilege regarding the information is  
waived or lost by any mistransmission.
Any views or opinions contained in this message are solely those of  
the author, and do not necessarily represent those of Santander  
Totta, unless specifically stated and the sender is authorized to  
do so.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders