fikiwan Posted October 30, 2012 Posted October 30, 2012 Hy everbudy I have proble for make link external go move to a link ihave code liki this on (release){getURL("twitter.com",0);} i create a image in flash get go to twititter.com , but its not run , that url just finding in my library in localhost no go to at the web . any solusion for that , thks for help
justsomeguy Posted October 30, 2012 Posted October 30, 2012 Use a full URL, not just a domain name. If the URL does not begin with a protocol then your browser considers it a relative URL.
Charles @ CodeConquest.com Posted October 31, 2012 Posted October 31, 2012 Use a full URL, not just a domain name. If the URL does not begin with a protocol then your browser considers it a relative URL.That's correct, now here's the code: on (release){getURL("http://www.twitter.com",0);}
fikiwan Posted October 31, 2012 Author Posted October 31, 2012 That's correct, now here's the code: on (release){getURL("http://www.twitter.com",0);} that not work./ can I get any way
Charles @ CodeConquest.com Posted November 1, 2012 Posted November 1, 2012 How doesn't it work? Is it still opening in your localhost? Because that shouldn't be happening.
fikiwan Posted November 1, 2012 Author Posted November 1, 2012 How doesn't it work? Is it still opening in your localhost? Because that shouldn't be happening.sorry bro , I not raealy in Localhost, after I try Again it's 100% work , thnk so much
Recommended Posts
Archived
This topic is now archived and is closed to further replies.