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里面,有没 ...
随机推荐
- 10分钟讲清int 和 Integer 的区别
其实在Java编程中,int和Integer都是非常常用的数据类型,但它们之间存在一些关键的区别,特别是在面向对象编程中.所以接下来,就让我们一起来探讨下关于int和Integer的区别这个问题吧. ...
- 向量数据库Faiss的搭建与使用
向量数据库Faiss是Facebook AI研究院开发的一种高效的相似性搜索和聚类的库.它能够快速处理大规模数据,并且支持在高维空间中进行相似性搜索.本文将介绍如何搭建Faiss环境并提供一个简单的使 ...
- python学习笔记:第九章异常
1.1 异常是什么 python使用异常对象来表示异常状态,并在遇到错误时引发异常.异常对象未被处理,程序将终止并显示一条错误信息. 我们可以通过各种方法引发和捕获错误,并采取对应措施. 1.2 将& ...
- 即构发布 LCEP 低代码互动平台产品 RoomKit,实现互动房间0代码搭建
2月5日,全球云通讯服务商ZEGO即构科技发布低代码互动平台 LCEP(Low-code Engagement Platform)产品 RoomKit,支持1V1在线课堂.小班课.大班课.视频会议.视 ...
- 详解在Linux中修改Tomcat使用的jdk版本
问题分析 由于部署个人项目使用了openjdk11,但是我之前安装的是jdk1.8,jdk版本升级的后果就是,tomcat运行的时候报一点小bug(因为之前安装tomcat默认使用了系统的jdk版本) ...
- 论文日记四:Transformer(论文解读+NLP、CV项目实战)
导读 重磅模型transformer,在2017年发布,但就今天来说产生的影响在各个领域包括NLP.CV这些都是巨大的! Paper<Attention Is All You Need>, ...
- OSS的使用(谷粒商城58-64)
OSS的使用(谷粒商城58-64) 购买之类的就不在这里详述了,阿里云文档几乎都写了 创建bucket 学习阶段,相对独特的点在于我们需要选择公共读 项目开发阶段,不能选择公共读了,要尽量选择私有(代 ...
- pe文件格式图片
- 介绍一个简易的MAUI安卓打包工具
介绍一个简易的MAUI安卓打包工具 它可以帮助进行MAUI安卓的打包. 虽然也是用MAUI写的,但是只考虑了Windows版本,mac还不太会. 没什么高级的功能,甚至很简陋,它能做的,只是节省你从M ...
- CSS:使用透明色
使用如下代码: background-color="#00000000"