Insert a scratch project into a ppt (MSPowerPoinT file)在powerpoint中播放Scratch动画

Contributed by liu peng, March 01, 2012

A super simple way to insert a sb to a ppt,as follows: 超级简单的实现Scratch的sb文件在ppt中播放,具体操作如下:
  • Original Author: liupengty
  • Education Level: Professional Development
  • Content Types: Tool
  • Curricular Areas: Teacher Education
  • Keywords: ppt powerpoint c sb scratch embed

Play scratch animation by Macro PowerPoinT(20120301)   ( 在ppt中播放scratch动画(20120301))

1、Download Iamabing.sb and Iamabing.htm(optional) (下载Iamabing.sb和Iamabing.htm(可选))

2、Download sb2html.exe(下载sb2html.exe)

3、Download scratch1.ppt(下载scratch.ppt)

4、Download scratchapplet.jar(下载scratchapplet.jar)

5、Download soundbank.pm(下载soundbank.pm)

6、Please copy these files and your Scratch Project files to a forder.(把下载的文件和你要播放的SB文件复制到同一文件夹下)

7、Open Scratch.ppt with (在MS PowerPointT中打开scratch.ppt)

8、Input a filename of Scratch Project to the textbox , press Enter or click [Play a Scratch Appliction]button,OK.

在文本框中输入一个scratch项目文件名,按回车或点【播放Scratch动画】按钮,OK啦!

Notes:
1、macro level :  low ,宏安全级:低

2、activex   :yes,Activex:允许

3、If you have some question ,please email tyliupeng2@yahoo.com.cn,如果有疑问,EMAILtyliupeng2@yahoo.com.cn

summary:(总结)

1、sb2html.exe: autocreat a web page that  embeded  a  *.sb   file.

1、sb2html.exe:自动创建内嵌scratch文件的网页

eg:suppose "c:\ppt" forder  ,include a file "Iamabing.sb"

例如:假设有“c:\ppt“文件夹 , 包含文件“Iamabing.sb”

command line "sb2html Iamabing 387 482"  will creat a webpage "Iamabing.htm"

命令行“sb2html Iamabing 387 482” 将创建一个名为“Iamabing.htm”的网页文件
            height :387    ,width:482

高:387  ,宽:482

2、VBA---WebBrowser : insert the  webpage into PPT

VBA----WebBrowser:将网页插入到ppt中

eg: WebBrowser1.Navigate2 (file://C:\ppt\IAMABING.HTM)) : view IAMABING.HTM

例如:WebBrowser1.Navigate2 (file://C:\ppt\IAMABING.HTM浏览IAMABING.HTM :

3. My OS is WIN7 我的操作系统是win7

Browser is IE8 浏览器是IE8

VB system is VB6.0 VB系统是VB6.0

PowerPoint is 2003

Can you run Scratch1.PPT or Scratch.ppt ?
你能运行那个PPT吗?
if not , you can do it ,as follows:
 如果不能运行,你做个如下测试:
Download ppt.zip
 下载ppt.zip
1. unzip ppt.zip  to  c:\ppt 
1.把ppt.zip解压到c:\ppt
 
Iamabing.htm
Iamabing.sb
sb2html.exe
scratch1.ppt                  ' !!!!!!!!!!!!!!!!!!!!!!!!!!
scratchapplet.jar
soundbank.gm
 
2. open the forder"c:\ppt" ,  double click"scratch1.ppt"
2.打开c:\ppt文件夹,双击scratch1.ppt
 
3. press F5 , then click "play a scratch application"button
3.按F5,然后单击 "play a scratch application"按钮
 
regards

Insert a scratch project into a ppt (MSPowerPoinT file)在powerpoint中播放Scratch动画的更多相关文章

  1. Type Project has no default.properties file! Edit the project properties to set one.

    Description Resource Path Location Type Project has no default.properties file! Edit the project pro ...

  2. java开发工具idea,在install时候报错The packaging for this project did not assign a file to the build artifact

    intellij中install报错:The packaging for this project did not assign a file to the build artifact 原因是run ...

  3. git commit 提交不了 error: pathspec 'project'' did not match any file(s) known to git.

    1. 问题--使用git将代码提交到码云,使用到以下命令时: git commit -m 'init project' # 报错 error: pathspec 'project'' did not ...

  4. idea报错。Error:Failed to load project configuration: cannot parse xml file E:\project\.idea\workspace.xml: Error on line 1: 前言中不允许有内容。

    因为电脑卡死强制重启电脑后打开idea,进行junit单元测试报错: idea报错.Error:Failed to load project configuration: cannot parse x ...

  5. The packaging for this project did not assign a file to the build artifact

    当进行mvn install时,遇到以下错误 The packaging for this project did not assign a file to the build artifact 在网 ...

  6. 解决mvn clean install的报错The packaging for this project did not assign a file to the build artifact

    解决mvn clean install的报错The packaging for this project did not assign a file to the build artifact

  7. sql insert into select语句写法-将查询结果直接插入到表中

    insert into month_gpcj_info(idStr,zszrmygpsl,xyzrmygpsl,mycje,mycjl,month_date,dataCompiledDate) sel ...

  8. android的Project has no default.properties file! Edit the project properties to set one. 的解决

    网上找来这种方法基本解决: 在我们导入Android工程时,有时候会出现如题所述的错误,打开工程目录可以看到,目录下的default.properties文件没有了或者多出了一个project.pro ...

  9. select into from 和 insert into select 的区别和用法及 SQL SELECT INTO 中Undeclared variable错误解决办法

    今天试了一下数据表中的数据备份到另一个空的数据表,然后使用了SQL SELECT INTO语句,然后提示Undeclared variable......错误,现在在这里做下总结并给出解决办法. 应用 ...

  10. Error:Failed to load project configuration:xxxxxxxxxxxxxxxxxxxx cannot read file .idea/misc.xml

    你这idea不会没有配置默认jdk吧?你看看File--other settings--default project structure,看看project setting的project里面,有没 ...

随机推荐

  1. TransformersandNLPforVideoUnderstanding

    目录 1. 引言 2. 技术原理及概念 3. 实现步骤与流程 4. 应用示例与代码实现讲解 <Transformers and NLP for Video Understanding> 1 ...

  2. Collection 接口及其常用方法

    Collection 接口的特点 Collection接口没有直接实现类,提供了更具体的子接口(如Set和List)的实现.Collection实现类(通常通过其中一个子接口间接实现Collectio ...

  3. 即构SDK12月迭代:新增多项质量回调,互动白板、云录制SDK同步更新

    即构SDK12月迭代来啦,本月LiveRoom/AudioRoom SDK新增了端到端延迟质量回调.房间会话ID信息,便于在音视频通话.直播场景中进行时延.通话质量的评测.同时还优化了硬件设备权限变更 ...

  4. PB从入坑到放弃(四)常用函数

    写在前面 这一期呢,来整理下PB 常用的函数,包括系统的和一些自己封装好的函数 一.字符串相关 1.1 Len函数 获取字符串长度 ① 语法 Len(string) ②参数 string-->s ...

  5. win10安装mysql时提示错误:mysqld: Can't change dir to 'C: oftware\mysql\data\' (Errcode: 2 - No such file or directory)

    win10安装解压版mysql时,提示错误: 2019-10-22 09:02:00 2004 [ERROR] Can't find messagefile 'C:\WINDOWS\system32\ ...

  6. 使用npm下载vue

    一.安装npm 1. 安装node.js npm(Node Package Manager): node.js下的包管理器 前往node.js官网下载并安装工具,nodejs安装完毕后自动会安装npm ...

  7. C语言基础-基础指针

    文章目录 指针 前言 1.什么是指针 2.指针的使用 (1)指针的定义 (2)指针的赋值 (3)指针类型 (4)如何使用指针 3.野指针 (1)导致野指针的原因 ① 未初始化指针 ②指针越界访问 ③指 ...

  8. idea连接数据库及使用

    连接数据库 idea本身足够强大,可以直接操作数据库. 1.打开idea后,点击右侧的Database,点击加号,点击Data Source,在右侧选择需要的数据库,我这里选择mysql. 2.填写完 ...

  9. Linux - vim文件编辑器

    vim 普通模式下 yy : 复制当前光标所在行 p : 粘贴 数字+yy :复制多行 dd :删除当前行 数字+dd :删除多行 u : 回滚 y$ : 光标到行结尾 y^ : 行开头到光标位置 y ...

  10. sqli笔记

    MySQL数据库自带的数据库information_schema 里面有三个比较重要的表  SCHEMATA .TABLES . COLUMNS  保存数据库所有的数据库名 表名  字段名 SCHEM ...