Jump to content

How to add a external link in a image


fikiwan

Recommended Posts

Posted

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

Posted

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.

Posted
That's correct, now here's the code:
on (release){getURL("http://www.twitter.com",0);}

that not work./ can I get any way
Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...