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. 2 opencv-python核心库模块core

    core模块定义了opencv中的基础数据结构和基础运算,是整个库的核心模块.而mat数据结构是opencv中最重要的数据结构,是opencv中图像最常用的存储格式. 1 基本数据结构 opencv的 ...

  2. Multi-Modal Attention Network Learning for Semantic Source Code Retrieval 解读

    Multi-Modal Attention Network Learning for Semantic Source Code Retrieva Multi-Modal Attention Netwo ...

  3. 运行C时报错:relocation truncated to fit: R_X86_64_PC32 against undefined symbol `WinMain‘ collect2: error

    写C时,遇到报错 [Running] cd "d:\考研\408\LeranC\Code\GramForC\" && gcc 01data_types.c -o 0 ...

  4. RabbitMQ 多消费者 使用单信道和多信道区别

    RabbitMQ 多个消费者共用一个信道实例 与 每个消费者使用不同的信道实例 区别: 1. 多个消费者共用一个信道实例:这种方式下,多个消费者共享同一个信道实例来进行消息的消费. 优点:这样可以减少 ...

  5. Docker、CICD持续集成部署、Gitlab使用、Jenkins介绍

    目录 1.Docker的基本操作 1.1镜像拉取 1.2镜像的操作 1.3容器的操作 运行容器 查看正在运行的容器 查看容器运行日志 进入到容器内部 停止容器运行 删除容器 启动容器 2.Docker ...

  6. springboot下使用rabbitMQ之开发配置方式(一)

    springboot下使用rabbitMQ之开发配置方式(一) 距离上次发布博客已经小一年了,这次...嗯,没错,我又回来啦... 本次结合着B站某MQ视频以及最近在MQ上的实践聊一聊个人在使用rab ...

  7. flash 游戏分析 - 1

    游戏 我们就以<猎人的生存日记>(Orion Sandbox)这款游戏来分析. 下载链接 用FlashStart打开Orion Sandbox 1.swf 我们需要反复进入游戏,可以先打开 ...

  8. Room组件的用法

    一.Android官方ORM数据库Room Android采用Sqlite作为数据库存储.但由于Sqlite代码写起来繁琐且容易出错,因此Google推出了Room,其实Room就是在Sqlite上面 ...

  9. SimpleDateFormat 线程安全问题修复方案

    问题介绍 在日常的开发过程中,我们不可避免地会使用到 JDK8 之前的 Date 类,在格式化日期或解析日期时就需要用到 SimpleDateFormat 类,但由于该类并不是线程安全的,所以我们常发 ...

  10. 《Web安全基础》01. 基础知识

    @ 目录 1:概念名词 1.1:域名 1.2:DNS 1.3:网站开发语言 1.4:后门 1.5:Web 1.6:Web 相关安全漏洞 2:数据包 2.1:HTTP 2.2:HTTPS 2.3:请求数 ...