Flash Advisor logo
:: Desktop Shortcut
:: Flash Help
Advice from Experts

Closed Thread
Results 1 to 2 of 2
  1. #1

    Default load movie to a particular frame. Possible??

    Hi,

    In my site Im using a flash file with loadMovie action. Tht is working fine.
    Now the problem is that I want to load not only an external SWF, but a particular frame within that (say Frame No. 10) or a frame label (say, "Run")..
    --------------------------
    In the button I used the following actions:

    on (release) {
    _level0.mymovie.loadMovie("file2.swf");
    }
    --------------------------
    is it possible? how?

    Plz help me out.

    bib1

  2. # ADS
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many
     
  3. #2
    Join Date
    May 2004
    Location
    U.S.A.
    Posts
    2,890

    Default

    Hi,

    That code will load a "file2.swf" into a movieclip called "mymovie". You cannot access a loaded movie until it is loaded. For sending a loaded movie to a frame, you could put an onLoad method in your movie that your loading...... something like...

    _root.onLoad = function() {
    _root.mymovie.gotoAndStop("run");
    }

    You could also put this in your main movie with the appropriate path...

    _root.mymovie.onEnterFrame = function() {
    _root.mymovie.gotoAndStop(10);
    }

    Kind of thinking out loud, .... have not tested these.

    HTH
    NTD

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Replies: 2
    Last Post: 01-22-2010, 12:28 AM
  2. Movie wont load
    By RacerX in forum Newbies
    Replies: 0
    Last Post: 10-04-2006, 03:49 AM
  3. Detect Frame Movie clip in
    By tsj5j in forum Flash Scripting
    Replies: 1
    Last Post: 04-19-2005, 07:35 AM
  4. Load Variable in nested movie
    By stentel in forum Advanced Flash
    Replies: 1
    Last Post: 10-22-2003, 06:25 AM
  5. looking idea for load movie
    By khurram in forum Flash Scripting
    Replies: 6
    Last Post: 09-03-2003, 11:06 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Sponsors
Create Speaking Characters for your website and Flash movies. 15 Day Free Trial