> > From: Stephen Downs <[EMAIL PROTECTED]> > Date: 2007/05/03 Thu PM 02:48:51 CDT > To: [email protected] > Subject: Re: [Flashcoders] local connection, > online swf -> local stand alone projector.
<snip> > The documentation for LocalConnection.send states the syntax for the > third argument is an Object, and you've put in a string literal. This > probably doesn't make a difference as Flash seems to do a lot of > behind the scenes casting, but it wouldn't hurt to change your code > to conform. String literals are just fine here. There are very few, if any, reasons to use a String() object instead of a string literal in actionscript 2.0. -- John Mark Hawley The Nilbog Group 773.968.4980 (cell) _______________________________________________ [email protected] 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 http://www.figleaf.com http://training.figleaf.com

