
09/01/2002, 13:22
|
 | | | Fecha de Ingreso: diciembre-2001
Mensajes: 5.286
Antigüedad: 23 años, 6 meses Puntos: 1 | |
Re: Asp y Flash
<%
'--- Parte de ASP ---
if trim(request("USERNAME")) <> "" then
'--- Trae algo
response.write("<center>")
response.write("<embed src=&quot;*.swf&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;468&quot; height=&quot;60&quot; play=&quot;true&quot; wmode=&quot;transparent&quot; menu=&quot;false&quot; loop=&quot;true&quot;>")
response.write("</center>") %>
espero que funcione
salu2 ;)
<embed src="http://www.autocar.com.mx/images/logo.swf" type="application/x-shockwave-flash" width="468" height="60" play="true" wmode="transparent" menu="false" loop="true"> |