ryanSmithART.com/courses/2016


week_10

- talk about "Project B"


*Check homework
first

this week you were to:
- keep working on "Project B"
- have some html pages (& CSS) finished
- finish as much of the site as you can
- add video, (or do research on how to add sound)
- try adding a slideshow, or animation



how to edit sound, using iTunes?
http://www.animal-sounds.org/


<embed src="porlock.mp3" width="320" height="32"></embed>
or


<audio controls>
<source src="horse.ogg" type="audio/ogg">
<source src="horse.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

autoplay?

Also:
<embed src="sound.wav" width="0" height="0" hidden="true"></embed>









.gif animations:



| ??? |


Always remember :
Just Because You Can Do It, Doesn't Mean You Should




HOME WORK (due at the beginning of class, next week)

"Project B"