A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: LINKING SWF (FLASH) FILEs to URL OR TO HTML FILES

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

    LINKING SWF (FLASH) FILEs to URL OR TO HTML FILES

    Good Day,

    I have not been successfil in linking of a swf movie to a html file or to a URL. I have followed the Flash 8 instructions and set-up an invisible button and all seems ok up to the point where I click on the swf file within the web site and nothing happens. The movie works and The 'hand' appears showing that there is a link but that's all .... the link is dead!!

    I've checked and rechecked the URL and all seems correct. Would anybody have any idea as to what I might be doing incorrectly?

    The ActionScript is as follows:

    inv_btn.onRelease = function(){
    getURL("http://www.airmanaircrew.com/htm/reunion_2012/reunion_2012.html","_self");
    };

    The swf movie in question is the one on the homepage of http://www.airmanaircrew.com/

    Any assistance from anyone would be greatly appreciated. More than happy to email the .fla file if it helps.

    Lance Haslewood
    Australia.

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    you can attach the .fla to your post. If it's too heavy remove the graphics.

    gparis

  3. #3
    Junior Member
    Join Date
    Mar 2010
    Posts
    3
    Thank you. File attached.

    Lance.
    Attached Files Attached Files

  4. #4
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    i retyped the code from your 1st post... Which was the right code, btw (not what was in your file)

    I also gave the inv_btn instance name to your button. should work now.

    gparis
    Attached Files Attached Files

  5. #5
    Junior Member
    Join Date
    Mar 2010
    Posts
    3
    Thanks for that. Very much appreciated, indeed. I only wish I had a better understanding of Flash and the ability to be able to use it more effectively. Lance.

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