Storing Variables in html???

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Storing Variables in html???

    I would like build an html page structure and have a Flash navigation.
    So for reasons of easier updating and building, I would like to have
    only one Flash navigation that will be on each of the html pages in me
    site. There will be an "indicator" in the Flash, telling you which page
    you are on. So for example, when you are on the contact page, the
    contact button will be a different color and inactive.

    So each time you go to a new html page in the site the same swf file
    (the navigation) will be loaded again. What I want to do is have
    variables in the html code of that page, that the Flash file will then
    check for to determine which buttons color to change and inactivate.

    How can I do this? What AS do I need to use to read the variable in and
    how do I put them in the html code?


    Thank you very much!!!
    Brian
    Brian Guest

  2. Similar Questions and Discussions

    1. Storing HTML in Memo Fields?
      I have an access database setup and wondering how to best use large formatted text and image positions in the database? I use a memo feild and...
    2. Storing HTML in a database
      I read an article on storing HTML in a database for the purpose of reusable content....
    3. Storing variables in text files?
      Hi I'm trying to export variables to a text file, so that the user's settings can be reloaded when restarting the program. Is this possible?
    4. Storing session variables into a Database JSP
      I have a form page that users fillout for a online ad Once completed, they hit "Preview Ad" to view the information that they just entered on the...
    5. storing variables using system
      >> On 30 Jun 2003 07:31:04 -0700, ^^^^ What is "this"? The question has a number of answers, depending on what you actually mean. Give a...
  3. #2

    Default Re: Storing Variables in html???

    The only way to store it in a htnl file is using javascript and activeX (as far
    as i know), BUT why not store it in a separate flash file? U can have 2 flash
    files comminicate, one will be ur navigation the other will be just to store
    the variables and will be different for all pages.

    Of more info see:
    [url]http://www.webwasp.co.uk/tutorials/b21-communication/index.php[/url]

    Hope it helps.

    GhostXL Guest

  4. #3

    Default Re: Storing Variables in html???

    well, i think you could use hidden inputs and send them to the next page,
    but this sucks anyway.. =P


    "Brian" <brian@agilitygraphics.com> escreveu na mensagem
    news:cn2tnb$ojl$3@forums.macromedia.com...
    >I would like build an html page structure and have a Flash navigation. So
    >for reasons of easier updating and building, I would like to have only one
    >Flash navigation that will be on each of the html pages in me site. There
    >will be an "indicator" in the Flash, telling you which page you are on. So
    >for example, when you are on the contact page, the contact button will be a
    >different color and inactive.
    >
    > So each time you go to a new html page in the site the same swf file (the
    > navigation) will be loaded again. What I want to do is have variables in
    > the html code of that page, that the Flash file will then check for to
    > determine which buttons color to change and inactivate.
    >
    > How can I do this? What AS do I need to use to read the variable in and
    > how do I put them in the html code?
    >
    >
    > Thank you very much!!!
    > Brian

    Rodrigo Souza - DUBCOM 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