Can I make a Flash movie go to a frame from a URL

Ask a Question related to Macromedia Flash Actionscript, Design and Development.

  1. #1

    Default Can I make a Flash movie go to a frame from a URL

    Here's the situation, I have a flash movie that has 5 (or so) scenes. The Flash
    piece is on the same page as the hyperlinks and I want to be able to control
    the Flash file (i.e. jump to a new scene) based on these HTML hyperlinks. I am
    trying to avoid adding the hyperlinks (as buttons) to my Flash piece because
    their proximity isn't close enough without making the Flash file too large.

    I figured that using HTML hyperlinks will involve some sort of javascript, so
    I was also thinking about creating a separate Flash file to house the 5 or 6
    hyperlinks (meaning there'd be one Flash file with the 5 scenes and another
    Flash file with the navigation), but I still don't know how to make one Flash
    file make another Flash file jump to a specific scene (even if they are on the
    same page).

    I found scripts on how to pass variables back and forth, but nothing about
    navigation. Is there an easy way to do this?

    Suggestions?

    -Thanks, Mark

    DarthMarklar Guest

  2. Similar Questions and Discussions

    1. Re-entering a flash movie at a different frame.
      Is it possible to re-enter a flash movie at a different frame. A little more on what I what to do: My flash movie buttons get a URL, an html...
    2. Starting a Flash Movie on a Specific Frame (Other Than One)
      Is it possible to specify that a Flash movie embedded on an HTML page start at a frame other than one? I have a fairly complex, multi-level Flash...
    3. counting the frame for Flash movie never advances
      Hi, I'm using frame and framecount on a flash movie to test if the movie is over or not. Here is a sample of my code which lies in a frame...
    4. Controlling frame of Flash movie
      Hello Everyone. I am trying to tell a flash movie to play frame 1 of that movie. I have a seperate button cast member with lingo like this: on...
    5. can I link from an html page to a frame within a flash movie
      can I link from an html page to a frame within a flash movie? I have a flash page which contains an intro - when I return to that flash page, I...
  3. #2

    Default Re: Can I make a Flash movie go to a frame from a URL

    have a look at -
    Creating a LocalConnection
    send data from one movie to another without using FSCommand or JavaScript

    [url]http://www.macromedia.com/support/flash/ts/documents/localconnection.htm[/url]


    Jack. Guest

  4. #3

    Default Re: Can I make a Flash movie go to a frame from a

    This might help.

    [L=MM Technote]http://www.macromedia.com/support/flash/ts/documents/java_script_comm.htm[/L]

    Cheers
    jerome@STC Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139