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

  1. #1

    Default newbie quistion.

    I have default.html, I want when someone enters it, it calls in main.html instead.
    I know this has got to be real easy.
    Thanks.

    Branching Guest

  2. Similar Questions and Discussions

    1. A newbie with a newbie question
      Good afternoon everyone, My Name is Dusty I am new to this forum and pretty new to Acrobat. I have Acrobat 9 running on an IMAC running 10.5.2 I...
    2. really really newbie
      can ne1 tell me how to see what's in a flash thanx
    3. NEWBIE Please Help!!
      Hi, Haven't been at this long so bear with me!!. When a page is called with say: www.mysite.com/page.php?test=value how would you get...
    4. Small button quistion.
      I have a button on my flash site that opens another page into _self, I am trying to make this button goto and stop at frame 4 in the timeline but it...
    5. SWS - 100% newbie
      Hi there, I am a total newbie here. I need to put a database on the webpage and thus I am evaluating Dreamweaver MX. I have borrowed some books...
  3. #2

    Default Re: newbie quistion.

    How does this pertain to Flash? If it does; please elaborate as the question
    is completely unclear.

    John

    --
    ----------------------------------------------------------------------------
    -----------
    RESOURCES
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]
    ----------------------------------------------------------------------------
    -----------
    TUTORIALS at
    [url]www.laiverd.com[/url]
    Flash & PHP Emailform
    Using textfiles in Flash
    ----------------------------------------------------------------------------
    -----------


    Laiverd.COM Guest

  4. #3

    Default Re: newbie quistion.

    "Branching" <webforumsuser@macromedia.com> wrote in message
    news:c685gm$sj0$1@forums.macromedia.com...
    > I have default.html, I want when someone enters it, it calls in
    main.html instead.
    > I know this has got to be real easy.
    > Thanks.
    Here is one way to redirect from one html page to another...
    (This would be default.html that redirects to main.html)

    <HTML>
    <HEAD>
    <meta http-equiv="refresh" content="0;
    url=http://someplace.com/main.html">
    </HEAD>
    </HTML>

    tralfaz


    tralfaz 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