A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Image link not working - please help

  1. #1
    Junior Member
    Join Date
    May 2010
    Posts
    3

    Image link not working - please help

    I have created the following flash - www.solfex.co.uk/flash.swf

    I want to link the image to www.solfex.co.uk/owner.htm

    I made the image into button and then in the action and > Get URL

    But it comes with the following error

    **Error** Scene=Scene 1, layer=Layer 11, frame=1:Line 1: ')' or ',' expected
    getURL(http://www.solfex.co.uk/owner.htm);

    Total ActionScript Errors: 1 Reported Errors: 1

    Please can anyone help

    Thanks

    Ruksana

  2. #2
    flash grasshopper
    Join Date
    Feb 2005
    Posts
    156
    You've got some kind of basic syntax error with your Actionscript, you will need to post your actual code to get help.

  3. #3
    Senior Member hts5000's Avatar
    Join Date
    Oct 2007
    Posts
    160
    I believe your code should look more like this:

    Actionscript Code:
    getURL ("http://www.solfex.co.uk/owner.htm", "_blank");

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