Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 14642 invoked from network); 12 Sep 2000 19:22:51 -0000 Received: from mail5.realtime.net (HELO bga.com) (205.238.128.241) by locus.apache.org with SMTP; 12 Sep 2000 19:22:51 -0000 Received: from bga.com ([205.238.178.45]) by bga.com ; Tue, 12 Sep 2000 14:22:37 -0600 Message-ID: <39BE82EE.603DD867@bga.com> Date: Tue, 12 Sep 2000 14:24:30 -0500 From: William Brogden Organization: Barely organized X-Mailer: Mozilla 4.61 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: using Flash? References: <39BE600C.85825A7F@centegy.com> <01ab01c01ce3$ba358f00$0209010a@1.1.1.ADG> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Richard Diaz wrote: > > Has anyone tried returning flash files to a Request? Does Flash and > Tomcat/JSP work ok? I would like to make the USER GUI with flash but have > the environment/navgation controlled by JSP. > > Thanks! > Rich > In theory you can return anything any other web server might return, but you need to set the content type and (probably) content length. -- WBB