Newbie Needs Help - Flash web header

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

  1. #1

    Default Newbie Needs Help - Flash web header

    Dear all,

    Please forgive me if I'm being stupid here but I'm new to Flash and am having a few issues with a web page header.
    The aforesaid header was a 'ready made' thing which looks noce, but I've been trying to understand as I learn flash MX. My problem is that although I have a series of buttons defined, the button press boesn't get though to them. There is a fancy 'fill on mouseover' which appears over the top of the buttons. I can find the Symbols for these fills but no reference to any code calling them to create an instance of them. I'm suspecting they are accepting the click instead of the buttons but am not sure.

    The website is [url]http://www.ocean-tec.co.uk[/url] where you can see the problem I'm having. If anyone has the time to help me it would be greatly appreciated.

    Thanks in advance

    Bob



    thorfin webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. PHP Newbie - Header.inc. files
      Good afternoon; I'm trying to avois using html frames with my real estate website that I designed. So I decided to go the PHP route through...
    2. Need Someone to create a Flash Header
      I need a flash header to build into an existing layout that is for a window cleaning company. The Squeegee needs to wipe across from left to right...
    3. My flash header reloads every time.
      I have a .swf file at the head of my primary page. The page is refreshed each time a user clicks through the menu system (no frames). The flash file...
    4. Flash Header w/ FrontPage w/out Reload
      I have a Flash header for my Institute's website at www.medyx.com. But, each time a Flash button is clicked and a new page loaded, the Flash is...
    5. header location newbie
      Hi, I'm doing a relative URL redirect using this: <? header("Location: ../research/index.php?current=34"); ?>
  3. #2

    Default Re: Newbie Needs Help - Flash web header

    the code I have is


    on (release) {getURL("contacts.htm","mainframe");}

    where contacts is the page I need to load into my IFRame window.

    I have tried it with the trace command to output a string, this works fine on a new project, but I still have no luck with this one.

    If you would like to look at the FLA its available at [url]http://www.ocean-tec.co.uk/temp/Ocean-Tec.zip[/url].

    Thanks in advance

    Bob


    thorfin webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Newbie Needs Help - Flash web header

    "thorfin" [email]webforumsuser@macromedia.com[/email] wrote:
    > the code I have is
    >
    >
    > on (release) {getURL("contacts.htm","mainframe");}
    >
    > where contacts is the page I need to load into my IFRame window.
    >
    > I have tried it with the trace command to output a string, this works fine on a new project, but I still have no luck with this one.
    >
    > If you would like to look at the FLA its available at [url]http://www.ocean-tec.co.uk/temp/Ocean-Tec.zip[/url].
    Where did you put that code? You haven't assigned any actions to your
    buttons.



    zero Guest

  5. #4

    Default Re: Newbie Needs Help - Flash web header

    well i have just put a getURL action on the "home" button and it seems to work ok;I`ve returned the file so you can have a look.

    [url]http://webforums.macromedia.com/attachments/ot1.zip[/url]


    stwingy 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