hi,
u can try this ... i hope its helpfull
greetz
h1

btw: modify the refresh ... in head-meta tag --> 10 = 10 seconds ;-)

<HTML>
 <HEAD>
  <TITLE>Flash Detection in Progress...</TITLE>
  <META HTTP-EQUIV="Refresh" CONTENT="10;URL=http://www.powerflasher.de/noflash.htm";>
 </HEAD>

<body bgcolor="#000000" text="#FFFFFF">
  <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0";
 WIDTH=200 HEIGHT=200>
   <PARAM NAME=movie VALUE="fw6det.swf">
   <PARAM NAME=quality VALUE=high>
   <PARAM NAME=bgcolor VALUE=#000000>
   <EMBED src="fw6det.swf" quality=high bgcolor=#000000 WIDTH=200 HEIGHT=200 
TYPE="application/x-shockwave-flash" 
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";></EMBED>
  </OBJECT>
  <center>
   <FONT FACE="Arial,Helvetica" SIZE="+1"><B><font    
color="#FFFFFF">Loading...</font></B></FONT>    
  </center>
 </BODY>
</HTML>


> -----Ursprüngliche Nachricht-----
> Von: Carlos Cordova [mailto:[EMAIL PROTECTED]
> Gesendet: Dienstag, 25. Mai 2004 19:25
> An: [EMAIL PROTECTED]
> Betreff: Download flash archive
> 
> 
> Hi!
> 
> I have problems when i try to download a macromedia flash 
> archive (swf)
> in browsers who dont have flash plug-in.
> What can i do this?
> My servlet only send the file, but I cant verify if the 
> browser have the
> plug-in.
> Many html pages use this :
> 
> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="http://download.macromedia.com/pub/shockwave/cabs/fl
> ash/swflash.ca
> b#version=6,0,0,0"
> WIDTH="320" HEIGHT="240" id="ovni" ALIGN="">
> <PARAM NAME=movie VALUE="ovni.swf"> <PARAM NAME=quality 
> VALUE=high> <PARAM
> NAME=bgcolor VALUE=#FFFFFF> <EMBED src="ovni.swf" quality=high
> bgcolor=#FFFFFF  WIDTH="320" HEIGHT="240" NAME="ovni" ALIGN=""
>  TYPE="application/x-shockwave-flash"
> PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer";></EMBED>
> </OBJECT>
> </BODY>
> 
> How can I put this in my download?
> Thanks in advance
> 
> ______________________________________________________________
> _____________
> To unsubscribe, send email to [EMAIL PROTECTED] and 
> include in the body
> of the message "signoff SERVLET-INTEREST".
> 
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: 
> http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
> 

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to