77
© Anthony J. Nowakowski, Ph.D. Multimedia on the Web

Multimedia on the Web

  • Upload
    galya

  • View
    19

  • Download
    0

Embed Size (px)

DESCRIPTION

Multimedia on the Web. EDC 601 Instructional Technologies. We will look at the Web in three ways:. We will look at the Web in three ways:. Accessing multimedia on the Web Accessing the Web from PowerPoint Accessing PowerPoint from the Web. - PowerPoint PPT Presentation

Citation preview

Page 1: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

Multimediaon the Web

Page 2: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

We will look at the Web in three ways:

• Accessing multimedia on the Web

• Accessing the Web from PowerPoint

• Accessing PowerPoint from the Web

We will look at the Web in three ways:

In all cases we need to consider the connection speed.

In all cases we need to consider the connection speed.

Page 3: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Connection Speeds• POTS• ISDN/DSL/Cell• Satellite• Cable• LAN

Page 4: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

DownloadedMedia

Accessing

from the Web

Page 5: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Textual Media

As we have already seen, you can use an HTML editor or text editor and just add the text. This is analogous to entering text in a word processor.

Page 6: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Graphical Media

As we have seen, placing graphics in a Web page is different. Graphics are NOT embedded within the page, instead they are linked from the Web page. You can use an HTML editor to generate the necessary code, or use a text editor to write the code.

Note 1: as their extension implies, animated gifs are treated as graphics files – not video files!

Note 1: as their extension implies, animated gifs are treated as graphics files – not video files!

Note 2: unlike PPT where graphics are embedded in a slide, graphics are always linked in a Web page!

Note 2: unlike PPT where graphics are embedded in a slide, graphics are always linked in a Web page!

Page 7: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Audio Media

As with graphics, audio files are linked – not embedded. Generally, it requires a text editor to create the code, and then it may or may not work!

Page 8: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Coding<EMBED SRC=“file_location” options>

where some options are:autostart=true/falseloop=true/false

volume= ??% height= ??

width= ??

Unfortunately, it is not a simple as it appears!!! As we will see, the results depend on both the

browser and the plug-ins/helpers that are installed on the client computers.

Unfortunately, it is not a simple as it appears!!! As we will see, the results depend on both the

browser and the plug-ins/helpers that are installed on the client computers.

Page 9: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

<embed SRC="allison.mid" autostart=true loop=true hidden=true>

IE

Page 10: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

<embed SRC="allison.mid" autostart=true loop=false height=15

width=100>

IE

Page 11: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

<embed SRC="shutdown.wav" autostart=true loop=false hidden=false>

IE

Page 12: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Video/Animation Media

Just as graphics and audio files are linked, so are video/animation files. Generally, a text editor is needed to create the code, and then it may or may not work!

Page 13: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

<embed SRC="blowup.avi" autostart=true height=375 width=246 loop=false>

IE

Page 14: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Video/Animation MediaTo the best of my knowledge, a Shockwave file (.swf) will always play in a Web page.

Remember, that Camtasia Producer allows us Remember, that Camtasia Producer allows us to save a video file as a .swf file, and it to save a video file as a .swf file, and it generates the necessary HTML code to play it.generates the necessary HTML code to play it.

Remember, that Camtasia Producer allows us Remember, that Camtasia Producer allows us to save a video file as a .swf file, and it to save a video file as a .swf file, and it generates the necessary HTML code to play it.generates the necessary HTML code to play it.

IEIE

Page 15: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Sometimes, FrontPage can be used to create a link to a video/animation file, so let’s see how.

Video/Animation Media

Page 16: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Video/Animation Media

The Shockwave player is built in to IE 6.0 or the player can be downloaded from Macromedia’s Web site.

Page 17: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Video/Animation Media

Shockwave videos/animations can be interactive. (Remember that was a criterion in one of the multimedia definitions.)

Page 18: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

StreamedMedia

Accessing

fromthe Web

Page 19: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

We have already discussed

streaming media, so let's look at

examples from the Web...

www.abcnews.go.com

www.pbs.org/newshour/video/index.html

Page 20: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 21: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Accessing the Web from

PowerPoint

Page 22: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

You can create a hyperlink using :

an action button,

or a graphic.

CIS 601

text,

Page 23: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Accessing PowerPoint

from the Web

Page 24: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Since PowerPoint presentations are files, they are linked from the Web page. You can use an HTML editor to generate the necessary code, or use a text editor to write the code. Once again, we will look at a FrontPage example.

Let’s look at the difference between linking directly to a PPT slide show and using the Save as Web Page options.

Page 25: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Excel:Excel:

xxx.xls C:\My Documents\MyHTML.htm

You can use Office97/98’s converters to "Save as HTML"and create Web "documents".

Page 26: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 27: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Access:

yyy.mdbWeb page for each

table, query, form,

and report selected

Web page for each

table, query, form,

and report selected

You can use Office97/98’s converters to “Export"

and create Web "documents".

Page 28: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 29: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

One Web page for each printed page of the report.

One Web page for each printed page of the report.

Page 30: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

PowerPoint:

zzz.pptsubdirectory: zzz

containing:

3x +15 files

subdirectory: zzz

containing:

3x +15 files

You can use Office97/98’s converters to "Save as HTML"and create Web "documents".

There is a seven step wizard to guide you through the process of

customizing and creating these files.

There is a seven step wizard to guide you through the process of

customizing and creating these files.

Page 31: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

3 * 49 + 15 = 162

Page 32: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Word: www.doc www.mht

You can use Office2000/XP/2003’s converters to "Save as Web page"

and create Web "documents".

www.doc www.htm + www_files Folder

Page 33: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 34: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 35: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Using Office2007 to convert to a Web page is slightly different and has three

Save As Web page options.

Word: www.doc www.mht www.doc www.htm + www_files Folder The default file type for Office2007 is now .docx, but you can still work with .doc files.

The default file type for Office2007 is now .docx, but you can still work with .doc files.

Page 36: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

According to Microsoft, “This feature is only recommended for experienced Web authors who are concerned about the tags that appear in their HTML files.”

According to Microsoft, “This feature is only recommended for experienced Web authors who are concerned about the tags that appear in their HTML files.”

Page 37: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 38: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Excel: xxx.xls xxx.mht

You can use Office2000/XP/2003’s converters to "Save as Web page"

and create Web "documents".

xxx.xls xxx.htm + xxx_files Folder

Page 39: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 40: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 41: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 42: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 43: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Using Office2007 to convert to a Web page has the same two Save As

Web page options.

Excel: xxx.xls xxx.htm + xxx_files Folder

xxx.xls xxx.mht

The default file type for Office2007 is now .xlsx, but you can still work with .xls files.The default file type for Office2007 is now .xlsx, but you can still work with .xls files.

Page 44: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 45: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 46: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Access:

yyy.mdbWeb page for each

table, query, form,

and report selected

Web page for each

table, query, form,

and report selected

You can use Office2000/XP/2003’s converters to “Export"

and create Web "documents".

The Web pages are identical to those already

shown for Access 97.

The Web pages are identical to those already

shown for Access 97.

Page 47: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Access:

Office2007 does NOT allow you to create Web “documents ”. You can

“publish” them to a Microsoft SharePoint Services site, which Buffalo

State does NOT have!

The default file type for Office2007 is now .accdb, but you can still work with .mdb files.

The default file type for Office2007 is now .accdb, but you can still work with .mdb files.

yyy.mdb

Page 48: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

You can use Office2000/XP/2003’s converters to "Save as Web page"

and create Web "documents".

PowerPoint:

zzz.ppt zzz.mht zzz.ppt zzz.htm

+ zzz_files Folder

Page 49: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

You have several Web publishing options.

Page 50: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

TOC

Note: the original file zzz.ppt is 7,016 KB, zzz.mht is a single 12,446 KB file, and zzz.htm

is a small file 3 KB that points to the remaining files in the zzz_files folder, which

has 619 files and is 9,030 KB.

Note: the original file zzz.ppt is 7,016 KB, zzz.mht is a single 12,446 KB file, and zzz.htm

is a small file 3 KB that points to the remaining files in the zzz_files folder, which

has 619 files and is 9,030 KB.

Page 51: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Using Office2007 to convert to a Web page has the same two Save As

Web page options.

The default file type for Office2007 is now .pptx, but you can still work with .ppt files.

The default file type for Office2007 is now .pptx, but you can still work with .ppt files.

PowerPoint:

zzz.ppt zzz.mht zzz.ppt zzz.htm

+ zzz_files Folder

Page 52: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

You have several Web publishing options.

Page 53: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

TOC

Note: the size of the original .ppt file, .mht file, and .htm file and folder is comparible to

the ones created by Office 2000/XP/2003.

Note: the size of the original .ppt file, .mht file, and .htm file and folder is comparible to

the ones created by Office 2000/XP/2003.

Page 54: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Additional HTML

Features

Page 55: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Forms

Page 56: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

text box

text window

check box

radio button

action button

menu

others ...

Form Objects

Page 57: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Frames

Page 58: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

1. Design frame layout

2. Determine frame attributes

3. Load frame contents

Frames

Page 59: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Where can we gofrom here?

Page 60: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Programming

for the Web

Page 61: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Why do we need programming for the Web???

EDC 601Survey

Page 62: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Server-side vs.

Client-side

Web Programming

Page 63: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Web “Languages”Markup

HTMLXMLDHTMLCSS

ScriptingJavaScriptVBScript

ProgrammingJavaperlVisual BasicC/C++

Page 64: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 65: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 66: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 67: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 68: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 69: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 70: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 71: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 72: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 73: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 74: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 75: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 76: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies

Page 77: Multimedia on the Web

© Anthony J. Nowakowski, Ph.D.

EDC 601 Instructional Technologies