home *** CD-ROM | disk | FTP | other *** search
/ Pokemon Promotional Discs / ANA_POKEMON_02.ISO / opn.swf / scripts / frame_2 / DoAction.as
Text File  |  2004-02-17  |  178b  |  7 lines

  1. var obj_nc = new NetConnection();
  2. obj_nc.connect(null);
  3. var obj_ns = new NetStream(obj_nc);
  4. obj_video.attachVideo(obj_ns);
  5. obj_ns.setBufferTime(5);
  6. obj_ns.play("opn.flv");
  7.