Hello, i know loading jpg, to movieClips changes them little bit (well _url changed totally :-) , but i hoped that instanceof should work anyway,
it does'nt:

var mcl:MovieClipLoader = new MovieClipLoader();
function ff() {
  mcl.unloadClip(b);
//toutputs false after unloadClip or removing clip (removemovieClip)
  trace(b instanceof MovieClip);
mcl.loadClip("http://www.universetoday.com/am/uploads/looking_down_on_earth.jpg";, b);
  /*
  MCL.unloadClip(__target);
  */
}
function onMouseDown() {
  ff();
}

\
i think it should work

please any comment?

Martin
_______________________________________________
[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

Reply via email to