browser controlling movie status

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

  1. #1

    Default browser controlling movie status

    I'm sure this topic has been covered before but its lack of specific keywords makes finding answers very difficult, my apologies.

    Here is the project:

    Scenario: A HTML document (no frames) with a menu created with Flash.

    Object Specs: The Flash menu is vertical, bullet-point style collapsing/expanding to show section/sub-sections.

    Optimal Goal: The user clicks a section in the menu, this opens the HTML page with such content but the menu in this new page is not static in collapsed mode, instead, is expanded showing the sub-sections of the current page and an arrow pointing to the current topic. If the user decides whether or not to visit the sub-sections or use the menu to go to another place, the Flash menu keeps its functionality (to say, its animations) until the user clicks another section. Because the website is using templates to generate new pages, the instructions to the menu should be passed dynamically.

    Hypothesis: I would create a variable in the Flash Menu that would control the timeline's position (expanded, collapsed, pointing arrow). This variable would retrieve or receive a value from the HTML page at the moment of loading. After reading this value, the variable would make the movie jump to the specific Menu position.

    Queries:

    1) How do I pass values from HTML to the movie?
    2) Should I use JavaScript in the HTML document to pass the value or make the movie read a tag in the document, for example, the title of the page or a table's name and use this as the variable?
    3) Is there a easiest way to control Flash animation depending of HTML document content?


    Thanks for your comments and insights. Looking forward...
    VM.




    voivoda webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. access to Browser status bar
      My browser shows 'Transfering data from <mywebsite>...' even when it should be displaying Done. Is there a way to update the browser status bar to...
    2. Controlling a movie a from a a movie clip
      I have built a 'click' counter in my main movie. I want the click counter to tell the main movie to got to the next scene when it reaches a certain...
    3. Controlling main movie from within another movie clip..?
      Okay firstly heres the .swf of what im trying to do http://www.happylobster.co.uk/flash/flashtester.swf Basically I have 2 Scenes, each with a...
    4. Controlling Main movie from linked castmember movie
      I have created a main parent movie DEMO.DIR. In the movie, I have placed another movie (OPTION.DIR) which is linked as an external castmember. ...
    5. Controlling Close button of browser
      You could open another window, with the ASPX page that executes the server-side code and then closes itself, but once that first window closes, it...
  3. #2

    Default Re: browser controlling movie status

    let me just bring this up


    voivoda webforumsuser@macromedia.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