Skip navigation
caittrex
Currently Being Moderated

Issues with links to outside pages

Oct 6, 2011 8:20 PM

I'm sorry if this has been posted a million times but I have been looking for answers and trying things for hours.

 

I have created two buttons from images, one to Facebook and one to LinkedIn.  They both work perfectly in the test .swf file.  When I upload them to my server, the Facebook button does not load correctly (tries to go to"www.mysite.com/www.facebook.com" instead of "www.facebook.com") and the LinkedIn button does not work at all. 

 

This is the actionscript I am using:

 

facebook.onRelease=function(){

          getURL("http://www.facebook.com/pages/Express-Yourself-Photo-Booth/16208587053 4628","_blank","GET");

}

linkin.onRelease=function(){

          getURL("http://www.linkedin.com/pub/express-yourself-photo-booth/3a/492/669","_blank","GET");

}

 

Also the Facebook page it tries to load comes up in the same window as my site, not a blank one.

 

Any help would be so appreciated!

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points