Skip to main content

¿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

  1. Ir a la dirección:
  2. http://www.creatingonline.com/image_editing/3d_textmaker.htm
  3. Introducir la palabra "Multimedia"
  4. Pulsar sobre el botón "preview"
  5. Pulsar sobre la imagen de la ventana que se abre y con el botón derecho del ratón elegir "Guardar imagen como..."
  6. Abrir un editor de páginas html e incorporarlo.

INCORPORAR UN VÍDEO

  1. Ir a http://www.youtube.com
  2. Teclear en Search: animator vs animation
  3. 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>
 
  1. Incorporarlo en una página html

INSERCION DE ELEMENTOS MULTIMEDIA EN PAGINAS HTML