Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: JSP & Flash
From: Mike Chambers
Date: Thu, 22 Jun 2000 17:01:53 +0100

You need to get the response object.

PrintWriter out = response.getPrintWriter()

set the content type:

out.setContentType("FLASH MIME TYPE HERE");

(I am not sure off the top of my head what the flash mime type is.)

and then write the bytes of the flash file out to the browser.

This would probably be easier to do with a servlet than a JSP.

Hope that helps...

Mike Chambers

meshatspeakeasy [dot] org


----- Original Message -----
From: "John Dowdell" <jdowdellatmacromedia [dot] com>
To: <flasheratchinwag [dot] com>
Sent: Wednesday, June 21, 2000 1:00 PM
Subject: Re: FLASH: JSP & Flash


> At 11:14 AM 6/21/0, Kuehl Melissa-wlmk06 wrote:
> >I need to know how to serve a flash file from a JSP page where the JSP
page
> >is used in place of the SWF file but when it executes or is loaded, a SWF
> >file is sent. Example: <PARAM NAME=MOVIE VALUE=FILE.JSP> or <EMBED
> >SRC=FILE.JSP>
>
> This sounds intriguing. I'm not sure what it is, though. Is there perhaps
> an URL that illustrates what you're trying to achieve...?
>
> jd
>
>
>
>
> John Dowdell, Macromedia Tech Support, San Francisco CA US
> Search technotes: http://www.macromedia.com/support/search/
> Offlist email risks capture by the spam filters. I may not see your
> email if it's not on the list. Private one-on-one email options are
> available via Priority Access: http://www.macromedia.com/support/
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
> www.flashforward2000.com
> Produced by United Digital Artists and lynda.com
> Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
> shockwave.com and Electric Rain.
> 1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
> Register before June 30 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: JSP & Flash, John Dowdell

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]