A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: how to link flash button to a .htm

  1. #1
    Member
    Join Date
    Sep 2003
    Posts
    56

    how to link flash button to a .htm

    Hi,
    I have created some animated text in flash for the list of menu links in the mainpage.

    How does one link a flash swf file in dreamweaver to a .htm page in dreamweaver

    Is there a way to do it? Greatly appreciate any help or direction.

    i have attached my animated text for your reference.

    Thank You.
    Attached Files Attached Files

  2. #2
    Member
    Join Date
    Oct 2003
    Location
    Copenhagen, Denmark
    Posts
    49
    I did not see your attachment but a way do it it is choose the button and write the following actions:


    on (release) {
    getURL("http://something.htm/", "_self");
    }

    That easy

    but remember that this is only possible for a button instance not a movie clip.
    Last edited by stb2; 10-07-2003 at 05:11 AM.

  3. #3
    Member
    Join Date
    Sep 2003
    Posts
    56
    thanks you.
    i finally got it, and i found that it works only when i click on the text and not outside the text.

    cheers!

  4. #4
    Member
    Join Date
    Jan 2003
    Posts
    36
    I believe if you have the text in your button as static it will only allow you to click on the text, however if it is dynamic text you can click on the entire button.

  5. #5
    Detachment is Balance.
    Join Date
    Feb 2002
    Posts
    46

    Edit Hit frame.

    It's better not to change your text to dynamic text, becausethen it won't appear smooth anymore (antialiased).

    Instead, double-click your button and edit the HIT frame. Just draw a rectangle that covers your text.

    Hope it helps.
    (*)

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