controlling outside movies

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

  1. #1

    Default controlling outside movies

    I have a button in one movie and I need it to tell another movie (that's in
    another HTML frame) to play specific frame number. Can some one help me out
    here?


    John Newcomb Guest

  2. Similar Questions and Discussions

    1. Controlling quicktime movies
      Hi, I am really new to Director so this may seem like a daft question. Is it possible to have a quicktime movie as a cast member but to only play...
    2. controlling a sprite in various movies
      I want to control the behavior of a sprite that occurs in 3 separate movies. I want the lingo to use If logic that "If the user goes to a specific...
    3. Movies controlling movies!
      I need to know if it is possible to control a movie from another movie - let me explain. On the main screen I have four movies which are acting as...
    4. controlling loaded movies
      this is some of the script of my homepage: _root.containerLargeIMG.startDrag() loadMovie(nameLargeImage,_root.mask.containerLargeIMG);...
    5. Controlling different SWF Movies
      Sup guys, I'm pretty new to Flash and all the actionscripts, and I just found out I was in trouble. Actually, I have already posted a message...
  3. #2

    Default Re: controlling outside movies

    Hi,
    I am not 100% sure if you can do that easily but I just thought about
    something:
    You could have a php page in that frame and just point your link target to
    that frame passing a variable (blabla.php?frame2go=15) to the flash movie
    which would then check that variable and go to corresponding frame...
    This would work for sure, but then of course I dont know if you want to use
    php...
    -Speade-

    "John Newcomb" <jnewcomb01@comcast.net> wrote in message
    news:H6Wlb.10442$Tr4.29798@attbi_s03...
    > I have a button in one movie and I need it to tell another movie (that's
    in
    > another HTML frame) to play specific frame number. Can some one help me
    out
    > here?
    >
    >

    Speade Guest

  4. #3

    Default Re: controlling outside movies

    You could do it using local connection (examples at macromedia website) or
    using javascript > chekc this example I once made (long time):

    [url]http://home.hccnet.nl/john.mulder/flash/js_comm.zip[/url]

    John

    --
    ----------------------------------------------------------------------
    Please reply only to the group, so everyone may share
    ----------------------------------------------------------------------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    [url]http://www.macromedia.com/desdev/mx/flash/[/url]
    [url]http://www.macromedia.com/v1/tipsubmission/maintopic_browse.cfm[/url]
    ----------------------------------------------------------------------


    Laiverd.COM 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