Flasher Archive

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


Subject: Re: FLASH: Flash and Java servelets
From: Mike Chambers
Date: Mon, 3 Jul 2000 15:11:48 +0100

Jaya,

Do a load movie from your flash file. It should look something like this:

Load Movie ("/servlets/LoadMovie", 1, vars=POST)

(You can use POST or GET)("/servlets/LoadMovie" is the path to your servlet)

Make sure to set and send any variables that your servlet will need to
determine which file to send back.

Set up either a doPost() or doGet() method in your servlet.

Then have your servlet send the bytes for the loading Flash file back to the
Flash movie. Make sure that you set the correct mime type.

Hope that helps...

Mike C

meshatspeakeasy [dot] org


----- Original Message -----
From: <jayamkvatbangalore [dot] phl [dot] com>
To: <flasheratshocker [dot] com>
Sent: Sunday, July 02, 2000 11:47 PM
Subject: FLASH: Flash and Java servelets


> Hi Everyone,
>
> I have a initial screen wherein there are three buttons, each of which
will
> lead the user to different paths or next swf file.
>
> This is on the web therefore we need to store the initial navigation of
the
> user. To store the navigation we have servlet which when invoked will have
> a method to add the new user with the "which button clicked" information
> now what I am not able to understand how can send the information from
> flash to the servlet as well as load the subsequent swf file.
>
> Do we need to use FSCommand, if so can any of you kindly direct me in this
> or even give some addresses of tutorial or something to go ahead in this
> area,
>
> Thanks in advance
> Jaya
>
> PS: You can personally mail me also
> e-mail: jayamkvatbangalore [dot] phl [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
>
>


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
  FLASH: Flash and Java servelets, jayamkv

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