Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: working between two files |
From: | John Croteau |
Date: | Thu, 22 Oct 1998 20:25:14 +0100 |
Hi Anna,
> Does anyone know if it is possible to communcate between
> two flash files.....
> i have on file which (on rollover a certain button) i want to tell
> the second SWF file to stop. then (on rollout of the same button)
> tell the SWF file to start.
If they can both be loaded from the same Flash .swf Movie then use Load
Movie and Levels. The command is _levelx where x is the a number between
0 and 16000. The original movie loads on Level zero others above.
```````````````````````````````````````
If loaded separately ther are 3 Methods:
1) HTML Loader - Use GetURL to call an HTML page that can make any
JavaScript call with any Flash capable Browser.
2) FSCommand - Works with only 32 bit Live Connect and ActiveX Browsers
Netscape 3+ Win 95/98/NT and Power Mac
MSIE 3+ Win 95/98/NT
3) JavaScript: Protocol
MSIE 3 or Opera - Errors and doesn't work.
All the MM notes j.d. pointed out and more from MM and others are listed
at the Flash Tech Resource under Scripting.
http://www.FlashCentral.com/Tech/Index.htm#Scripting
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
Need a PC ? -- Computer King --
http://www.crownmall.com/computers/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managershocker [dot] com. Problems to: ownershocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managershocker [dot] com
Replies
FLASH: working between two files, anna
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]