博艺多媒体工作室:
本站部分资料来自网上收集,其版权归作者本人所有,本站不享有版权。仅供设计爱好者研究交流之用,~切勿用于商业用途. 如果有任何侵犯您权益的地方,请联系我们,我们将在第一时间整理删除,谢谢!网站快速响应邮箱:cc-by@163.com !
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
如何播放完第一个avi再接着播放下一个avi
作者:wdp 日期:2009-02-26
on exitframe me
if (the duration of the member of sprite 1)>( the currenttime of sprite 1) then
go to the frame
else
go to the frame + 1
if (the duration of the member of sprite 1)>( the currenttime of sprite 1) then
go to the frame
else
go to the frame + 1
如何播放完第一个flash再接着播放下一个
作者:wdp 日期:2009-02-26
首先要排除一个简单恶劣的办法–直接延长时间轴.这个方法太累而且还很难对准. 其实只要简单的加一段代码就可以实现了
on exitFrame me
if sprite(1).frame go the frame
else
on exitFrame me
if sprite(1).frame go the frame
else
[Director]如何设置影片的全屏播放和连续播放
作者:wdp 日期:2009-02-26
在文件发布时设置的全屏不能实现真正全屏的前提下,开始想其他办法.
on preparemovie
(the stage).rect=(the desktoprectlist).[1]
(the stage).drawrect=(the desktoprectlist).[1]
on preparemovie
(the stage).rect=(the desktoprectlist).[1]
(the stage).drawrect=(the desktoprectlist).[1]
Director中光盘如何自动播放文件及代码
作者:wdp 日期:2009-02-26
如何才能在Director 8.0里加入PowerPoint2000的文件
作者:wdp 日期:2009-02-26
可以用 PowerPoint2000 的 ppt 文件打包为播放器的可执行文件,然后用 Director 的 open 命令打开这个 exe 文件。这样你必须安装打包模块。在“文件”菜单中的 “打包”命令,按照步骤可以生成播放机可执行文件*.pps、ppt文件播放依赖于powerpoint环境。Office2000光盘的"x:\PFILES\MSOFFICE\OFFICE\XLATORS"有ppt.pps的播放器(Ppview32.exe),建议把这个包含播放器的文件夹“XLATORS”拷贝到你的projector路径下,在Director内部用"open *.pps" with the moviepath&"xlators\Ppview32.exe"调用即可。这样即使用户机器上没有安装Office,你的pps(ppt)文件仍可以正常播放。同时你也可以通过使用PPViewer Xtras 来实现。
flash和director之间的沟通技巧
作者:wdp 日期:2009-02-25
Director中控制声音音量的几种方法
作者:wdp 日期:2009-02-25
Director 中有下面几种方法控制声音音量的大小。
1.the soundlevel
改变这个值,就可以改变 director 里面的音量大小。从 0 到 7 。(0 最小,7 最大)
1.the soundlevel
改变这个值,就可以改变 director 里面的音量大小。从 0 到 7 。(0 最小,7 最大)

