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/flash/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

Reply via email to