A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: adding link,

Hybrid View

  1. #1
    Senior newbie Ozzworld's Avatar
    Join Date
    Oct 2001
    Location
    Phoenix, Arizona
    Posts
    481
    how do i make a picture, once clicked on, go to another page in a seperate window?

  2. #2
    Senior Member
    Join Date
    Jul 2001
    Posts
    2,467
    Hi Ozzie:

    Fancy meeting you here...


    Convert your image to a button (Insert > Convert to Symbol > Button ), and put the following action on the button:


    on (release) {
    getURL ("yourFileName.html");
    }


    If you want a separate window, choose _blank for the "Window" field.

    James

    He is risen!!!

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