Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia...

7
Supplementary Materials on Web Authoring

Transcript of Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia...

Page 1: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

Supplementary Materials on Web Authoring

Page 2: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

Supplementary Materials on Web Authoring

Insert Anchors & Add Hyperlinks Insert other multimedia elements:

Flash animations Video clips & Audio clips Background music

Page 3: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

Insert Anchors & Add Hyperlinks

Step 1: Insert > Named Anchor Step 2: Give a name for the anchor Step 3: Highlight the text on the

top Step 4: In the Property Inspector,

type in #name in the Link field

Page 4: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

Insert other multimedia elements: Flash Animations

Step 1: Insert > Media > Flash Step 2: Choose the flash movie file

Note: The flash movie file should be in swf as the file extension

Page 5: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

Insert other multimedia elements: Video & Audio Clips

Use the following html syntax within the body tag: <embed src= "filena

me" width="320" height="280" AUTOSTART=FALSE> </embed>

Note: width & height not necessary for embedding audio clips

Page 6: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

Insert other multimedia elements: Background music

Use the following html syntax within the body tag: <bgsound src=“filename“ loop=“n”>

File extension of sound files:e.g. mid, mp3, wav, etc.

Page 7: Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.

URLs for Reference

<EMBED> tag http://www.htmlcodetutorial.com/emb

eddedobjects/_EMBED.html http://www.webreference.com/js/colu

mn20/embed.html <BGSOUND> tag

http://www.webreference.com/js/column20/bgsound.html