Diferencia entre revisiones de «Flash»

De MoodleDocs
Sin resumen de edición
Sin resumen de edición
Línea 1: Línea 1:
Flash content can easily be included in your courses.
Flash content can easily be included in your courses.
Contenidos en FLASH pueden ser facilmente incorporados en sus Cursos.
 
[['''Contenidos en FLASH pueden ser facilmente incorporados en sus Cursos'''.]]
----


If you have the multimedia filter enabled then simply linking to the file in an HTML area such as a label, HTML block or section description will also display the Flash file inline. At the moment, however, all flash files will play at the same size site-wide. See the forum posts below for hacks to change this.
If you have the multimedia filter enabled then simply linking to the file in an HTML area such as a label, HTML block or section description will also display the Flash file inline. At the moment, however, all flash files will play at the same size site-wide. See the forum posts below for hacks to change this.

Revisión del 14:11 14 abr 2006

Flash content can easily be included in your courses.

'''Contenidos en FLASH pueden ser facilmente incorporados en sus Cursos'''.


If you have the multimedia filter enabled then simply linking to the file in an HTML area such as a label, HTML block or section description will also display the Flash file inline. At the moment, however, all flash files will play at the same size site-wide. See the forum posts below for hacks to change this.

Si tiene el filtro de multimedias activado, entonces simplemente vincule el archivo dentro de una área del HTML como una etiqueta, un Bloque o en una sección de descripción, de tal manera que pueda presentarse el archivo de Flash en línea. Por ahora, todos los archivos de FLASH a ser presentados deben tener el mismo ancho del area del HTML, donde fueron ubicados. Vea los mensajes del foro, seguidamente, para realizar estos cambios.

You can use HTML code and the object tag to set individual movie sizes which will work with most browsers except Microsoft's Internet Explorer

Puede utilizar codigo HTML y etiqueta de objeto para fijar los tamaños individuales de la película, los cuales trabajarán con la mayoría los browsers a excepción del Internet Explorer de Microsoft


<object width="600" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"> <param name="movie" value="http://yoursite.org/file.php/2/movie.swf" /> <param name="quality" value="high" /> <embed width="600" height="400" src="http://yoursite.org/file.php/2/movie.swf" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>



Enlaces