首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > 自动化工具(额外)土坯主任

自动化工具(额外)土坯主任

  • 资源大小:21.12 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 工具 自动化 额外

资 源 简 介

Adobe Director is missing any built in IDE automation tools and this xtra tries to fill this gap. dctl (Director ConTroL) allows to access and control the Adobe Director via the network socket. The idea is very simple: dctl acts as a server listening on some port using Multiuser networking facility and allows to run a set of predefined tasks(which can be very easily extended, since these tasks are written in Lingo) or eval an arbitrary Lingo string. The client which can access dctl is written in PHP and can be used from the shell, e.g: c:dctl HELPc:dctl --host=192.168.4.10 STOPc:dctl PLAYc:dctl EVAL "put #hello"c:dctl RELOAD_SCRIPTS #dir /some/dir/with/scripts ..etc.. In Lingo tasks look as follows(see tasks.ls in the source for the full listing): on task_STOP me, args dispatchCommand(8706)end------------------------------------------on task_PLAY me, args dispatchCommand(8705)end-----

文 件 列 表

director-dctl
dctl.bat
dctl.dcr
dctl.php
INSTALL
VIP VIP
0.189466s