Thank you to everyone on this. I guess I may have created a closure and after separating my code into independent functions was able to get the width/height changes. My onLoadInit was not tracing any target_mc out. Thank you!
On 5/24/07, Durairaj Subramaniam <[EMAIL PROTECTED]> wrote:
I guess you didnt add the listener to the movieClip loader using movieClipLoader.addlistener(ListenerObj).. That might be the reason your clip doesnt loads up and it is not seen.. Check back the code again for the method addlistener I think that might be the cause. On 5/25/07, Eric E. Dolecki <[EMAIL PROTECTED]> wrote: > > mcL_listener.onLoadInit = function( target_mc:MovieClip ):Void > { > target_mc._width = 300; > target_mc._height = 300; > } > > - eric > > On May 24, 2007, at 6:04 PM, Jonathan Berry wrote: > > > Hello all, I searched the archives for this, but could not find > > anything > > close to it. I am using a MovieClipLoader and seem to be able to > > xscale and > > yscale the loaded images from the MCL. However, I cannot set width > > or height > > on the images; they actually disappear. I sized my stage up to > > 1000h by > > 1000w to see if the images were just being resized and set at an x/ > > y off the > > stage somewhere, but no images seen. Any help/insight you have on > > setting > > width/height much to be appreciated. > > > > -- > > Jonathan Berry, M.A. > > IT Consultant > > 619.306.1712(m) > > [EMAIL PROTECTED] > > www.mindarc.com > > > > ----------------------------------------------------------- > > > > This E-mail is covered by the Electronic Communications Privacy > > Act, 18 > > U.S.C. ?? 2510-2521 and is legally privileged. > > This information is confidential information and is intended only for > > the use of the individual or entity named above. If the reader of this > > message is not the intended recipient, you are hereby notified that > > any > > dissemination, distribution or copying of this communication is > > strictly > > prohibited. > > > > ----------------------------------------------------------- > > _______________________________________________ > > Flashcoders@chattyfig.figleaf.com > > 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 > > _______________________________________________ > Flashcoders@chattyfig.figleaf.com > 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 > -- Durairaj www.expertbuddy.net _______________________________________________ Flashcoders@chattyfig.figleaf.com 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
-- Jonathan Berry, M.A. IT Consultant 619.306.1712(m) [EMAIL PROTECTED] www.mindarc.com ----------------------------------------------------------- This E-mail is covered by the Electronic Communications Privacy Act, 18 U.S.C. ?? 2510-2521 and is legally privileged. This information is confidential information and is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. ----------------------------------------------------------- _______________________________________________ Flashcoders@chattyfig.figleaf.com 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