A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Flash link in HTML problem

  1. #1
    Junior Member
    Join Date
    Jan 2007
    Posts
    4

    Flash link in HTML problem

    Hi,

    I have used the code below

    on(Release){
    getURL("http://www.austwarehouse.com.au/Pack Materials_3.htm","_blank");
    }

    It works when just playing as a flash player. However when I add it in to a HTML page it doesn't go to the page when clicked on. In fact nothing happens, other than the hand appearing when over the link. Have searched for my answer and can't find anything relating. Any suggestions?

    Thanks heaps

  2. #2
    Cyber Tinker discs79's Avatar
    Join Date
    Apr 2001
    Location
    Derby UK
    Posts
    172
    Quote Originally Posted by naddasmiles
    on(Release){
    getURL("http://www.austwarehouse.com.au/Pack Materials_3.htm","_blank");
    }
    You can't have spaces in your URL link..

    Corrected:

    Code:
    http://www.austwarehouse.com.au/PackMaterials_3.htm

  3. #3
    No I can't do it by tommorow.. 1stbite's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    1,300
    and in a blink of an eye...
    Media and Multimedia Courses in Nottingham - First Diploma | IMedia | HND | Foundation Degrees | BA(Hons) Top Ups.

    Give a Twit a chance!

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