Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/02/2002, 11:28
Avatar de BrceWayne
BrceWayne
 
Fecha de Ingreso: marzo-2001
Ubicación: Frente a las ballenas, con el sol sobre el mar y un horizonte lejano de Buenos Aires.
Mensajes: 386
Antigüedad: 23 años, 1 mes
Puntos: 2
Solución al swf incrustado en un mail

Hace un tiempo planteé esta pregunta en el foro y no dimos con nada que realmente funcionara, hoy posteo la solución.
Por un lado tenemos que alojar en un servidor el .swf y por otro tenemos que generar un html, con el swf incrustado para usar de diseño de fondo (usando el outlook).
Pero se le deben poner ciertas especificaciones al embed del .swf, acá les pongo el código:
<TR>
<TD colSpan=2 height=204>
<DIV align=center> <OBJECT classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000
codeBase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
height=171 width=596>
<PARAM NAME="_cx" VALUE="15769">
<PARAM NAME="_cy" VALUE="4524">
<PARAM NAME="Movie" VALUE="http://www.TU DIRECCION.com/DIRECTORIO/NOMBRE DE LA ANIMACION.swf">
<PARAM NAME="Src" VALUE="http://www.TU DIRECCION.com/DIRECTORIO/NOMBRE DE LA ANIMACION.swf">
<PARAM NAME="WMode" VALUE="Window">
<PARAM NAME="Play" VALUE="-1">
<PARAM NAME="Loop" VALUE="-1">
<PARAM NAME="Quality" VALUE="High">
<PARAM NAME="SAlign" VALUE="">
<PARAM NAME="Menu" VALUE="-1">
<PARAM NAME="Base" VALUE="">
<PARAM NAME="Scale" VALUE="ShowAll">
<PARAM NAME="DeviceFont" VALUE="0">
<PARAM NAME="EmbedMovie" VALUE="0">
<PARAM NAME="SWRemote" VALUE="">
<PARAM NAME="Stacking" VALUE="below">
<embed
src="http://www.TU DIRECCION.com/DIRECTORIO/NOMBRE DE LA ANIMACION.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="596" height="171">
</embed>
</OBJECT></DIV>
<DIV align=center></DIV>
</TD>
</TR>

Este ejemplo está adentro de una tabla, pero pueden prescindir de ella.

<div align="center"><img src="http://www.solutionsabc.com/firmabrce.gif" width="200" height="42">
</div>