Hyperlinking to a HTML page

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

  1. #1

    Default Hyperlinking to a HTML page

    I have just started using Flash and have created my first movie. I have a
    button that I would like to open a HTML file (On a CD). I guess this should
    be a basic function but can find no mention of how to do in the book I have.
    Can anyone tell me what code I need to attach to the action of the button
    is? (I just want to hyperlink to another HTML page, nothing fancy at this
    stage)



    Thanks for any help.



    Ant



    Ant Guest

  2. Similar Questions and Discussions

    1. Flash .html Plays on Server but NOT on html page
      Sorry for being so green. Running IIS Microsoft Server 1. Installed FMS 2. Installed Player 8 and 9 Uploaded .flv and .swf files to server....
    2. Hyperlinking Problem
      Hi All I have an application which acts as a small document management system. Our users upload the document to the server and the application...
    3. hyperlinking on an swf file in dreamweaver?
      Hello one and all: Quick question using Dreamweaver MX. Great feature is to be able to quickly add a flash button, tell it where to link to and...
    4. Hyperlinking and ASP.NEt Session
      Hi, I am trying to design a Home page for my applicatiion in which i want show the links for for some itms... I tried to put the following <td>...
    5. Calling a html page from an asp page then returning to the next statement on the original asp page
      Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are...
  3. #2

    Default Re: Hyperlinking to a HTML page

    Click on the button. Type:

    onRelease()
    {
    getURL("myHTMLPage","_blank")
    }

    HTH

    GamesAboutMovies.com
    The coolest online games made for movies.
    --

    "Ant" <ant.snell@virgin.net> wrote in message
    news:86wGd.846$cr3.636@newsfe4-gui.ntli.net...
    >I have just started using Flash and have created my first movie. I have a
    > button that I would like to open a HTML file (On a CD). I guess this
    > should
    > be a basic function but can find no mention of how to do in the book I
    > have.
    > Can anyone tell me what code I need to attach to the action of the button
    > is? (I just want to hyperlink to another HTML page, nothing fancy at this
    > stage)
    >
    >
    >
    > Thanks for any help.
    >
    >
    >
    > Ant
    >
    >
    >

    Unabogie Guest

  4. #3

    Default Re: Hyperlinking to a HTML page

    Cracked it. Thanks for your help!

    I can now move on to biger and better things


    "Unabogie" <unabogie@no.spam.hotmail.com> wrote in message
    news:PcxGd.10994$wZ2.8835@newssvr13.news.prodigy.c om...
    > Click on the button. Type:
    >
    > onRelease()
    > {
    > getURL("myHTMLPage","_blank")
    > }
    >
    > HTH
    >
    > GamesAboutMovies.com
    > The coolest online games made for movies.
    > --
    >
    > "Ant" <ant.snell@virgin.net> wrote in message
    > news:86wGd.846$cr3.636@newsfe4-gui.ntli.net...
    > >I have just started using Flash and have created my first movie. I have
    a
    > > button that I would like to open a HTML file (On a CD). I guess this
    > > should
    > > be a basic function but can find no mention of how to do in the book I
    > > have.
    > > Can anyone tell me what code I need to attach to the action of the
    button
    > > is? (I just want to hyperlink to another HTML page, nothing fancy at
    this
    > > stage)
    > >
    > >
    > >
    > > Thanks for any help.
    > >
    > >
    > >
    > > Ant
    > >
    > >
    > >
    >
    >

    Ant 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