Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6149987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:32:48+00:00 2026-05-23T19:32:48+00:00

I have to add something to an existing as2 project. I know as3 pretty

  • 0

I have to add something to an existing as2 project. I know as3 pretty well, but as2 doesn’t make sense to me at all. Basically what I have to do is add a link to the bottom of every “page”. The link changes depending on what “page” you are on. I have variables passing, so all I need to do is create the link.

//Url gets passed here
var urlString;

createTextField("urls", 1, 300, 499, 150, 30);
urls.setNewTextFormat(my_fmt); 

urls.text = urlString;

Now I have to turn “urls” into a link. What would be the best way to do this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:32:49+00:00Added an answer on May 23, 2026 at 7:32 pm

    This would be one possible solution: Create a movieclip to hold the textfield and then use it as a button…

    //Url gets passed here
    var urlString = "the URL";
    this.createEmptyMovieClip("urlHolder", 1);
    urlHolder._x = 300;
    urlHolder._y = 499;
    urlHolder.createTextField("urls", 1, 0, 0, 150, 30);
    //urlHolder.urls.setNewTextFormat(my_fmt);
    
    urlHolder.urls.text = urlString;
    
    urlHolder.onRelease = function(){
        getURL("www.google.com");
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It doesn't really have to add newlines, just something readable. Anything better than this?
On euroworker.no/order (add something to the cart with Kjøp and Handlevogn). I have a
I have this jquery function that works, except I need to add something. I
I have something that looks like the following: var someList = MockRepository.GenerateStub<IList<ISomething>>(); someList.Add(MockRepository.GenerateStub<ISomething>()); The
I have something like this in mind: <appSettings> <add key=ConfigName value=configuration culture=1033 /> <add
I have: localStorage.xxx = JSON.stringify([[something,hello],[something2,hello2]]); . How can i add a new array in
I have a PHP file which will return something like <div id=title>Add Us On
I am sure this is a pretty naive question, but I have never done
I'm pretty basic with .net But basically I've been told that to have session
I have an existing webapp and want to add a tag feature so that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.