A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Load movie into _layer0

  1. #1
    Junior Member
    Join Date
    Sep 2000
    Posts
    11
    I have a problem with the load movie action.
    I have one button (advies) that links to another .swf file (advies.swf).
    In this action i want to load this file into _layer0 and replace the existing one (with the button).
    But what happens is that the first movie unloads but the new one doesn't appear.

    On (Release)
    Load Movie ("advies.swf", 0)
    End On

    all the files are in the same folder

    Url of the page: homepage.mac.com/zebaz

  2. #2
    Moderator
    FK Junkie
    TiefighT's Avatar
    Join Date
    Aug 2000
    Posts
    683
    Hi,

    Layer 0 refers to the main timeline, so if you start loading and unloading movies from that layer you can get in trouble pretty quick . Try loading your movies into level 1 instead of level 0 and see if that fixes it.

    Tell me how it goes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center