Links

flash Belgium
  • 13 years ago

    I have created an animation with 2 buttons that should link to the next page wich would be located at:

    /eng/indexEN.htm

    Can i do this with geturl()? because that command only seems to work with http:// urls.  

    Thanks

  • 13 years ago
    Well use the next pages http url.
  • 13 years ago
    isn't there a way to link to /home.htm or something like that? Cause the website is not going online, it's a school project...  

  • 13 years ago

    geturl is basically the same syntax as <a>... in other words, if it works in HTML <a> tags, it'll work in GetURL...

  • 13 years ago
    I'll give it a go ;)

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” - Martin Fowler