Re: [Flashcoders] loading a SWF to a specified layer

2009-11-13 Thread jim skolmoski
Have you tried this: // Load SWF for sawn timber intro var urlSawn:String=swfs/sawn_intro.swf; var urlReqSawn:URLRequest=new URLRequest(urlSawn); ldr.load(urlReqSawn); yourEmptyMovieClipInstanceName.addChild(ldr);HTHJim

Re: [Flashcoders] Custom buttons - radio style

2008-12-23 Thread jim skolmoski
then run through the names and assign listeners. THatmay not be the best though.Ashim2008/12/23 jim skolmoski skol...@hotmail.com Listers,As an experienced AS2 coder, and a very new AS3 coder, I'm having trouble writing some classes.Since I work with a few Flash designers, I'm hoping that I can

[Flashcoders] Custom buttons - radio style

2008-12-22 Thread jim skolmoski
Listers,As an experienced AS2 coder, and a very new AS3 coder, I'm having trouble writing some classes.Since I work with a few Flash designers, I'm hoping that I can create some classes that would automatically add functionality to interactive programs that they are designing.The current