Download presentation
Presentation is loading. Please wait.
1
Publishing on the WWW Multimedia for the WWW
2
Introduction What is multimedia ? Mostly experienced via CD-Roms, games, from hard drive. Needs power and speed for best quality.
3
Combining Media Page based Synchronisation based Interactive user control
4
Options (1): ‘Page’ Based Extend HTML: MIME types
5
Example <OBJECT data=“movies/intro.mov” type=“video/quicktime”>
6
Options (2) – ‘Page’ Based Programming JavaScript ActiveX Streaming Media Streaming Technologies
7
Options (3) – ‘Synchronised’ Pure hypermedia has no temporal structure. Synchronised Multimedia Integration Language (SMIL). Allows media to be coordinated and played over time.
8
SMIL Example: Timeline
9
SMIL Example: Implementation <video src = “movies/logo.mov” type = “video/quicktime” /> <img src = “images/house1.jpeg” type = “image/jpeg” dur = “5s” />…
10
Difficulties Multimedia is bandwidth intensive. Still need a power computer to display the multimedia. Vagaries of net traffic.
11
Solutions 1 Compress data (sound, images etc) Compression = degradation = Poorer quality Have to strike a balance in compression - optimisation
12
Solutions 2 Embed the multimedia application Flash Shockwave Toolbook Neuron
13
Solutions 3 JavaScript Integral to browsers Downloaded in HTML of web page Component of DHTML
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.