Flasher Archive

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


Subject: Re: FLASH: Flash communication.
From: phillip m. torrone
Date: Sat, 26 Aug 2000 06:10:23 +0100

At 11:08 PM 8/25/00 EDT, you wrote:
>Can you have 2 embeded Flash movies in one HTML page talk to eachother? If
>so how? I don't mean 2 movies loaded in defferent level, I mean 2 separate
>movies (on different z-layers perhaps in HTML), NOT on top of eachother, in
>different parts of the page.
>Is it possible?


totally possible,

but there's difference in browsers (surprise) so there's not one solution
that i think will work on all platforms \ browsers.

here's what i've done before works in ie pc.

make sure each swf in the page are named something unique that you'll use
to call from actionsctipt and swLiveConnect is enabled (below).

NAME="swf1"
swLiveConnect="true"

NAME="swf2"
swLiveConnect="true"

in this example swf1 has a button with an action that sends a variable
called foo to swf2, swf2 also has a variable called foo

On (Release)
Get URL ("javascript:parent.window.document.swf2.SetVariable('foo',
'"&foo&"');")
End On

i think there's an example floating around, if not i'll post the one i have.

here's something that's useful.

Scripting Methods Supported in the Flash 4 Players:
http://www.macromedia.com/support/flash/ts/documents/f4_scripting_methods.htm

cheers,

phillip m. torrone
director of new technology
b r a i n c r a f t
627 broadway suite 504
new york, ny 10012
v: 212.539.1680 ext. 201
f: 212.539.1741
m: 201.921.9306
http://www.braincraft.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Flash communication., DRMRLPLS

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