Flasher Archive

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


Subject: Re: FLASH: Cache Advantages
From: John Croteau
Date: Tue, 9 Nov 1999 17:57:38 GMT

Hi Kevin,

> I've noticed that if you download a flash movie with
> variables after it (filename.swf?title=abc&size=800&etc), and those
> variables change, then Netscape would re-download the flash file. I
> was hopign to take advantage of the cache, but this is not the case.
> So, how can I have, for example, a row of buttons, that changes
> dynamically depending on the page you are on with a variable
> communicating to it that page without reloading the movie,
> essentially pulling it from the cache.
> Would a VERY small flash file that does a LOAD MOVIE, would
> this achieve it?
> Could I have the flash movie refence my variables using FS
> Command or Load Variables via Javascript?
You can Set or Get Variables from the HTML page using JavaScript.

> A LoadMovie to a CGI is not an option because I would need a
> variable to send it which page I'm on which defeats the purpose of
> this question
>From Flash you would normally use Load Variables to receive variables on
a dynamic page such as a CGI page. Just update the CGI page and have
Flash listen with an action similar to:
Load Variables("test.cgi",0)

For rouund trip (Send and receive data):
Load Variables("test.cgi",0,vars=POST)

The Load Variables action is available as a option in the Load Movie
Action window.

--
Coming Soon Flash 4 Web Animation F/X and Design
http://www.amazon.com/exec/obidos/ASIN/1576105555/flashcentral
----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Cache Advantages, Kevin Lewis

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