A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Making a Flash movie and html link?

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    14

    Making a Flash movie and html link?

    I have a flash movie that has words going onto the stage and all that. It isn't a stationary banner. I don't know if this changes anything; however, I just want to be able to click the movie and make it link somewhere.

    Any help would be great, thanks

  2. #2
    Member
    Join Date
    Aug 2002
    Location
    USA
    Posts
    34
    create a invisible button and link that.
    It Happens...

  3. #3
    1st:
    select Insert(the menu towards the top)>new symbol...make it a button and give it a name...dont worry about the linkage...

    2nd:
    draw a big box with the shape creator...the box one...make it transparent through the alpha option in the mixer panel

    3rd:
    go back to the main timeline...

    4th:
    open the library(window>library)

    5th:
    find the button and drag it from the library to the stage...

    6th:
    select the button and add this code in the actions panel:

    on (release) {
    getURL("http://whatever.com/something.html");
    }

  4. #4
    Member
    Join Date
    Aug 2002
    Location
    USA
    Posts
    34
    lol, make me look like an ass, jk. couldnt have put it better!
    It Happens...

  5. #5
    lol...i just read the same post from him in the newbies section and figured i would go from there...

  6. #6
    Junior Member
    Join Date
    Jun 2003
    Posts
    14
    I can't get it to go transparent. How do you do that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center