¿Cómo se incorporan?
Veamos cómo incorporarlos en páginas html;
- Imagen, sonido, vídeo
- Animación flash, gifs animados
- Álbum fotos
- Vídeos
- Sonidos
INCORPORAR UNA IMAGEN
- Ir a la dirección:
- http://www.creatingonline.com/image_editing/3d_textmaker.htm
- Introducir la palabra "Multimedia"
- Pulsar sobre el botón "preview"
- Pulsar sobre la imagen de la ventana que se abre y con el botón derecho del ratón elegir "Guardar imagen como..."
- Abrir un editor de páginas html e incorporarlo.
INCORPORAR UN VÍDEO
- Ir a http://www.youtube.com
- Teclear en Search: animator vs animation
- Copiar el código que aparece en embed en una página html
<object width="425" height="350"> <param name="movie" value="http://www.youtube.com/v/c24t7Onr_Pw"> </param> <param name="wmode" value="transparent"></param> <embed src="http://www.youtube.com/v/c24t7Onr_Pw" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"> </embed></object>
- Incorporarlo en una página html
INSERCION DE ELEMENTOS MULTIMEDIA EN PAGINAS HTML