Insert a scratch project into a ppt (MSPowerPoinT file)在powerpoint中播放Scratch动画
Insert a scratch project into a ppt (MSPowerPoinT file)在powerpoint中播放Scratch动画
- 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动画的更多相关文章
- 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 ...
- 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 ...
- 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 ...
- 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 ...
- 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 在网 ...
- 解决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
- sql insert into select语句写法-将查询结果直接插入到表中
insert into month_gpcj_info(idStr,zszrmygpsl,xyzrmygpsl,mycje,mycjl,month_date,dataCompiledDate) sel ...
- android的Project has no default.properties file! Edit the project properties to set one. 的解决
网上找来这种方法基本解决: 在我们导入Android工程时,有时候会出现如题所述的错误,打开工程目录可以看到,目录下的default.properties文件没有了或者多出了一个project.pro ...
- select into from 和 insert into select 的区别和用法及 SQL SELECT INTO 中Undeclared variable错误解决办法
今天试了一下数据表中的数据备份到另一个空的数据表,然后使用了SQL SELECT INTO语句,然后提示Undeclared variable......错误,现在在这里做下总结并给出解决办法. 应用 ...
- Error:Failed to load project configuration:xxxxxxxxxxxxxxxxxxxx cannot read file .idea/misc.xml
你这idea不会没有配置默认jdk吧?你看看File--other settings--default project structure,看看project setting的project里面,有没 ...
随机推荐
- CMU15445 (Fall 2020) 数据库系统 Project#3 - Query Execution 详解
前言 经过前两个实验的铺垫,终于到了执行 SQL 语句的时候了.这篇博客将会介绍 SQL 执行计划实验的实现过程,下面进入正题. 总体架构 一条 SQL 语句的处理流程可以归纳为: SQL 被 Par ...
- @Repeatable元注解的使用
@Repeatable注解表明标记的注解可以多次应用于相同的声明或类型,此注解由Java SE 8版本引入.以下示例如何使用此注解: 第一步,先声明一个重复注解类: package org.sprin ...
- Python asyncio 库源码分析
Python asyncio 库源码分析 前言 本着 「路漫漫其修远兮, 吾将上下而求索」 的精神.终于要开始深入研究 Python 中 asyncio 的源码实现啦. 本文章可能篇幅较长,因为是逐行 ...
- 在linux上启动arthas报“Can not find java process”
发生背景 完整报错信息: [***@localhost ~]$ java -jar arthas-boot.jar [INFO] JAVA_HOME: /usr/lib/jvm/java-1.8.0- ...
- Spring MVC 前后台传递json格式数据 Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported
若使用默认的json转换器,则需要如下包: <mvc:annotation-driven /> 报错如下: Content type 'application/x-www-form-url ...
- vue3 安装 3d-force-graph
1.首先创建vue3的项目 2.创建好后通过开发工具打开项目并打开命令行,输入指令 npm install 3d-force-graph 安装即可 3.在使用的页面中引入 3d-force-graph ...
- List去除重复数据的五种方式
来自:CSDN,作者:多纤果冻 链接:https://blog.csdn.net/qq_37939251/article/details/90713643 以下介绍五种-不同的方法去除 Java 中A ...
- (占坑编辑中)hexo个人博客主页添加百度搜索资源平台
hexo个人博客主页添加百度搜索资源平台 目的是在百度搜你的网站,可以搜到 配置过程 添加效果: 我的个人博客主页,欢迎访问 我的CSDN主页,欢迎访问 我的简书主页,欢迎访问 我的GitHub主页, ...
- Spring的Bean标签配置(一)
Bean标签基本配置 由于配置对象交由Spring来创建 默认情况下它调用的的是类中的无参构造函数,如果没有无参构造函数则不会创建成功 id:唯一标识符号,反射是通过无参构造创建对象的. class: ...
- .NET周刊【7月第5期 2023-07-30】
国内文章 PaddleSharp:跨越一年的版本更新与亮点 https://www.cnblogs.com/sdflysha/p/20230724-paddlesharp-in-a-year.html ...