Buscar Tema

lunes, 27 de julio de 2009

3ero U2 Tema3_1 Html 2009

TERCER AÑO DE BACHILLERATO

UNIDAD II: PRESENCIA EN INTERNET

AÑO 2009 - 2010

Tema 3 _ 1: HTML y lenguajes script

Objetivo: Utilizar HTML o lenguajes scripts para mejorar la funcionalidad o presentación del Blog o sitio web.

HTML, siglas de HyperText Markup Language (Lenguaje de Marcas de Hipertexto), es el lenguaje de marcado predominante para la construcción de páginas web. Es usado para describir la estructura y el contenido en forma de texto, así como para complementar el texto con objetos tales como imágenes. HTML se escribe en forma de "etiquetas", rodeadas por corchetes angulares (<,>). HTML también puede describir, hasta un cierto punto, la apariencia de un documento, y puede incluir un script (por ejemplo Javascript), el cual puede afectar el comportamiento de navegadores web y otros procesadores de HTML.

HTML también es usado para referirse al contenido del tipo de MIME text/html o todavía más ampliamente como un término genérico para el HTML, ya sea en forma descendida del XML (como XHTML 1.0 y posteriores) o en forma descendida directamente de SGML (como HTML 4.01 y anteriores).

Códigos HTML básicos : define el inicio del documento HTML, le indica al navegador que lo que viene a continuación debe ser interpretado como código HTML.

  • : define la cabecera del documento HTML, esta cabecera suele contener información sobre el documento que no se muestra directamente al usuario. Como por ejemplo el título de la ventana del navegador. Dentro de la cabecera podemos encontrar:

Un ejemplo de código HTML con coloreado de sintaxis

· </span></code>: define el título de la página. Por lo general, el título aparece en la barra de título encima de la ventana</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><link></span></code>: para vincular el sitio a <a href="http://es.wikipedia.org/wiki/Hojas_de_estilo_en_cascada" title="Hojas de estilo en cascada"><span style="">hojas de estilo</span></a> o iconos Por ejemplo:<code><span style="font-size: 10pt;"><link rel="stylesheet" href="/style.css" type="text/css"></span></code></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><style></span></code>: para colocar el estilo interno de la página, ya sea usando <a href="http://es.wikipedia.org/wiki/Hojas_de_estilo_en_cascada" title="Hojas de estilo en cascada"><span style="">CSS</span></a>, <a href="http://es.wikipedia.org/wiki/JavaScript" title="JavaScript"><span style="">JavaScript</span></a> u otros lenguajes similares. No es necesario colocarlo si se va a vincular a un archivo externo usando la etiqueta <code><span style="font-size: 10pt;"><link></span></code></p> <ul type="disc"> <li class="MsoNormal" style=""><code><span style="font-size: 10pt;"><body></span></code>: define el contenido principal o cuerpo del documento. Esta es la parte del documento html que se muestra en el navegador; dentro de esta etiqueta pueden definirse propiedades comunes a toda la página, como <a href="http://es.wikipedia.org/wiki/HTML_%28colores%29" title="HTML (colores)"><span style="">color</span></a> de fondo y márgenes. Dentro del cuerpo <code><span style="font-size: 10pt;"><body></span></code> podemos encontrar numerosas etiquetas. A continuación se indican algunas a modo de ejemplo:</li> </ul> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><h1>, <h2>, <h3>, <h4>, <h5>, <h6></span></code>: encabezados o títulos del documento con diferente relevancia.</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><table></span></code>: define una tabla</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><tr></span></code>: fila de una tabla</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><td></span></code>: celda de datos de una tabla</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><a></span></code>: <a href="http://es.wikipedia.org/wiki/Hiperv%C3%ADnculo" title="Hipervínculo"><span style="">Hipervínculo</span></a> o enlace, dentro o fuera del <a href="http://es.wikipedia.org/wiki/Sitio_web" title="Sitio web"><span style="">sitio web</span></a>. Debe definirse el parámetro de pasada por medio del atributo <i>href</i>. Por ejemplo: <code><span style="font-size: 10pt;"><a href="http://www.wikipedia.org">Wikipedia</a></span></code> se representa como <a href="http://www.wikipedia.org/" title="http://www.wikipedia.org"><span style="">Wikipedia</span></a>)</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><div></span></code>: área de la página</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><img></span></code>: imagen. Requiere del atributo <i>src</i>, que indica la ruta en la que se encuentra la imagen. Por ejemplo: <code><span style="font-size: 10pt;"><img src="./imagenes/mifoto.jpg" /></span></code></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><li><ol><ul></span></code>: Etiquetas para listas.</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><b></span></code>: texto en negrita (<i>Etiqueta descartada. Se recomienda usar la etiqueta </i><code><i><span style="font-size: 10pt;"><strong></span></i></code>)</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><i></span></code>: texto en cursiva</p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><u></span></code>: texto subrayado</p> <ul type="disc"> <li class="MsoNormal" style="">La mayoría de etiquetas deben cerrarse como se abren, pero con una barra ("/") tal como se muestra en los siguientes ejemplos:</li> </ul> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><table><tr><td>Contenido de una celda<<b>/</b>td><<b>/</b>tr><<b>/</b>table></span></code></p> <p class="MsoNormal" style="margin-left: 72pt; text-indent: -18pt;"><!--[if !supportLists]--><span style="font-size: 10pt; font-family: Symbol;"><span style="">·<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><code><span style="font-size: 10pt;"><script>Código de un <a href="http://es.wikipedia.org/wiki/Script" title="Script">script</a> integrado en la página<<b>/</b>script></span></code></p> <p class="MsoNormal">----------</p> <p class="MsoNormal"><a name="Nociones_b.C3.A1sicas_de_HTML"></a><o:p> </o:p></p> <p class="MsoNormal">(Extraido de : <a href="http://es.wikipedia.org/wiki/HTML" target="_blank">http://es.wikipedia.org/wiki/HTML</a> )</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Realmente el código html está en formato del texto más simple, de tal manera que podemos crear una página web sin necesidad de un editor especial, solamente utilizando un editor de texto normal como el bloc de notas,</p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Vamos a realizar el siguiente <span style="font-size: 20pt; color: rgb(227, 108, 10);">ejercicio:<o:p></o:p></span></p> <p class="MsoNormal"><span style="font-size: 20pt; color: rgb(227, 108, 10);"><o:p> </o:p></span></p> <p class="MsoListParagraphCxSpFirst" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">1)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">Ingresa al bloc de notas de Windows.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">2)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">En el bloc de notas digita el siguiente código html:<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_3" spid="_x0000_i1029" type="#_x0000_t75" style="'width:585.75pt;height:432.75pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image010.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image011.jpg" shapes="Imagen_x0020_3" width="781" border="0" height="577" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;">Nota: Se debe ser extremadamente exacto con la forma de escribir o no resultará.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">3)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">Guárdelo en el escritorio <span style=""> </span>con el nombre mipagina.html<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_6" spid="_x0000_i1028" type="#_x0000_t75" style="'width:423pt;height:134.25pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image012.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image013.jpg" shapes="Imagen_x0020_6" width="564" border="0" height="179" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;">Nota: al cambiar la extensión de .txt a .html hacemos que la computadora lo identifique como página web.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpMiddle"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoListParagraphCxSpMiddle" style="text-indent: -18pt;"><!--[if !supportLists]--><span style="color: windowtext;"><span style="">4)<span style="font-family: "Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;"> </span></span></span><!--[endif]--><span style="color: windowtext;">Abra el archivo creado con un avegador como el Mozilla Fire Fox o Google Chrome.<o:p></o:p></span></p> <p class="MsoListParagraphCxSpLast"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_7" spid="_x0000_i1027" type="#_x0000_t75" style="'width:447pt;height:362.25pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image014.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image015.jpg" shapes="Imagen_x0020_7" width="596" border="0" height="483" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">LENGUAJES SCRIPT.<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">Los lenguajes Script o lenguajes de programación interpretados son lenguajes de programación (Permiten escribir comandos que harán funcionar a la computadora de una forma específica) que se pueden incluir en el código HTML para dar alguna funcionalidad especial a tu página.<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">Por ejemplo: puedes realizar una búsqueda en Google con el texto “Trucos HTML” y entre otras cosas saldrán códigos en Java o Vbs <span style=""> </span>que permitirán agregar detalles interesantes a tu codificación, la mayoría de las veces lo único que tienes que hacer es copiar y pegar el código en tu HTML. Si decides aprender a fondo estos lenguajes podrías llegar a crear tus propios trucos.<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;">Por ejemplo puedes agregar el siguiente truco:<o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><o:p> </o:p></span></p> <p class="MsoNormal" style="margin-left: 18pt;"><span style="color: windowtext;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_10" spid="_x0000_i1026" type="#_x0000_t75" style="'width:683.25pt;height:394.5pt;visibility:visible;"> <v:imagedata src="U2TEMA3_1%20Html_archivos/image016.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img src="http://central/Tercero/Unidad2/U2TEMA3_1%20Html_archivos/image017.jpg" shapes="Imagen_x0020_10" width="911" border="0" height="526" /><!--[endif]--></span><span style="color: windowtext;"><o:p></o:p></span></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal">Puedes consultar otros trucos en el siguiente vínculo: <a href="http://www.usuarios.sion.com/pauluk/trucospchtml.htm" target="_blank">http://www.usuarios.sion.com/pauluk/trucospchtml.htm</a></p> <p class="MsoNormal"><o:p> </o:p></p> <p class="MsoNormal"> </p> <p class="MsoNormal"><strong><span style="font-family: "Arial","sans-serif";">Tareas:</span></strong></p> <p class="MsoNormal"> </p> <ol start="1" type="1"> <li class="MsoNormal" style="color: windowtext;"><span style="color: black;">Agregar a su blog y a su página Web personal algún truco html.</span><span style="font-family: "Times New Roman","serif";"><o:p></o:p></span></li> </ol> <p class="MsoNormal"> </p> <p class="MsoNormal"><o:p> </o:p></p></b></span><p></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/3ero-u2-tema31-html-2009.html' itemprop='url'/> <a class='timestamp-link' href='http://informaticacomil3.blogspot.com/2009/07/3ero-u2-tema31-html-2009.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-27T13:24:00-05:00'>13:24</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=2562592607431390212&postID=6694719697722382276' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=6694719697722382276&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='http://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='http://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='http://informaticacomil3.blogspot.com/search/label/html' rel='tag'>html</a>, <a href='http://informaticacomil3.blogspot.com/search/label/informatica' rel='tag'>informatica</a>, <a href='http://informaticacomil3.blogspot.com/search/label/tercero' rel='tag'>tercero</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> <div class='inline-ad'> <script type="text/javascript"><!-- google_ad_client="pub-7343746323414040"; google_ad_host="pub-1556223355139109"; google_ad_host_channel="00000"; google_ad_width=300; google_ad_height=250; google_ad_format="300x250_as"; google_ad_type="text_image"; google_color_border="FFFFFF"; google_color_bg="FFFFFF"; google_color_link="29303B"; google_color_url="473624"; google_color_text="1B0431"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> <div class='post-outer'> <div class='post hentry uncustomized-post-template' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'> <meta content='http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image001.jpg' itemprop='image_url'/> <meta content='2562592607431390212' itemprop='blogId'/> <meta content='941135534164350794' itemprop='postId'/> <a name='941135534164350794'></a> <h3 class='post-title entry-title' itemprop='name'> <a href='http://informaticacomil3.blogspot.com/2009/07/tema-3-fotogramas-y-linea-de-tiempo.html'>2do Bach U2 Tema 3 2009</a> </h3> <div class='post-header'> <div class='post-header-line-1'></div> </div> <div class='post-body entry-content' id='post-body-941135534164350794' itemprop='description articleBody'> <tr style=""><td style="padding: 1.5pt; width: 554.25pt;" width="739"><p style="line-height: 24pt;"><span class="Apple-style-span" style="font-size:7;"><span class="Apple-style-span" style="font-size:48px;"></span></span></p></td></tr><tr style=""><td style="padding: 1.5pt; width: 554.25pt;" width="739"><p style="line-height: 24pt;"><span style=" Arial","sans-serif"; color: rgb(255, 102, 0); letter-spacing: 2.4pt;font-family:";font-size:18pt;">TEMA 3: FOTOGRAMAS Y LINEA DE TIEMPO <o:p></o:p></span></p> </td> </tr> <tr style="height: 57.75pt;"> <td style="padding: 1.5pt; height: 57.75pt;"> <p class="MsoNormal" style="line-height: 15pt;"><b><span style=" Arial","sans-serif"; color: rgb(45, 55, 77); letter-spacing: 1.2pt;font-family:";font-size:9pt;">Objetivo: Aplicar opciones de la línea de Tiempo y fotogramas para crear secuencias animadas.<o:p></o:p></span></b></p> </td> </tr> <tr style=""> <td style="padding: 1.5pt; background: rgb(255, 255, 204) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" background="http://central/Segundo/Unidad1/image004.jpg"> <ul type="disc"> <li class="MsoNormal" style="color: rgb(38, 53, 74); line-height: 16.5pt;"><strong><span lang="ES-TRAD">Referencias:</span></strong><span style=" Arial","sans-serif"; letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><o:p></o:p></span></li> <ul type="circle"> <li class="MsoNormal" style="color: rgb(38, 53, 74); line-height: 16.5pt;"><strong><span style=" Arial","sans-serif"; letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><a href="http://central/Segundo/Unidad2/tutorial-de-flash-mx.doc" target="_blank">Manual de Flash mx</a></span></strong><span style=" Arial","sans-serif"; letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><o:p></o:p></span></li> <li class="MsoNormal" style="color: rgb(38, 53, 74); line-height: 16.5pt;"><strong><span style=" Arial","sans-serif"; letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><a href="http://www.aulaclic.es/flash8/index.htm">Curso en Línea de Flash 8</a></span></strong><span style=" Arial","sans-serif"; letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><o:p></o:p></span></li> </ul> </ul> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style=""> <td style="padding: 0.75pt; width: 88%;" width="88%"> <p class="MsoNormal" style=""><a name="linea_t"></a><span style=" Arial","sans-serif"; color: rgb(153, 0, 51);font-family:";font-size:13.5pt;">La Línea de Tiempo</span><span style=" Arial","sans-serif"; color: rgb(128, 0, 64);font-family:";font-size:13.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 12%;" width="12%"> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"> <o:p></o:p></span></p> </td> </tr> </tbody></table> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1); display: none;font-family:";font-size:9.5pt;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style="height: 161.25pt;"> <td style="padding: 0.75pt; width: 56%; height: 161.25pt;" width="56%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">La </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Línea de Tiempo</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> representa una forma de ver los fotogramas de modo simplificado. Consta de 2 partes. <o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">1)</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> Los </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Fotogramas (frames) </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">que vienen delimitados por líneas verticales (formando rectángulos)<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">2)</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> Los </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Números de Fotograma</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> que permiten saber qué número tiene asignado cada fotograma, cuánto dura o cuándo aparecerá en la película. <o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Además, en la parte inferior hay herramientas para trabajar con </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Papel cebolla </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">e información sobre el </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Número de Fotograma actual</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> (1 en la imagen), la </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Velocidad de los Fotogramas</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> (12.0 en la imagen) y el</span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;"> Tiempo de película</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> transcurrido (0.0s en la imagen).<o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 44%; height: 161.25pt;" width="44%"> <p class="MsoNormal" style="text-align: center;" align="center"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shapetype id="_x0000_t75" coordsize="21600,21600" spt="75" preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe" filled="f" stroked="f"> <v:stroke joinstyle="miter"> <v:formulas> <v:f eqn="if lineDrawn pixelLineWidth 0"> <v:f eqn="sum @0 1 0"> <v:f eqn="sum 0 0 @1"> <v:f eqn="prod @2 1 2"> <v:f eqn="prod @3 21600 pixelWidth"> <v:f eqn="prod @3 21600 pixelHeight"> <v:f eqn="sum @0 0 1"> <v:f eqn="prod @6 1 2"> <v:f eqn="prod @7 21600 pixelWidth"> <v:f eqn="sum @8 21600 0"> <v:f eqn="prod @7 21600 pixelHeight"> <v:f eqn="sum @10 21600 0"> </v:formulas> <v:path extrusionok="f" gradientshapeok="t" connecttype="rect"> <o:lock ext="edit" aspectratio="t"> </v:shapetype><v:shape id="Imagen_x0020_65" spid="_x0000_i1037" type="#_x0000_t75" style="'width:292.5pt;height:81.75pt;visibility:visible;mso-wrap-style:square'"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image003.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="109" shapes="Imagen_x0020_65" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image001.jpg" width="390" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> </tr> <tr style="height: 36.75pt;"> <td colspan="2" style="padding: 0.75pt; height: 36.75pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">A nivel conceptual, la </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Línea de Tiempo</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> representa la sucesión de Fotogramas en el tiempo. Es decir, la película Flash no será nada más que los fotogramas que aparecen en la </span><b><span style=" Arial","sans-serif"; color: rgb(0, 153, 0);font-family:";font-size:10.5pt;">Línea de tiempo </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">uno detrás de otro, en el orden que establece la misma </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Línea de tiempo</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">.</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><a name="a1"></a><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">FOTOGRAMAS:<o:p></o:p></span></p> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style=""> <td colspan="2" style="padding: 0.75pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Un </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotograma</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> representa el contenido de la película en un instante de tiempo. Por tanto, una animación no es más que una sucesión de fotogramas. Todo esto se puede controlar desde la </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Línea de Tiempo, </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">pero no todos los fotogramas tienen el mismo comportamiento ni se tratan igual. Veamos qué tipos de fotogramas hay y cuáles son sus rasgos.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt; width: 17%;" width="17%"> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_68" spid="_x0000_i1036" type="#_x0000_t75" style="'width:99pt;height:1in;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image015.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="96" shapes="Imagen_x0020_68" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image002.jpg" width="132" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotograma Clave (KeyFrame) </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">: Son fotogramas con un contenido especifíco, se crean, por tanto, para insertar en ellos un nuevo contenido no existente en la película. Se identifican por tener un punto negro en el centro y cuando esté vacío se le diferencia por una línea negra vertical.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Por ejemplo, en el ejemplo de la "pelota" que rebotaba en el suelo habría 3 </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Keyframes</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">. Uno para cada posición distinta de la pelota.<o:p></o:p></span></p> </td> </tr> <tr style=""> <td colspan="2" style="padding: 0.75pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotograma Normal (Normal Frame) :</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> Estos fotogramas siempre siguen a los fotogramas clave, no representan contenido nuevo y son de clor gris.<o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt; width: 17%;" width="17%"> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_71" spid="_x0000_i1035" type="#_x0000_t75" style="'width:99.75pt;height:72.75pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image017.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="97" shapes="Imagen_x0020_71" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image004.jpg" width="133" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">El último fotograma de una secuencia de </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas normales</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> viene representado por un cuadrado blanco sobre fondo gris.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">En el ejemplo, los fotogramas del 2 - 5 son </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas normales</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">, su contenido no es nuevo, esto es, es el mismo que el del fotograma 1. Como vemos, su misión es prolongar la duración de un </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotograma clave o keyframe.</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> </tr> <tr style=""> <td colspan="2" style="padding: 0.75pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotograma Contenedor: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">No son fotogramas propiamente dichos, sino que representan un lugar dentro de la Línea de Tiempo en la que se puede insertar uno. Por defecto ocupan toda la película y Flash no los tendrá en cuenta al publicar la película. En la imagen anterior, son </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas contenedor</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> todos los fotogramas a partir del 12 (incluido). 1 de cada 5 </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas contenedor</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> es gris, el resto, blancos.<o:p></o:p></span></p> </td> </tr> <tr style="height: 19.5pt;"> <td colspan="2" style="padding: 0.75pt; height: 19.5pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotograma Vacío: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Son fotogramas sin contenido, Su color es blanco.<o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 0.75pt; width: 17%;" width="17%"> <p class="MsoNormal" style=""><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_74" spid="_x0000_i1034" type="#_x0000_t75" style="'width:96.75pt;height:71.25pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image005.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="95" shapes="Imagen_x0020_74" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image006.jpg" width="129" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">En la imagen, los fotogramas del 6 al 11 (incluidos) son </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas vacíos</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">. No debemos confundirlos con los </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas contenedor</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">, pues estos últimos vienen delimitados por líneas verticales grises (no negras). Si se inserta algo en estos fotogramas, pasan a ser </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Keyframes.</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> <o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Es importante resaltar que Flash no ignora estos fotogramas y simplemente mostrará una imagen en blanco. (no dará por terminada la animación). De modo que si queremos que un objeto aparezca en el fotograma 1 y después otra vez en el fotograma 10. Los fotogramas del 2 al 9 deberán ser </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">fotogramas vacíos</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> ya que así el objeto "desaparecerá" y volverá a aparecer. <o:p></o:p></span></p> </td> </tr> <tr style="height: 51pt;"> <td style="padding: 0.75pt; width: 17%; height: 51pt;" width="17%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_77" spid="_x0000_i1033" type="#_x0000_t75" style="'width:74.25pt;height:42pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image007.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="56" shapes="Imagen_x0020_77" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image008.jpg" width="99" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><br /> </span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10pt;">Fot. Etiquetado.</span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%; height: 51pt;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotograma Etiquetado (Label Frame): </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Contiene en la parte superior una "bandera" roja que indica que tienen un nombre asociado. Dicho nombre se establece desde el Panel "Frame". Si la duración del frame es la suficiente, se puede leer el nombre (o etiqueta) que identifica al conjunto de fotogramas.<o:p></o:p></span></p> </td> </tr> <tr style="height: 51pt;"> <td style="padding: 0.75pt; width: 17%; height: 51pt;" width="17%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_80" spid="_x0000_i1032" type="#_x0000_t75" style="'width:58.5pt;height:40.5pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image009.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="54" shapes="Imagen_x0020_80" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image010.jpg" width="78" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><br /> </span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10pt;">Fot. con Acciones</span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%; height: 51pt;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotograma con Acciones asociadas: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Contienen en la parte superior una "a" que indica que tienen una acción asociada. Estos fotogramas son especialmente importantes, pues estas acciones, en principio "ocultas" (para verlas hay que acceder al Panel Acciones) pueden cambiar el comportamiento de la película. En la imagen, la acción existente en el fotograma 1 afecta también al 2 y al 3 (por ser fotogramas normales). El fotograma 4 no tiene acciones y sí las tiene el 5.<o:p></o:p></span></p> </td> </tr> <tr style="height: 14.25pt;"> <td colspan="2" style="padding: 0.75pt; height: 14.25pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Fotogramas Animados: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Pueden ser de 2 tipos:<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">1) </span></b><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotogramas de Animación de Movimiento:</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> Vienen caracterizados por el color morado y representa el movimiento (con o sin efectos) de un objeto, que pasa de la posición del </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Keyframe</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> inicial al final. Para representar esta animación aparece una flecha entre estos </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Keyframes.</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> </tr> <tr style="height: 53.25pt;"> <td style="padding: 0.75pt; width: 17%; height: 53.25pt;" width="17%"> <p class="MsoNormal" style="text-align: center;" align="center"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_83" spid="_x0000_i1031" type="#_x0000_t75" style="'width:98.25pt;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image011.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="93" shapes="Imagen_x0020_83" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image012.jpg" width="131" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><br /> </span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10pt;">Fot. de Anim de Mov.</span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%; height: 53.25pt;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Esta imagen representa el ejemplo de la pelota. Del frame 1 se pasa al 6, (Flash representará el movimiento entre ambas posiciones en la película final) y del 6 al 11. Otro movimiento.<o:p></o:p></span></p> </td> </tr> <tr style="height: 33.75pt;"> <td colspan="2" style="padding: 0.75pt; height: 33.75pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">2) </span></b><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Fotogramas de animación de Forma: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Vienen caracterizados por el color verde y representan un cambio en la forma de un objeto, que pasa de la forma que tenía en el </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Keyframe</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> inicial a la del final. Para representar esta animación aparece una flecha entre estos </span><b><span style=" Arial","sans-serif"; color: rgb(0, 0, 153);font-family:";font-size:10.5pt;">Keyframes.</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> </tr> <tr style="height: 53.25pt;"> <td style="padding: 0.75pt; width: 17%; height: 53.25pt;" width="17%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_86" spid="_x0000_i1030" type="#_x0000_t75" style="'width:97.5pt;height:71.25pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image013.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="95" shapes="Imagen_x0020_86" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image029.jpg" width="130" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><br /> </span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10pt;">Fot. de Anim de Forma.</span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%; height: 53.25pt;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Este ejemplo, similar al de arriba representa el cambio de forma de la pelota. En el frame 1 tendría la forma original, en el frame 5, forma de cuadrado (por ejemplo) y en el 11, otra forma distinta.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> <o:p></o:p></span></p> </td> </tr> <tr style="height: 53.25pt;"> <td style="padding: 0.75pt; width: 17%; height: 53.25pt;" width="17%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_89" spid="_x0000_i1029" type="#_x0000_t75" style="'width:114pt;height:48.75pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image030.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="65" shapes="Imagen_x0020_89" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image031.jpg" width="152" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 83%; height: 53.25pt;" width="83%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">En esta última imagen aparecen casi todos los tipos de fotogramas, ¿los reconoces?<o:p></o:p></span></p> </td> </tr> </tbody></table> <p class="MsoNormal"><span style=" Arial","sans-serif"; font-family:";font-size:8.5pt;color:black;"><o:p></o:p></span></p> </td> </tr> </tbody></table> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1); display: none;font-family:";font-size:9.5pt;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style=""> <td style="padding: 0.75pt; width: 88%;" width="88%"> <p class="MsoNormal" style=""><a name="capas"></a><span style=" Arial","sans-serif"; color: rgb(153, 0, 51);font-family:";font-size:13.5pt;">Las Capas</span><span style=" Arial","sans-serif"; color: rgb(128, 0, 64);font-family:";font-size:13.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 12%;" width="12%"> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"> <o:p></o:p></span></p> </td> </tr> </tbody></table> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1); display: none;font-family:";font-size:9.5pt;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style="height: 140.25pt;"> <td style="padding: 0.75pt; width: 81%; height: 140.25pt;" width="81%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style="color:black;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_46" spid="_x0000_i1025" type="#_x0000_t75" alt="http://www.aulaclic.es/flash8/comunes/orangeball.gif" style="'width:10.5pt;height:10.5pt;visibility:visible;mso-wrap-style:square;"> <v:textbox style="'mso-rotate-with-shape:t'/"> </v:shape><![endif]--><!--[if !vml]--><img alt="http://www.aulaclic.es/flash8/comunes/orangeball.gif" border="0" height="14" shapes="Imagen_x0020_46" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image032.gif" width="14" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">El concepto de </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Capa </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">es fundamental para manejar Flash de forma eficiente. Dada la importancia de estas, se le dedicará un tema completo. Aún así, veamos a grandes rasgos qué son las capas.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Una </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Capa</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> se puede definir como una película independiente de un único nivel. Es decir, una </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">capa</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> contiene su propia Línea de Tiempo (con infinitos fotogramas). <o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Los objetos que estén en una determinada </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">capa</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> comparten fotograma y por tanto, pueden "mezclarse" entre sí. Esto es interesante a menudo, pero otras veces es conveniente separar los objetos de modo que no interfieran entre sí. Para ello, crearemos tantas capas como sea necesario. El uso de múltiples capas además, da lugar a películas bien ordenadas y de fácil manejo (es conveniente colocar los sonidos en una capa independiente llamada "Sonidos", por ejemplo). Las ventajas y desventajas de usar capas se verá en el Tema 8.<o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 19%; height: 140.25pt;" width="19%"> <p class="MsoNormal" style="text-align: center;" align="center"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_92" spid="_x0000_i1028" type="#_x0000_t75" style="'width:134.25pt;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image033.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="112" shapes="Imagen_x0020_92" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image034.jpg" width="179" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> </tr> </tbody></table> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1); display: none;font-family:";font-size:9.5pt;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style=""> <td style="padding: 0.75pt; width: 71%;" width="71%"> <p class="MsoNormal" style=""><a name="area"></a><span style=" Arial","sans-serif"; color: rgb(153, 0, 51);font-family:";font-size:13.5pt;">El Área de Trabajo</span><span style=" Arial","sans-serif"; color: rgb(128, 0, 64);font-family:";font-size:13.5pt;"><o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 29%;" width="29%"></td> </tr> </tbody></table> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1); display: none;font-family:";font-size:9.5pt;"><o:p> </o:p></span></p> <table class="MsoNormalTable" style="width: 100%;" width="100%" border="0" cellpadding="0"> <tbody><tr style="height: 185.25pt;"> <td style="padding: 0.75pt; width: 65%; height: 185.25pt;" width="65%"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">El Área de trabajo consta de numerosas partes, veámoslas:<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style="color:black;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_48" spid="_x0000_i1026" type="#_x0000_t75" alt="http://www.aulaclic.es/flash8/comunes/orangeball.gif" style="'width:9.75pt;height:10.5pt;visibility:visible;mso-wrap-style:square;"> <v:textbox style="'mso-rotate-with-shape:t'/"> </v:shape><![endif]--><!--[if !vml]--><img alt="http://www.aulaclic.es/flash8/comunes/orangeball.gif" border="0" height="14" shapes="Imagen_x0020_48" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image035.gif" width="13" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">La parte más importante es el </span><b><span style=" Arial","sans-serif"; color: rgb(108, 108, 202);font-family:";font-size:10.5pt;">Escenario</span></b><b><span style=" Arial","sans-serif"; color: rgb(0, 153, 0);font-family:";font-size:10.5pt;">,</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> sobre el escenario dibujaremos y colocaremos los diferentes elementos de la película que estemos realizando. El escenario tiene unas propiedades muy importantes, ya que coinciden con las </span><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:maroon;">Propiedades del documento</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">.</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> Para acceder a ellas, hagamos clic con el botón derecho sobre cualquier parte del escenario en la que no haya ningún objeto y después sobre </span><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:maroon;">Propiedades del documento</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">:<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Añade metadatos a tus archivos para una mejor inclusión de estos en los motores de busqueda rellenando los campos de </span><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Título</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> y </span><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Descripción</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Dimensiones</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Determinan el tamaño de la película. El tamaño mínimo es de 1 x 1 px (píxeles) y el máximo de 2880 x 2880 px.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Coincidir</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">: </span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Provocan que el tamaño de la película coincida con el botón seleccionado (tamaño por defecto de la Impresora, Contenidos existentes o los elegidos como Predeterminados) <o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Color de Fondo</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">:</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> El color aquí seleccionado será el color de fondo de toda la película.<o:p></o:p></span></p> </td> <td style="padding: 0.75pt; width: 35%; height: 185.25pt;" width="35%"> <p class="MsoNormal"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><!--[if gte vml 1]><v:shape id="Imagen_x0020_95" spid="_x0000_i1027" type="#_x0000_t75" style="'width:296.25pt;height:250.5pt;visibility:visible;"> <v:imagedata src="U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image036.png" title=""> </v:shape><![endif]--><!--[if !vml]--><img border="0" height="334" shapes="Imagen_x0020_95" src="http://central/Segundo/Unidad2/U2Tema3fOTOGRAMSlINEAtIEMPO_archivos/image037.jpg" width="395" /><!--[endif]--></span><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:9.5pt;"><o:p></o:p></span></p> </td> </tr> <tr style="height: 84.75pt;"> <td colspan="2" style="padding: 0.75pt; height: 84.75pt;"> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Veloc. Fotogramas</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">:</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> O número de fotogramas por segundo que aparecerán en la película. <o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><b><span style=" Arial","sans-serif"; font-family:";font-size:10.5pt;color:green;">Unidades de Regla</span></b><b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">:</span></b><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;"> Unidad que se empleará para medir las cantidades.<o:p></o:p></span></p> <p class="MsoNormal" style="margin: 12.65pt 7.9pt 3.95pt 11.85pt; text-align: justify; text-indent: 11.85pt;"><span style=" Arial","sans-serif"; color: rgb(107, 1, 1);font-family:";font-size:10.5pt;">Transformar en predeterminado: Este botón, propio de la nueva versión de Flash, permite almacenar las propiedades del documento actual y aplicarlas a todos los documentos nuevos que se creen desde ese instante en adelante. Estas propiedades por supuesto podrán ser alteradas desde este panel cuando se desee. <o:p></o:p></span></p> </td> </tr> </tbody></table> <p style="margin-left: 36pt; line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"> <o:p></o:p></span></p> <p class="MsoNormal" style="margin-left: 36pt; text-align: justify; text-indent: -18pt; line-height: 16.5pt;"><span style="color: rgb(38, 53, 74); letter-spacing: 1.2pt;"> <o:p></o:p></span></p> </td> </tr> <tr style=""> <td style="padding: 1.5pt; background: rgb(255, 153, 51) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top"> <p class="MsoNormal" style="line-height: 15pt;"><b><span style=" Arial","sans-serif"; color: rgb(45, 55, 77); letter-spacing: 1.2pt;font-family:";font-size:9pt;">TAREAS / DEBERES / PRÁCTICAS </span></b><span class="estilo21"><b><span style=" color: rgb(45, 55, 77); letter-spacing: 1.2pt;font-size:7pt;">Nota:Las tareas en clase y los deberes son a mano en el cuaderno de computación. </span></b></span><b><span style=" Arial","sans-serif"; color: rgb(45, 55, 77); letter-spacing: 1.2pt;font-family:";font-size:9pt;"><o:p></o:p></span></b></p> </td> </tr> <tr style=""> <td style="padding: 1.5pt; background: rgb(255, 255, 204) none repeat scroll 0% 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;" valign="top" background="http://central/Segundo/Unidad2/image004.jpg"> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"> <o:p></o:p></span></p> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;">Práctica:<o:p></o:p></span></p> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;">En Flash, Realizar un dibujo utilizando colores distintos y herramientas varias, darle una pequeña animación. <o:p></o:p></span></p> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><o:p> </o:p></span></p> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;">Deber en casa:<o:p></o:p></span></p> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;">En el cuaderno de Informática:<o:p></o:p></span></p> <p style="margin-left: 36pt; text-indent: -18pt; line-height: 16.5pt;"><!--[if !supportLists]--><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><span style="">1.<span style="Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;font-family:";font-size:7pt;"> </span></span></span><!--[endif]--><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;">Realice un gráfico Organigrama, mapa conceptual, mentefacto o mapa mental donde se resuma los tipos de fotogramas y su utilidad.<o:p></o:p></span></p> <p style="margin-left: 36pt; text-indent: -18pt; line-height: 16.5pt;"><!--[if !supportLists]--><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"><span style="">2.<span style="Times New Roman"; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal; font-size-adjust: none; font-stretch: normal; -x-system-font: none;font-family:";font-size:7pt;"> </span></span></span><!--[endif]--><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;">Realzar un informe con captura de pantallas explicando el ejercicio que realizó en clase.<o:p></o:p></span></p> <p style="line-height: 16.5pt;"><span style=" Arial","sans-serif"; color: rgb(38, 53, 74); letter-spacing: 1.2pt;font-family:";font-size:8.5pt;"> </span></p></td></tr><p></p> <div style='clear: both;'></div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='post-author vcard'> Publicado por <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta content='https://www.blogger.com/profile/02566578067127996884' itemprop='url'/> <a class='g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' title='author profile'> <span itemprop='name'>Luis Edgar Sánchez</span> </a> </span> </span> <span class='post-timestamp'> en <meta content='http://informaticacomil3.blogspot.com/2009/07/tema-3-fotogramas-y-linea-de-tiempo.html' itemprop='url'/> <a class='timestamp-link' href='http://informaticacomil3.blogspot.com/2009/07/tema-3-fotogramas-y-linea-de-tiempo.html' rel='bookmark' title='permanent link'><abbr class='published' itemprop='datePublished' title='2009-07-27T12:49:00-05:00'>12:49</abbr></a> </span> <span class='post-comment-link'> <a class='comment-link' href='https://www.blogger.com/comment.g?blogID=2562592607431390212&postID=941135534164350794' onclick=''> No hay comentarios: </a> </span> <span class='post-icons'> <span class='item-control blog-admin pid-1424826230'> <a href='https://www.blogger.com/post-edit.g?blogID=2562592607431390212&postID=941135534164350794&from=pencil' title='Editar entrada'> <img alt='' class='icon-action' height='18' src='https://resources.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/> </a> </span> </span> <div class='post-share-buttons goog-inline-block'> </div> </div> <div class='post-footer-line post-footer-line-2'> <span class='post-labels'> Etiquetas: <a href='http://informaticacomil3.blogspot.com/search/label/comil' rel='tag'>comil</a>, <a href='http://informaticacomil3.blogspot.com/search/label/comil3' rel='tag'>comil3</a>, <a href='http://informaticacomil3.blogspot.com/search/label/fotogramas' rel='tag'>fotogramas</a>, <a href='http://informaticacomil3.blogspot.com/search/label/intformatica' rel='tag'>intformatica</a>, <a href='http://informaticacomil3.blogspot.com/search/label/luis' rel='tag'>luis</a>, <a href='http://informaticacomil3.blogspot.com/search/label/profeluis' rel='tag'>profeluis</a>, <a href='http://informaticacomil3.blogspot.com/search/label/tiempo' rel='tag'>tiempo</a> </span> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> </div> </div> </div></div> </div> <div class='blog-pager' id='blog-pager'> <span id='blog-pager-newer-link'> <a class='blog-pager-newer-link' href='http://informaticacomil3.blogspot.com/' id='Blog1_blog-pager-newer-link' title='Entradas más recientes'>Entradas más recientes</a> </span> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://informaticacomil3.blogspot.com/search?updated-max=2009-07-27T12:49:00-05:00&max-results=2' id='Blog1_blog-pager-older-link' title='Entradas antiguas'>Entradas antiguas</a> </span> <a class='home-link' href='http://informaticacomil3.blogspot.com/'>Inicio</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Suscribirse a: <a class='feed-link' href='http://informaticacomil3.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Entradas (Atom)</a> </div> </div> </div></div> </div> <div id='sidebar-wrapper'> <div class='sidebar section' id='sidebar'><div class='widget AdSense' data-version='1' id='AdSense1'> <div class='widget-content'> <script type="text/javascript"><!-- google_ad_client="pub-7343746323414040"; google_ad_host="pub-1556223355139109"; google_ad_host_channel="00000"; google_alternate_ad_url="http://www.blogger.com/img/blogger_ad160x600.html"; google_ad_width=160; google_ad_height=600; google_ad_format="160x600_as"; google_ad_type="text_image"; google_color_border="FFFFFF"; google_color_bg="FFFFFF"; google_color_link="29303B"; google_color_url="473624"; google_color_text="1B0431"; //--></script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <div class='clear'></div> </div> </div></div> </div> <div id='footer-wrapper'> <div class='footer section' id='footer'><div class='widget Profile' data-version='1' id='Profile1'> <h2>Datos personales</h2> <div class='widget-content'> <a href='https://www.blogger.com/profile/02566578067127996884'><img alt='Mi foto' class='profile-img' height='80' src='//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjq5rKvBpQoTK-4ud9x-2RY-6LZWjdfKkrkgMgLJyyUBQHvkQOqL3OkKdzV5YUSJNMwOJwkpCCG6syi1PPf5Ysben76Fi2WbC-PXqPLrDlOtJvMWTVuR1vSfZvOl4ZrXw/s151-r/n1778932076_2049.jpg' width='80'/></a> <dl class='profile-datablock'> <dt class='profile-data'> <a class='profile-name-link g-profile' href='https://www.blogger.com/profile/02566578067127996884' rel='author' style='background-image: url(//www.blogger.com/img/logo-16.png);'> Luis Edgar Sánchez </a> </dt> <dd class='profile-data'>Machala, El Oro, Ecuador</dd> <dd class='profile-textblock'>Informático, docente, filósofo maniatado, artista en pausa.</dd> </dl> <a class='profile-link' href='https://www.blogger.com/profile/02566578067127996884' rel='author'>Ver todo mi perfil</a> <div class='clear'></div> </div> </div></div> </div> </div> </div></div></div></div> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/1807328581-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY7G-KfqRk5JabawmThqLxeN0JnapQ:1714192953653';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d2562592607431390212','//informaticacomil3.blogspot.com/2009_07_26_archive.html','2562592607431390212'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '2562592607431390212', 'title': 'INFORMATICA EN EL COMIL3', 'url': 'http://informaticacomil3.blogspot.com/2009_07_26_archive.html', 'canonicalUrl': 'http://informaticacomil3.blogspot.com/2009_07_26_archive.html', 'homepageUrl': 'http://informaticacomil3.blogspot.com/', 'searchUrl': 'http://informaticacomil3.blogspot.com/search', 'canonicalHomepageUrl': 'http://informaticacomil3.blogspot.com/', 'blogspotFaviconUrl': 'http://informaticacomil3.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'es', 'localeUnderscoreDelimited': 'es', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22INFORMATICA EN EL COMIL3 - Atom\x22 href\x3d\x22http://informaticacomil3.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22INFORMATICA EN EL COMIL3 - RSS\x22 href\x3d\x22http://informaticacomil3.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22INFORMATICA EN EL COMIL3 - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/2562592607431390212/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseClientId': 'ca-pub-7343746323414040', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': true, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/16e657cb9c57b8a2', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Obtener enlace', 'key': 'link', 'shareMessage': 'Obtener enlace', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Compartir en Facebook', 'target': 'facebook'}, {'name': 'Escribe un blog', 'key': 'blogThis', 'shareMessage': 'Escribe un blog', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Compartir en Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Compartir en Pinterest', 'target': 'pinterest'}, {'name': 'Correo electr\xf3nico', 'key': 'email', 'shareMessage': 'Correo electr\xf3nico', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27es\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Leer m\xe1s', 'pageType': 'archive', 'pageName': '2009-07-26', 'pageTitle': 'INFORMATICA EN EL COMIL3: 2009-07-26'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Editar', 'linkCopiedToClipboard': 'El enlace se ha copiado en el Portapapeles.', 'ok': 'Aceptar', 'postLink': 'Enlace de la entrada'}}, {'name': 'template', 'data': {'isResponsive': false, 'isAlternateRendering': false, 'isCustom': false}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'INFORMATICA EN EL COMIL3', 'description': 'Clases de Inform\xe1tica para bachillerato en el Colegio Militar \x22H\xe9roes del 41\x22 Machala - Ecuador', 'url': 'http://informaticacomil3.blogspot.com/2009_07_26_archive.html', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': false, 'isArchive': true, 'isLabelSearch': false, 'archive': {'year': 2009, 'month': 7, 'day': 26, 'rangeMessage': 'Mostrando entradas de julio 26, 2009'}}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HeaderView', new _WidgetInfo('Header1', 'header', document.getElementById('Header1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogSearchView', new _WidgetInfo('BlogSearch1', 'main', document.getElementById('BlogSearch1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogArchiveView', new _WidgetInfo('BlogArchive1', 'main', document.getElementById('BlogArchive1'), {'languageDirection': 'ltr', 'loadingMessage': 'Cargando\x26hellip;'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'main', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/2336605088-lbx__es.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_AdSenseView', new _WidgetInfo('AdSense1', 'sidebar', document.getElementById('AdSense1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_ProfileView', new _WidgetInfo('Profile1', 'footer', document.getElementById('Profile1'), {}, 'displayModeFull')); </script> </body> </html>