名称未設定-1.fla (95レス)
1-

81: 2007/01/11(木)21:28 ID:7Ynz4gOR(4/7) AAS
//MovieClipLoader
_root.attachMovie("utils", "utils", 0);
utils.onInitialize = function()
{
  var _mcl = this.createClassObject("MovieClipLoader", _root, "_mcl");
  var obj = _root.obj = {};
  obj.onLoadProgress = function(event)
  {
    trace(event.loaded + " / "+ event.total);
  }
  obj.onLoadInit = function(event)
  {
    trace(event.target._width);
  }
  _mcl.addListener(obj);
  _mcl.loadClip("./my.swf", _root.container);
}
1-
あと 14 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ

ぬこの手 ぬこTOP 0.004s