I'm trying to use the LocalConnection class in some flash movies I'm building. Nothing complex, and I'm starting with the example from the documentation. However, the LocalConnection is not working, and if I trace the variable after I declare it the output is undefined.

var sending_lc:LocalConnection = new LocalConnection();
trace(sending_lc);

>> undefined

I'm publishing to Flash 7 with ActionScript 1.0, is there any other settings I need to change, or do I need to import something to get this working?

Thanks,
Jeff
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to