Flasher Archive

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


Subject: Re: FLASH: Please Help ME
From: John Croteau
Date: Thu, 15 Oct 1998 00:46:43 +0100

Hi Gorka,

The code as you have posted below is not appropriate for use on the Web.
Though the syntax is correct this code will not work correctly.

You can NOT Load and Target a frame in that movie at the same time. It
takes time to Load a movie so even a Tell Target to the first frame may
not work reliably on the Web.
There must be sufficient time for a particular frame to be loaded before
you can go to it and it is best to check and see if that frame has
actually been loaded before doing a Tell Target to it.

> You can specify a TellTarget event for this new movie. Badly, the Macromedia
> Flash have a little bug in the help of the tell target.

DON'T USE Load Movie and Tell Target to the same movie in the same
Action on the Web!!!!!!!
> OnMouseEvent(Relaese)
> LoadMovie
> URL:yourURL
> Level#:2
> BeginTellTarget
> Target:_level2
> GoTo..
> EndTellTarget
> end OnMuoseEvent
>
> The firs Underscor doesnt apear in the flash documentation, only appears in
> a Technote.
> For more information, go to Flash Support and search for the technote #13479

> >Okay, here is the deal. Does anyone know if it is possible to Load a movie
> from a loaded movie and tell it to go to a particular label or frame number?
> >On Load, Level 0 loads Level 1 .swf
> >I want a button in the level 1 .swf that Loads the level 2 .swf but directs
> it to a specific place (be it label, frame number...I don't really care.)

----------- -----------------------
John Croteau croteauaterols [dot] com (mailto:croteauaterols [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-manageratshocker [dot] com. Problems to: owneratshocker [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-manageratshocker [dot] com


Replies
  RE: FLASH: Please Help ME, Gorka Cort�zar

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