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!
North America
Europe, Middle East and Africa
Asia Pacific