Project1

标题: [rm脚本]播放 Flash [打印本页]

作者: yangff    时间: 2008-3-12 06:07
标题: [rm脚本]播放 Flash
http://www.rmxp.org/forums/index.php?topic=35668.0
下载不下来。
说:
分配给贵国 (China) 的全部下载通道均已占用。请在几个小时后再次尝试,或安装 Megaupload 工具条立即获得通道 - 安装了工具条后,您即不再受通道限制!
RP好的朋友可以尝试下!
[LINE]1,#dddddd[/LINE]
范例本站下载地址:
ftp://[email protected]/个� ... (130)/RMXPFlash.rar
by 精灵
[LINE]1,#dddddd[/LINE]
$library_dir=(Dir.pwd).concat("/malib")

class Malib
   def playFlash(fileName)
    if(File.exist?((Dir.getwd).concat("/flash/").concat(fileName)))
      tempDir=(0.chr)*255
      Win32API.new("kernel32", "GetTempPath", ['L', 'P'], 'L').call(254, tempDir)
      tempDir=tempDir.delete(0.chr)
      tempDir=tempDir.tr("\\", "/")
      filenum=1
      tempFileDel=tempDir+"RMXPFS"+(filenum.to_s)+".maltmp"
     while(File.exist?(tempFileDel))
       filenum+=1
       tempFileDel=tempDir+"RMXPFS"+(filenum.to_s)+".maltmp"
     end#while
      createTempFile=File.new(tempFileDel, "w+")
      createTempFile.close
      myLibShell=$library_dir+"/RMXPFlash.exe "+fileName
      myLibShell+="malstrsplit"+tempFileDel
      Win32API.new("kernel32", "WinExec", ['P', 'L'], 'L').call(myLibShell, 1)
      flashWaitTimer=Thread.new do
      loop do
        if(File.exist?(tempFileDel))
          Graphics.update
          sleep(0.75)
        else
          flashWaitTimer.stop
        end#if
      end#loop
      end#Thread
    end#if
    return
  end#def
end#class
作者: 精灵使者    时间: 2008-3-12 18:12
幸好,我安装了工具条(感觉也不坏啊~)
所以下载以后上传本地ftp,链接已经修正。
作者: asperta    时间: 2008-3-13 07:29
以下引用精灵使者于2008-3-12 10:12:28的发言:
幸好,我安装了工具条(感觉也不坏啊~)
所以下载以后上传本地ftp,链接已经修正。


你安装了什么工具条?为什么我下载提示"分配给贵国 (China) 的全部下载通道均已占用。"?
下载那个Megaupload 工具报病毒?
作者: 精灵使者    时间: 2008-3-13 17:54
似乎我家里的macfee没有报病毒,倒是alexa工具条报病毒了- -我现在似乎一直在用,没出什么问题……
我建议你安装firefox版的工具栏,用firefox下载
作者: 精灵使者    时间: 2008-3-14 01:59
mega upload工具条的亮点是可以看到网站的alexa排名……
另外我装google工具条来看网站的PR值……
作者: 黑白子    时间: 2008-3-16 05:32
以下引用精灵使者于2008-3-13 9:54:33的发言:
似乎我家里的macfee没有报病毒,倒是alexa工具条报病毒了- -我现在似乎一直在用,没出什么问题……
我建议你安装firefox版的工具栏,用firefox下载
[本贴由作者于 2008-3-13 9:55:54 最后编辑]

啊~精灵也用麦咖啡啊~
作者: 精灵使者    时间: 2008-3-16 06:49
是的。
麦咖啡8.5i patch 5
作者: 阁中人    时间: 2008-3-16 23:35
怎么用起来没反应啊……
“-Create your flash file, in the first frame place the following action code.
       -fscommand("RMXPCommand", "nohang")  Capitalism is a must.
-Now on whatever you want the flash to exit with (A button/at the last frame whatever) place this code.
       -fscommand("flashFinished", "return") Again Capitalism is a must here.”
这个东西在说什么……谁知道……
作者: 精灵使者    时间: 2008-3-17 00:47
这个啊。
看来你需要使用flash8处理一下你的flash素材帧了……第一帧和最后一帧要加点什么命令。
作者: asperta    时间: 2009-6-12 08:00
电脑新手,不敢安装firefox
ie用什么工具条比较好? 哪里有下?




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1