Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Loading, Unloading Movies etc. w/ javascript |
From: | John Croteau |
Date: | Tue, 6 Oct 1998 21:07:01 +0100 |
Hi Bill,
> Is anyone else using javascript instead of the rather spotty load, unload,
> tell target interface inside of Flash. I have found that I have more control
> and a more stable interface when I use scripting functions to control all of
> my layered movies instead of the ones inside of Flash.
> A few of the added bonuses to using a script based control are the ability
> to use arrays to keep track of your layers, the ability to easily execute
> multiple operations at once and you can execute a wider variety of
> operations through scripting than in Flash. I personally am glad they built
> this functionality into Flash and I hope it stays supported in the future.
The programming interface inside Flash is limited to Tell Targets but
this can be very powerful. Berto uses a lot of JavaScript many times
when tell target could be used instead. See
http://www.FlashZone.com/FLAs/advanced/advanced.html
The big problem with using JavaScript and Flash is it is limited to the
following browers:
Netscape 3+ - Win 95/98/NT and PowerMacs
MSIE 3+ - Win 95/98/NT
Using Tell Targets may require innovative programming techniques which
are completely different from JavaScript. Multiple commands in Flash are
just as easy as from JavaScript (often easier).
I use both Tell Target and JavaScript where each is appropriate. Not
limiting accessability to a Flash site by using JavaScript when a Tell
Target solution will do.
Visual examples of Tell Target use instead of JavaScript:
http://www.smashingideas.com/siaconcentration.htm
http://www.macromedia.com/support/flash/how/show/tictactoe/tictactoe.html
In my Flash Clock Tutorial in Part One the Basic timer is made without
JavaScript. Only in Part Two do I use JavaScript to get the correct time
from the computer.
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
FlashTeK(Advanced Websites with Flash) http://www.CrownMall.com/Flash/
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: Loading, Unloading Movies etc. w/, Bill Wagner
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]