Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: Controlling Flash Content Via HTML |
From: | P.A.Richardson |
Date: | Sun, 9 Jul 2000 21:46:51 +0100 |
I've got the code for sending variables from html to the falsh movie and
it is as follows -
in between the head tags of html insert the following code -
<script language = "JavaScript">
<!--
function PassFlash()
{
top.mov.document.movie.SetVariable("loc", "main");
}
//-->
</script>
This passes loc=main to the movie in a frame called mov, when the
function is called. This requires name="movie" swLiveConnect="true" in
object tags for MSIE and in the embed tags for netscape of the movie.
That works fine.
However how do I get the movie to constantly check the value of the
variables I'm sending it and act accordingly?
Many thanks
Paul
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 helpchinwag [dot] com
Replies
Re: FLASH: Controlling Flash Content Via, Davis
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]