Ver Mensaje Individual
  #5 (permalink)  
Antiguo 28/12/2008, 19:21
jimyxito
 
Fecha de Ingreso: diciembre-2008
Mensajes: 2
Antigüedad: 15 años, 4 meses
Puntos: 0
Respuesta: asp.net y swf

hola mira primeramente no puedes copiar un codigo de drean a asp utilizan lenguaje parecidos no iguales...mira te recomiendo que utilices este codigo lo usual que todo los usuarios preguntas es que si te inserta un control swf... pero no funciona....primeramente tienes que agregar tu elementeo swf a tu solucion luego tienes que copiar todo este codigo a tu asp en source luego tienes que poner el nombre del tu animacion swf a esta parte de rojo....

<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="250" height="100" CODEBASE="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0">
<PARAM NAME="MOVIE" VALUE="aqui_animacion_swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="true">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="aqui_animacion_swf" Width="250" height="100" PLAY="true" LOOP="true" QUALITY="high" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>


espero que te sirva eh...y suerte cuidate....