A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: external swf files?

  1. #1
    Junior Member
    Join Date
    Mar 2005
    Location
    California
    Posts
    11

    external swf files?

    Hello...

    Is there a way to:

    From a button, check what swf file is loaded into _level1 and then tell it to gotoAndPlay frame #

    I have a feeling I need to use if and else, but I am not sure how to go about it.

    Any help would be appreciated.
    Is it done? Do it again!

  2. #2
    sockpuppet
    Join Date
    Mar 2005
    Posts
    323
    Don't you know what movie is loaded on that level?

    on(release){
    _level1.gotoAndPlay(X); // X is frame number
    }

  3. #3
    Junior Member
    Join Date
    Mar 2005
    Location
    California
    Posts
    11
    Well.....

    What I am trying to do is build a smarter navigation.
    So lets say you are on the contact page, and you click on the about us button. The about us button will check to see what swf is loaded into _level1 then goto and play the specified frame#. It will have 6 swf files to check if loaded.

    Maybe this is better explained for what I am trying to do...
    Is it done? Do it again!

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